64 const word& phaseName,
65 const word& dictionaryName
87 const word& phaseName,
111 return mu(patchi)/
rho(patchi);
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static const word dictName
The dictionary name ("thermophysicalProperties").
basicThermo(const basicThermo &)=delete
No copy construct.
static autoPtr< Thermo > New(const fvMesh &, const word &phaseName=word::null)
Generic New for each of the related thermodynamics packages.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Fundamental fluid thermodynamic properties.
fluidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
virtual ~fluidThermo()
Destructor.
static autoPtr< fluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
const word dictName("faMeshDefinition")
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.