1.1 KiB
1.1 KiB
/*——————————–- C++ -———————————-*\
======= |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
\\ / O peration | Version: 1.4.2 |
\\ / A nd | Web: http://www.openfoam.org |
\\/ M anipulation |
\*—————————————————————————*/ FoamFile { version 2.0; format ascii; class volScalarField; object gamma.org; location "0.001"; } / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField { atmosphere { type inletOutlet; inletValue uniform 0; value uniform 0; } walls { type zeroGradient; } }
/ * /