solidThermo::implementation Class Reference
Inheritance diagram for solidThermo::implementation:
Collaboration diagram for solidThermo::implementation:

Public Member Functions

 implementation (const fvMesh &, const word &phaseName)
 Construct from mesh and phase name. More...
 
 implementation (const fvMesh &, const dictionary &dict, const word &phaseName)
 Construct from mesh, dictionary and phase name. More...
 
virtual ~implementation ()
 Destructor. More...
 
virtual tmp< volScalarFieldrho () const
 Density [kg/m^3]. More...
 
virtual tmp< scalarFieldrho (const label patchi) const
 Density for patch [kg/m^3]. More...
 
virtual volScalarFieldrho ()
 Return non-const access to the local density field [kg/m^3]. More...
 
- Public Member Functions inherited from solidThermo
 TypeName ("solidThermo")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, solidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
 
virtual ~solidThermo ()
 Destructor. More...
 
virtual bool isotropic () const =0
 Return true if thermal conductivity is isotropic. More...
 
virtual const volVectorFieldKappa () const =0
 Anisotropic thermal conductivity [W/m/K]. More...
 
- Public Member Functions inherited from basicThermo
 TypeName ("basicThermo")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, basicThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
 Declare run-time constructor selection table. More...
 
virtual ~basicThermo ()
 Destructor. More...
 
virtual const IOdictionaryproperties () const =0
 Properties dictionary. More...
 
virtual IOdictionaryproperties ()=0
 Non-const access the properties dictionary. More...
 
virtual const fvMeshmesh () const =0
 Return const access to the mesh. More...
 
virtual const wordphaseName () const =0
 Phase name. More...
 
word phasePropertyName (const word &name) const
 Name of a property for a given phase. More...
 
void validate (const string &app, const word &) const
 Check that the thermodynamics package is consistent. More...
 
void validate (const string &app, const word &, const word &) const
 Check that the thermodynamics package is consistent. More...
 
virtual void correct ()=0
 Update properties. More...
 
virtual word thermoName () const =0
 Name of the thermo physics. More...
 
virtual bool incompressible () const =0
 Return true if the equation of state is incompressible. More...
 
virtual bool isochoric () const =0
 Return true if the equation of state is isochoric. More...
 
virtual Switch dpdt () const =0
 Should the dpdt term be included in the enthalpy equation. More...
 
virtual volScalarFieldhe ()=0
 Enthalpy/Internal energy [J/kg]. More...
 
virtual const volScalarFieldhe () const =0
 Enthalpy/Internal energy [J/kg]. More...
 
virtual tmp< volScalarFieldhe (const volScalarField &p, const volScalarField &T) const =0
 Enthalpy/Internal energy. More...
 
virtual tmp< scalarFieldhe (const scalarField &T, const labelList &cells) const =0
 Enthalpy/Internal energy for cell-set [J/kg]. More...
 
virtual tmp< scalarFieldhe (const scalarField &T, const label patchi) const =0
 Enthalpy/Internal energy for patch [J/kg]. More...
 
virtual tmp< volScalarFieldhs () const =0
 Sensible enthalpy [J/kg]. More...
 
virtual tmp< volScalarFieldhs (const volScalarField &p, const volScalarField &T) const =0
 Sensible enthalpy. More...
 
virtual tmp< scalarFieldhs (const scalarField &T, const labelList &cells) const =0
 Sensible enthalpy for cell-set [J/kg]. More...
 
virtual tmp< scalarFieldhs (const scalarField &T, const label patchi) const =0
 Sensible enthalpy for patch [J/kg]. More...
 
virtual tmp< volScalarFieldha () const =0
 Absolute enthalpy [J/kg]. More...
 
virtual tmp< volScalarFieldha (const volScalarField &p, const volScalarField &T) const =0
 Absolute enthalpy. More...
 
virtual tmp< scalarFieldha (const scalarField &T, const labelList &cells) const =0
 Absolute enthalpy for cell-set [J/kg]. More...
 
virtual tmp< scalarFieldha (const scalarField &T, const label patchi) const =0
 Absolute enthalpy for patch [J/kg]. More...
 
virtual tmp< volScalarFieldhc () const =0
 Enthalpy of formation [J/kg]. More...
 
virtual tmp< volScalarFieldTHE (const volScalarField &h, const volScalarField &p, const volScalarField &T0) const =0
 Temperature from enthalpy/internal energy. More...
 
virtual tmp< scalarFieldTHE (const scalarField &h, const scalarField &T0, const labelList &cells) const =0
 Temperature from enthalpy/internal energy for cell-set. More...
 
virtual tmp< scalarFieldTHE (const scalarField &h, const scalarField &T0, const label patchi) const =0
 Temperature from enthalpy/internal energy for patch. More...
 
virtual const volScalarFieldCp () const =0
 Heat capacity at constant pressure [J/kg/K]. More...
 
