/*--------------------------------*- 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 alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
GVINLET
type calculated;
value uniform 0;
GVOUTLET
type mixingPlane;
GVCYCLIC
type cyclic;
GVBLADE
type alphatWallFunction;
Prt 0.85;
GVHUB
GVSHROUD
RUINLET
RUOUTLET
RUCYCLIC1
type cyclicGgi;
RUCYCLIC2
RUBLADE
RUHUB
RUSHROUD
DTINLET
DTOUTLET
DTCYCLIC1
DTCYCLIC2
DTHUB
DTSHROUD
// ************************************************************************* //