/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [m s^-1]; internalField uniform (0 0 0); boundaryField { #includeEtc "caseDicts/setConstraintTypes" minX { type uniformFixedValue; uniformValue (1 0 0); } maxX { type zeroGradient; } wall { type uniformFixedValue; uniformValue (0 0 0); } } // ************************************************************************* //