case-khalifa/0.org/N2

70 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";
object N2;
}
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 1;
boundaryField
{
nzLow
{
type fixedValue;
value uniform 0.5;
}
nzUpp
{
type fixedValue;
value uniform 0.77;
}
outlet
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
walls
{
type zeroGradient;
}
coLow
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
coUpp
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
}
// ************************************************************************* //