CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

problem with time and velocity data table (interdymfoam)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2013, 08:18
Question problem with time and velocity data table (interdymfoam)
  #1
New Member
 
ramin
Join Date: Nov 2012
Posts: 7
Rep Power: 13
ramin3615 is on a distinguished road
Hello all

I am using interdymfoam (openfoam 2.1.1) in order to model a kind of seashore wave in a wave maker so i have used a moving wall as a piston like a wave maker.
I have time vs velocity data in each time step but not the velocity function,in fact the function has made of a bunch of functions itself so i can't use groovyBC or wave2Foam boundary condition .i want to use uniformFixedValue BC for that like what is shown in below address
http://www.openfoam.org/version2.1.0...conditions.php

i have inserted only pointMotionUx and U file for this case so for moving wall pointMotionUx is like this

Quote:
moving wall
{
type uniformFixedValue
uniformValue table
(
( 0 0.0)
(100 10.0)
);
}
and for U:

Quote:
moving wall
{
type uniformFixedValue
uniformValue table
(
( 0 (0 0 0))
(100 (10.0 0 0))
);
}
I have tried all uniformFixedValue types in that address but i get this error every time.

Quote:
Create time

Create mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
Selecting motion solver: velocityLaplacian


--> FOAM FATAL IO ERROR:
cannot find file

file: /home/ramin/new/0/pointMotionU at line 0.

From function regIOobject::readStream()
in file db/regIOobject/regIOobjectRead.C at line 73.
I wish you could help me to find what the problem is.
Thanks.
Ramin
ramin3615 is offline   Reply With Quote

Reply

Tags
dynamic mesh, interdymfoam, moving boundary, moving mesh, uniformfixedvalue


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AMI speed performance danny123 OpenFOAM 21 October 24, 2020 04:13
Multiple floating objects CKH OpenFOAM Running, Solving & CFD 14 February 20, 2019 09:08
High Courant Number @ icoFoam Artex85 OpenFOAM Running, Solving & CFD 11 February 16, 2017 13:40
mixerVesselAMI2D's mass is not balancing sharonyue OpenFOAM Running, Solving & CFD 6 June 10, 2013 09:34
Problem with FloatingObject Leech OpenFOAM Running, Solving & CFD 10 March 29, 2012 15:24


All times are GMT -4. The time now is 20:00.