/*--------------------------------*- 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 volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 101325;
boundaryField
inlet
type fixedValue;
value uniform 271724;
outlet
type waveTransmissive;
field p;
phi phi;
rho rho;
psi psi;
fieldInf 101325;
gamma 1.4;
lInf 0.025;
inletOutlet off;
correctSupercritical off;
value uniform 101325;
freestream
type totalPressure;
p0 uniform 101325;
U U;
rho none;
freestreamInlet
type zeroGradient;
wedge1 {type wedge;}
wedge2 {type wedge;}
// ************************************************************************* //