72 lines
1.6 KiB
C++
72 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2;
|
|
format ascii;
|
|
class volScalarField;
|
|
location "0.0038885";
|
|
object H;
|
|
}
|
|
|
|
dimensions [ 0 0 0 0 0 0 0 ];
|
|
|
|
internalField uniform 0;
|
|
|
|
boundaryField
|
|
{
|
|
nzLow
|
|
{
|
|
type fixedValue;
|
|
value uniform 0;
|
|
}
|
|
nzUpp
|
|
{
|
|
type fixedValue;
|
|
value uniform 0;
|
|
}
|
|
coLow
|
|
{
|
|
type fixedValue;
|
|
value uniform 0;
|
|
}
|
|
coUpp
|
|
{
|
|
type fixedValue;
|
|
value uniform 0;
|
|
}
|
|
waLow
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
waUpp
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
outlet
|
|
{
|
|
type inletOutlet;
|
|
inletValue uniform 0;
|
|
value uniform 0;
|
|
}
|
|
front
|
|
{
|
|
type wedge;
|
|
}
|
|
back
|
|
{
|
|
type wedge;
|
|
}
|
|
axis
|
|
{
|
|
type empty;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|