Base-class for solid thermodynamic properties. More...
Classes | |
class | composite |
class | implementation |
Public Member Functions | |
TypeName ("solidThermo") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, solidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName)) | |
virtual | ~solidThermo () |
Destructor. More... | |
virtual tmp< volScalarField > | rho () const =0 |
Density [kg/m^3]. More... | |
virtual tmp< scalarField > | rho (const label patchi) const =0 |
Density for patch [kg/m^3]. More... | |
virtual volScalarField & | rho ()=0 |
Return non-const access to the local density field [kg/m^3]. More... | |
virtual tmp< volScalarField > | rho0 () const =0 |
Old-time density [kg/m^3]. More... | |
virtual bool | isotropic () const =0 |
Return true if thermal conductivity is isotropic. More... | |
virtual tmp< volVectorField > | Kappa () const =0 |
Anisotropic thermal conductivity [W/m/K]. More... | |
virtual tmp< vectorField > | Kappa (const label patchi) const =0 |
Anisotropic thermal conductivity for patch [W/m/K]. More... | |
virtual tmp< symmTensorField > | KappaLocal (const label patchi) const =0 |
Anisotropic thermal conductivity for patch. More... | |
virtual tmp< surfaceScalarField > | q () const =0 |
Return the heat flux [W]. More... | |
virtual tmp< fvScalarMatrix > | divq (volScalarField &he) const =0 |
Return the source term for the energy equation. 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 IOdictionary & | properties () const =0 |
Properties dictionary. More... | |
virtual IOdictionary & | properties ()=0 |
Non-const access the properties dictionary. More... | |
virtual const word & | phaseName () 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 volScalarField & | he ()=0 |
Enthalpy/Internal energy [J/kg]. More... | |
virtual const volScalarField & | he () const =0 |
Enthalpy/Internal energy [J/kg]. More... | |
virtual tmp< volScalarField > | he (const volScalarField &p, const volScalarField &T) const =0 |
Enthalpy/Internal energy. More... | |
virtual tmp< scalarField > | he (const scalarField &T, const labelList &cells) const =0 |
Enthalpy/Internal energy for cell-set [J/kg]. More... | |
virtual tmp< scalarField > | he (const scalarField &T, const label patchi) const =0 |
Enthalpy/Internal energy for patch [J/kg]. More... | |
virtual tmp< volScalarField > | hs () const =0 |
Sensible enthalpy [J/kg]. More... | |
virtual tmp< volScalarField > | hs (const volScalarField &p, const volScalarField &T) const =0 |
Sensible enthalpy. More... | |
virtual tmp< scalarField > | hs (const scalarField &T, const labelList &cells) const =0 |
Sensible enthalpy for cell-set [J/kg]. More... | |
virtual tmp< scalarField > | hs (const scalarField &T, const label patchi) const =0 |
Sensible enthalpy for patch [J/kg]. More... | |
virtual tmp< volScalarField > | ha () const =0 |
Absolute enthalpy [J/kg]. More... | |
virtual tmp< volScalarField > | ha (const volScalarField &p, const volScalarField &T) const =0 |
Absolute enthalpy. More... | |
virtual tmp< scalarField > | ha (const scalarField &T, const labelList &cells) const =0 |
Absolute enthalpy for cell-set [J/kg]. More... | |
virtual tmp< scalarField > | ha (const scalarField &T, const label patchi) const =0 |
Absolute enthalpy for patch [J/kg]. More... | |
virtual tmp< volScalarField > | hc () const =0 |
Enthalpy of formation [J/kg]. More... | |
virtual tmp< volScalarField > | THE (const volScalarField &h, const volScalarField &p, const volScalarField &T0) const =0 |
Temperature from enthalpy/internal energy. More... | |
virtual tmp< scalarField > | THE (const scalarField &h, const scalarField &T0, const labelList &cells) const =0 |
Temperature from enthalpy/internal energy for cell-set. More... | |
virtual tmp< scalarField > | THE (const scalarField &h, const scalarField &T0, const label patchi) const =0 |
Temperature from enthalpy/internal energy for patch. More... | |
virtual const volScalarField & | Cp () const =0 |
Heat capacity at constant pressure [J/kg/K]. More... | |
virtual const volScalarField & | Cv () const =0 |
Heat capacity at constant volume [J/kg/K]. More... | |
virtual const volScalarField & | kappa () const =0 |
Thermal conductivity of mixture [W/m/K]. More... | |
virtual const volScalarField & | T () const =0 |
Temperature [K]. More... | |
virtual volScalarField & | T ()=0 |
Temperature [K]. More... | |
virtual tmp< scalarField > | Cp (const scalarField &T, const label patchi) const =0 |
Heat capacity at constant pressure for patch [J/kg/K]. More... | |
virtual tmp< scalarField > | Cv (const scalarField &T, const label patchi) const =0 |
Heat capacity at constant volume for patch [J/kg/K]. More... | |
virtual tmp< volScalarField > | Cpv () const =0 |
Heat capacity at constant pressure/volume [J/kg/K]. More... | |
virtual tmp< scalarField > | Cpv (const scalarField &T, const label patchi) const =0 |
Heat capacity at constant pressure/volume for patch [J/kg/K]. More... | |
virtual tmp< volScalarField > | alphahe () const =0 |
Thermal diffusivity of energy of mixture [kg/m/s]. More... | |
virtual tmp< scalarField > | alphahe (const label patchi) const =0 |
Thermal diffusivity of energy of mixture for patch [kg/m/s]. More... | |
template<class Thermo > | |
Foam::autoPtr< Thermo > | New (const fvMesh &mesh, const word &phaseName) |
Static Public Member Functions | |
static autoPtr< solidThermo > | New (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 basicThermo & | lookupThermo (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< basicThermo > | New (const fvMesh &, const word &phaseName=word::null) |
Specialisation of the Generic New for basicThermo. More... | |
Additional Inherited Members | |
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 volScalarField & | lookupOrConstruct (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... | |
Base-class for solid thermodynamic properties.
Definition at line 53 of file solidThermo.H.
|
virtual |
Destructor.
Definition at line 134 of file solidThermo.C.
TypeName | ( | "solidThermo" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
solidThermo | , | ||
fvMesh | , | ||
(const fvMesh &mesh, const word &phaseName) | , | ||
(mesh, phaseName) | |||
) |
|
static |
Standard selection based on fvMesh.
Definition at line 112 of file solidThermo.C.
References mesh.
Referenced by solidThermo::implementation::implementation().
|
pure virtual |
Density [kg/m^3].
Implements basicThermo.
Implemented in solidThermo::implementation, and solidDisplacementThermo.
|
pure virtual |
Density for patch [kg/m^3].
Implements basicThermo.
Implemented in solidThermo::implementation, and solidDisplacementThermo.
|
pure virtual |
Return non-const access to the local density field [kg/m^3].
Implemented in solidThermo::implementation.
|
pure virtual |
|
pure virtual |
Return true if thermal conductivity is isotropic.
Implemented in solidDisplacementThermo.
Referenced by temperatureCoupledBase::kappa().
|
pure virtual |
Anisotropic thermal conductivity [W/m/K].
Implemented in solidDisplacementThermo.
|
pure virtual |
Anisotropic thermal conductivity for patch [W/m/K].
Implemented in solidDisplacementThermo.
|
pure virtual |
Anisotropic thermal conductivity for patch.
in the local coordinate system [W/m/K]
Implemented in solidDisplacementThermo.
Referenced by temperatureCoupledBase::kappa().
|
pure virtual |
Return the heat flux [W].
Implemented in solidDisplacementThermo.
Referenced by wallHeatFlux::execute().
|
pure virtual |
Return the source term for the energy equation.
Implemented in solidDisplacementThermo.