/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 80e5;
boundaryField
inlet
type totalPressure;
rho rho;
psi none;
gamma 1.4;
p0 uniform 80.01e5;
value uniform 80.01e5;
outlet
type fixedValue;
value uniform 8e+06;
upperWall
type zeroGradient;
lowerWall
frontAndBack
type empty;
// ************************************************************************* //