42 p_(lookupOrConstruct(mesh,
"p"))
67 return basicThermo::New<fluidThermo>(
mesh, phaseName);
99 return mu(patchi)/
rho(patchi);
virtual tmp< volScalarField > mu() const =0
Dynamic viscosity of mixture [kg/m/s].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Abstract base-class for fluid and solid thermodynamic properties.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
static autoPtr< fluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual volScalarField & p()
Pressure [Pa].
virtual ~fluidThermo()
Destructor.
volScalarField & p_
Pressure [Pa].
A class for handling words, derived from string.
volScalarField & lookupOrConstruct(const fvMesh &mesh, const char *name) const
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
basicThermo(const basicThermo &)
Construct as copy (not implemented)
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
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.
fluidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.