Exponential properties for solid heat transport Templated into a given thermodynamics package. More...
Public Member Functions | |
exponentialSolidTransport (const word &, const exponentialSolidTransport &) | |
Construct as named copy. More... | |
exponentialSolidTransport (const dictionary &) | |
Construct from dictionary. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/mK]. More... | |
vector | Kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/mK]. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/ms]. More... | |
scalar | alphah (const scalar p, const scalar T) const |
Thermal diffusivity of enthalpy [kg/ms]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator= (const exponentialSolidTransport &) |
void | operator+= (const exponentialSolidTransport &) |
Static Public Member Functions | |
static autoPtr< exponentialSolidTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Static Public Attributes | |
static const bool | isotropic = true |
Is the thermal conductivity isotropic. More... | |
Friends | |
exponentialSolidTransport | operator* (const scalar, const exponentialSolidTransport &) |
Ostream & | operator (Ostream &, const exponentialSolidTransport &) |
Exponential properties for solid heat transport Templated into a given thermodynamics package.
Definition at line 44 of file exponentialSolidTransport.H.
|
inline |
Construct as named copy.
Definition at line 46 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::New().
exponentialSolidTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file exponentialSolidTransport.C.
References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), dictionary::lookup(), readScalar, dictionary::subDict(), Foam::blockMeshTools::write(), and Ostream::write().
|
inlinestatic |
Definition at line 61 of file exponentialSolidTransportI.H.
References dict, and exponentialSolidTransport< Thermo >::kappa().
Referenced by exponentialSolidTransport< Thermo >::exponentialSolidTransport().
|
inlinestatic |
Return the instantiated type name.
Definition at line 118 of file exponentialSolidTransport.H.
|
inline |
Thermal conductivity [W/mK].
Definition at line 75 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::Kappa(), and Foam::pow().
Referenced by exponentialSolidTransport< Thermo >::alphah(), exponentialSolidTransport< Thermo >::Kappa(), and exponentialSolidTransport< Thermo >::New().
|
inline |
Thermal conductivity [W/mK].
Definition at line 85 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::kappa(), exponentialSolidTransport< Thermo >::mu(), and Foam::pow().
Referenced by exponentialSolidTransport< Thermo >::kappa().
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 96 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::alphah(), and NotImplemented.
Referenced by exponentialSolidTransport< Thermo >::Kappa().
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 105 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::kappa().
Referenced by exponentialSolidTransport< Thermo >::mu().
|
inline |
Definition at line 115 of file exponentialSolidTransportI.H.
|
inline |
Definition at line 127 of file exponentialSolidTransportI.H.
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 124 of file exponentialSolidTransport.H.