virtual const volScalarFieldCv () const =0
 Heat capacity at constant volume [J/kg/K]. More...
 
virtual const volScalarFieldCpv () const =0
 Heat capacity at constant pressure/volume [J/kg/K]. More...
 
virtual const volScalarFieldkappa () const =0
 Thermal conductivity of mixture [W/m/K]. More...
 
virtual const volScalarFieldT () const =0
 Temperature [K]. More...
 
virtual volScalarFieldT ()=0
 Temperature [K]. More...
 
virtual tmp< scalarFieldCp (const scalarField &T, const label patchi) const =0
 Heat capacity at constant pressure for patch [J/kg/K]. More...
 
virtual tmp< scalarFieldCv (const scalarField &T, const label patchi) const =0
 Heat capacity at constant volume for patch [J/kg/K]. More...
 
virtual tmp< scalarFieldCpv (const scalarField &T, const label patchi) const =0
 Heat capacity at constant pressure/volume for patch [J/kg/K]. More...
 
template<class Thermo >
Foam::autoPtr< Thermo > New (const fvMesh &mesh, const word &phaseName)
 

Protected Attributes

uniformGeometricScalarField p_
 Pressure [Pa]. More...
 
volScalarField rho_
 Density field [kg/m^3]. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from solidThermo
static autoPtr< solidThermoNew (const fvMesh &, const word &phaseName=word::null)
 Standard selection based on fvMesh. More...
 
- Static Public Member Functions inherited from basicThermo
static word phasePropertyName (const word &name, const word &phaseName)
 Name of a property for a given phase. More...
 
static const basicThermolookupThermo (const fvPatchScalarField &pf)
 Lookup the thermo associated with the given patch field. More...
 
static wordList splitThermoName (const word &thermoName, const int nCmpt)
 Split name of thermo package into a list of the components names. More...
 
static List< Pair< word > > thermoNameComponents (const word &thermoName)
 Split name of thermo package into a list of named components names. More...
 
template<class Thermo >
static autoPtr< Thermo > New (const fvMesh &, const word &phaseName=word::null)
 Generic New for each of the related thermodynamics packages. More...
 
static autoPtr< basicThermoNew (const fvMesh &, const word &phaseName=word::null)
 Specialisation of the Generic New for basicThermo. More...
 
- Protected Member Functions inherited from basicThermo
wordList heBoundaryTypes ()
 Enthalpy/internal energy field boundary types. More...
 
wordList heBoundaryBaseTypes ()
 Enthalpy/internal energy field boundary base types. More...
 
- Static Protected Member Functions inherited from basicThermo
static volScalarFieldlookupOrConstruct (const fvMesh &mesh, const char *name)
 Lookup and the named field, or construct it as MUST-READ if it is. More...
 
template<class Thermo , class Table >
static Table::iterator lookupCstrIter (const dictionary &thermoTypeDict, Table *tablePtr, const int nCmpt, const char *cmptNames[], const word &thermoTypeName)
 Get the constructor iterator for the given thermo dictionary and. More...
 
template<class Thermo , class Table >
static Table::iterator lookupCstrIter (const dictionary &thermoDict, Table *tablePtr)
 Get the constructor iterator for the given thermo dictionary and. More...
 

Detailed Description

Definition at line 120 of file solidThermo.H.

Constructor & Destructor Documentation

◆ implementation() [1/2]

implementation ( const fvMesh mesh,
const word phaseName 
)

Construct from mesh and phase name.

Definition at line 40 of file solidThermo.C.

◆ implementation() [2/2]

implementation ( const fvMesh mesh,
const dictionary dict,
const word phaseName 
)

Construct from mesh, dictionary and phase name.

Definition at line 74 of file solidThermo.C.

◆ ~implementation()

~implementation ( )
virtual

Destructor.

Definition at line 114 of file solidThermo.C.

Member Function Documentation

◆ rho() [1/3]

Foam::tmp< Foam::volScalarField > rho ( ) const
virtual

Density [kg/m^3].

Implements solidThermo.

Definition at line 120 of file solidThermo.C.

◆ rho() [2/3]

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

Density for patch [kg/m^3].

Implements solidThermo.

Definition at line 126 of file solidThermo.C.

References patchi.

◆ rho() [3/3]

Foam::volScalarField & rho ( )
virtual

Return non-const access to the local density field [kg/m^3].

Implements solidThermo.

Definition at line 135 of file solidThermo.C.

Member Data Documentation

◆ p_

Pressure [Pa].

Note: This value should never be used. Solid thermo should only be instantiated with thermo models that do not depend on pressure. This uniform field takes a value of NaN, so that if any thermo models that do depend on pressure are used then the code will exit.

Definition at line 136 of file solidThermo.H.

◆ rho_

volScalarField rho_
protected

Density field [kg/m^3].

Definition at line 139 of file solidThermo.H.

Referenced by constSolidThermo::constSolidThermo().


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