/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "0";
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
plate
type movingWallVelocity;
value uniform (0 0 0);
outlet
type zeroGradient;
inlet
type transitionalParabolicVelocity;
maxValue 1.5;
n ( 1 0 0 );
y ( 0 1 0 );
transitionPeriod 0.1;
boundBoxMin ( 0 0 -0.025334 );
boundBoxMax ( 0 0.41 0.025334 );
cylinder
type fixedValue;
bottom
top
frontAndBackPlanes
type empty;
// ************************************************************************* //