65 return basicThermo::New<fluidThermo>(
mesh, phaseName);
85 return mu(patchi)/
rho(patchi);
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
basicThermo(const basicThermo &)
Construct as copy (not implemented)
Abstract base-class for fluid and solid thermodynamic properties.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static autoPtr< fluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
virtual tmp< volScalarField > mu() const =0
Dynamic viscosity of mixture [kg/m/s].
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~fluidThermo()
Destructor.
fluidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].