Files
openfoam/tutorials/cavitatingFoam/nozzle2D/0/rho
2008-06-16 12:49:38 +01:00

64 lines
1.5 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class volScalarField;
object gamma;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -3 0 0 0];
internalField uniform 828.23621;
boundaryField
{
inlet
{
type fixedValue;
value uniform 832.75441;
//value uniform 828.7118;
}
outlet
{
type fixedValue; //inletOutlet;
value uniform 828.23621;
inletValue uniform 828.23621;
}
wall
{
type zeroGradient;
}
back
{
type wedge;
}
front
{
type wedge;
}
}
// ************************************************************************* //