case-counterflow-dc/0.org/O2-

73 lines
1.8 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 "1.00003";
object O2-;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
nzLow
{
type inletOutlet;
phi phi.O2-;
inletValue uniform 0;
value uniform 0;
}
nzUpp
{
type inletOutlet;
phi phi.O2-;
inletValue uniform 0;
value uniform 0;
}
coLow
{
type inletOutlet;
phi phi.O2-;
inletValue uniform 0;
value uniform 0;
}
coUpp
{
type inletOutlet;
phi phi.O2-;
inletValue uniform 0;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
front
{
type wedge;
}
back
{
type wedge;
}
axis
{
type empty;
}
}
// ************************************************************************* //