64 lines
1.5 KiB
C++
64 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class volScalarField;
|
|
location "0.0431500000000225";
|
|
object p;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [1 -1 -2 0 0 0 0];
|
|
|
|
internalField uniform 101325;
|
|
|
|
boundaryField
|
|
{
|
|
nzLow
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
nzUpp
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
coLow
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
coUpp
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
outlet
|
|
{
|
|
type totalPressure;
|
|
rho none;
|
|
psi none;
|
|
gamma 1;
|
|
p0 uniform 101325;
|
|
value uniform 101325;
|
|
}
|
|
front
|
|
{
|
|
type wedge;
|
|
}
|
|
back
|
|
{
|
|
type wedge;
|
|
}
|
|
axis
|
|
{
|
|
type empty;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|