ThermoPhaseModel< BasePhaseModel, ThermoModel > Class Template Reference

Class which represents a phase with a thermodynamic model. Provides access to the thermodynamic variables. Note that the thermo model itself is not returned as this class could be substituted in the hierarchy for one which mirrors the functionality, but does not include a thermo model; an incompressible phase model, for example. More...

Inheritance diagram for ThermoPhaseModel< BasePhaseModel, ThermoModel >:
Collaboration diagram for ThermoPhaseModel< BasePhaseModel, ThermoModel >:

Public Types

typedef ThermoModel thermoModel
 

Public Member Functions

 ThermoPhaseModel (const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index)
 
virtual ~ThermoPhaseModel ()
 Destructor. More...
 
virtual bool incompressible () const
 Return whether the phase is incompressible. More...
 
virtual bool isochoric () const
 Return whether the phase is constant density. More...
 
virtual const rhoThermothermo () const
 Return the thermophysical model. More...
 
virtual rhoThermothermo ()
 Access the thermophysical model. More...
 
virtual const volScalarFieldrho () const
 Return the density field. More...
 
virtual volScalarFieldrho ()
 Access the the density field. More...
 
virtual tmp< volScalarFieldmu () const
 Return the laminar dynamic viscosity. More...
 
virtual tmp< scalarFieldmu (const label patchi) const
 Return the laminar dynamic viscosity on a patch. More...
 
virtual tmp< volScalarFieldnu () const
 Return the laminar kinematic viscosity. More...
 
virtual tmp< scalarFieldnu (const label patchi) const
 Return the laminar kinematic viscosity on a patch. More...
 
- Public Member Functions inherited from viscosity
 TypeName ("viscosity")
 Runtime type information. More...
 
 viscosity ()
 Construct. More...
 
 viscosity (const viscosity &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~viscosity ()
 Destructor. More...
 
void operator= (const viscosity &)=delete
 Disallow default bitwise assignment. More...
 

Protected Attributes

autoPtr< ThermoModel > thermo_
 Thermophysical model. More...
 

Detailed Description

template<class BasePhaseModel, class ThermoModel>
class Foam::ThermoPhaseModel< BasePhaseModel, ThermoModel >

Class which represents a phase with a thermodynamic model. Provides access to the thermodynamic variables. Note that the thermo model itself is not returned as this class could be substituted in the hierarchy for one which mirrors the functionality, but does not include a thermo model; an incompressible phase model, for example.

Source files

Definition at line 55 of file ThermoPhaseModel.H.

Member Typedef Documentation

◆ thermoModel

typedef ThermoModel thermoModel

Definition at line 70 of file ThermoPhaseModel.H.

Constructor & Destructor Documentation

◆ ThermoPhaseModel()

ThermoPhaseModel ( const phaseSystem fluid,
const word phaseName,
const bool  referencePhase,
const label  index 
)

Definition at line 32 of file ThermoPhaseModel.C.

References IOobject::groupName(), Foam::name(), ThermoPhaseModel< BasePhaseModel, ThermoModel >::thermo_, and Field< Type >::typeName.

Here is the call graph for this function:

◆ ~ThermoPhaseModel()

~ThermoPhaseModel
virtual

Destructor.

Definition at line 56 of file ThermoPhaseModel.C.

Member Function Documentation

◆ incompressible()

bool incompressible
virtual

Return whether the phase is incompressible.

Definition at line 63 of file ThermoPhaseModel.C.

◆ isochoric()

bool isochoric
virtual

Return whether the phase is constant density.

Definition at line 70 of file ThermoPhaseModel.C.

◆ thermo() [1/2]

const Foam::rhoThermo & thermo
virtual

Return the thermophysical model.

Definition at line 78 of file ThermoPhaseModel.C.

◆ thermo() [2/2]

Foam::rhoThermo & thermo
virtual

Access the thermophysical model.

Definition at line 86 of file ThermoPhaseModel.C.

◆ rho() [1/2]

const Foam::volScalarField & rho
virtual

Return the density field.

Definition at line 94 of file ThermoPhaseModel.C.

◆ rho() [2/2]

Foam::volScalarField & rho
virtual

Access the the density field.

Definition at line 102 of file ThermoPhaseModel.C.

◆ mu() [1/2]

Return the laminar dynamic viscosity.

Definition at line 110 of file ThermoPhaseModel.C.

◆ mu() [2/2]

Foam::tmp< Foam::scalarField > mu ( const label  patchi) const
virtual

Return the laminar dynamic viscosity on a patch.

Definition at line 118 of file ThermoPhaseModel.C.

References patchi.

◆ nu() [1/2]

Return the laminar kinematic viscosity.

Implements viscosity.

Definition at line 129 of file ThermoPhaseModel.C.

◆ nu() [2/2]

Foam::tmp< Foam::scalarField > nu ( const label  patchi) const
virtual

Return the laminar kinematic viscosity on a patch.

Implements viscosity.

Definition at line 137 of file ThermoPhaseModel.C.

References patchi.

Member Data Documentation

◆ thermo_

autoPtr<ThermoModel> thermo_
protected

Thermophysical model.

Definition at line 65 of file ThermoPhaseModel.H.

Referenced by ThermoPhaseModel< BasePhaseModel, ThermoModel >::ThermoPhaseModel().


The documentation for this class was generated from the following files: