72 lines
1.8 KiB
Text
72 lines
1.8 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.5-dev |
|
||
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class volScalarField;
|
||
|
object p_rgh;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [1 -1 -2 0 0 0 0];
|
||
|
|
||
|
internalField uniform 0;
|
||
|
|
||
|
boundaryField
|
||
|
{
|
||
|
"wall."
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
bathy
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
bloc0
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
bloc1
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
defaultFaces
|
||
|
{
|
||
|
type empty;
|
||
|
}
|
||
|
outlet
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
inlet
|
||
|
{
|
||
|
type fixedFluxPressure;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
atmosphere
|
||
|
{
|
||
|
type totalPressure;
|
||
|
U U;
|
||
|
phi phi;
|
||
|
rho rho;
|
||
|
psi none;
|
||
|
gamma 1;
|
||
|
p0 uniform 0;
|
||
|
value uniform 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|