1.3 KiB
/*——————————–- C++ -———————————-*\
======= |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation |
\*—————————————————————————*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object alpha; } / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField { inlet { type calculated; value uniform 0; }
outlet { type zeroGradient; }
sides { type symmetryPlane; }
atmosphere { type inletOutlet; inletValue uniform 0; value uniform 0; }
hull_wall { type zeroGradient; } }
/ * /