CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   pointMotionUx code (https://www.cfd-online.com/Forums/openfoam-solving/195737-pointmotionux-code.html)

lsb1292 November 15, 2017 21:15

pointMotionUx code
 
Hello guys,

FoamFile
{
version 2.0;
format ascii;
class pointScalarField;
object pointMotionU;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];

internalField uniform 0;

boundaryField
{
flapper
{
type uniformFixedValue;
outOfBounds 10;
}

outlet
{
type slip;
}

inlet
{
type slip;
}

bottom
{
type slip;
}

atmosphere
{
type slip;
}

frontBack
{
type empty;
}

}

now I'm looking at a case of flap type wavemaker.
In pointMotionU file, what does slip condition mean physically and
what OutofBounds 10; do??

Thank you


All times are GMT -4. The time now is 02:38.