|
[Sponsors] |
November 15, 2017, 22:15 |
pointMotionUx code
|
#1 |
New Member
Sungbae Lee
Join Date: Oct 2017
Posts: 25
Rep Power: 9 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
How to make code run in parallel? | cwang5 | OpenFOAM Programming & Development | 1 | May 30, 2011 05:47 |
Open Source Vs Commercial Software | MechE | OpenFOAM | 28 | May 16, 2011 12:02 |
Small 3-D code | Zdravko Stojanovic | Main CFD Forum | 2 | July 19, 2010 11:11 |
public CFD Code development | Heinz Wilkening | Main CFD Forum | 38 | March 5, 1999 12:44 |