/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "20";
object i;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 307494;
boundaryField
GVINLET
type fixedEnthalpy;
value uniform 307494;
GVOUTLET
type ggiEnthalpyJump;
patchType ggi;
rotating false;
GVCYCLIC
type cyclic;
GVBLADE
type gradientEnthalpy;
gradient uniform 0;
value uniform 307000;
GVHUB
GVSHROUD
RUINLET
rotating true;
RUOUTLET
RUCYCLIC1
type cyclicGgi;
RUCYCLIC2
RUBLADE
gradient uniform 307494;
RUHUB
RUSHROUD
DTINLET
value uniform 305.66;
DTOUTLET
DTCYCLIC1
DTCYCLIC2
DTHUB
DTSHROUD
// ************************************************************************* //