/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField uniform 305.66;
boundaryField
GVINLET
type fixedValue;
value uniform 305.66;
GVOUTLET
type ggiEnthalpyJump;
patchType ggi;
rotating false;
GVCYCLIC
type cyclic;
GVBLADE
type zeroGradient;
GVHUB
GVSHROUD
RUINLET
rotating true;
RUOUTLET
RUCYCLIC1
type cyclicGgi;
RUCYCLIC2
RUBLADE
RUHUB
RUSHROUD
DTINLET
DTOUTLET
DTCYCLIC1
DTCYCLIC2
DTHUB
DTSHROUD
// ************************************************************************* //