Go to the documentation of this file.
51 template<
class BasicTurbulenceModel>
71 typedef typename BasicTurbulenceModel::alphaField
alphaField;
72 typedef typename BasicTurbulenceModel::rhoField
rhoField;
73 typedef typename BasicTurbulenceModel::transportModel
transportModel;
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< volScalarField > LESRegion() const =0
Return the LES field indicator.
static const word propertiesName
Default name of the turbulence properties dictionary.
BasicTurbulenceModel::rhoField rhoField
Eddy viscosity LES SGS model base class.
DESModel & operator=(const DESModel &)
Disallow default bitwise assignment.
BasicTurbulenceModel::transportModel transportModel
virtual ~DESModel()
Destructor.
Base class for DES models providing an interfaces to the LESRegion function.
BasicTurbulenceModel::alphaField alphaField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
DESModel(const DESModel &)
Disallow default bitwise copy construct.