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... | |
autoPtr< exponentialSolidTransport > | clone () const |
Construct and return a clone. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/m/K]. More... | |
vector | Kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/m/K]. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/m/s]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
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.
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(), dictionary::subDict(), Foam::vtkWriteOps::write(), and Ostream::write().
|
inline |
Construct and return a clone.
Definition at line 60 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::New().
|
inlinestatic |
Definition at line 72 of file exponentialSolidTransportI.H.
References dict, and exponentialSolidTransport< Thermo >::kappa().
Referenced by exponentialSolidTransport< Thermo >::clone().
|
inlinestatic |
Return the instantiated type name.
Definition at line 121 of file exponentialSolidTransport.H.
|
inline |
Thermal conductivity [W/m/K].
Definition at line 86 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::Kappa(), and Foam::pow().
Referenced by exponentialSolidTransport< Thermo >::Kappa(), and exponentialSolidTransport< Thermo >::New().
|
inline |
Thermal conductivity [W/m/K].
Definition at line 96 of file exponentialSolidTransportI.H.
References exponentialSolidTransport< Thermo >::kappa(), exponentialSolidTransport< Thermo >::mu(), and Foam::pow().
Referenced by exponentialSolidTransport< Thermo >::kappa().
|
inline |
Dynamic viscosity [kg/m/s].
Definition at line 107 of file exponentialSolidTransportI.H.
References NotImplemented.
Referenced by exponentialSolidTransport< Thermo >::Kappa().
|
inline |
Definition at line 118 of file exponentialSolidTransportI.H.
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 127 of file exponentialSolidTransport.H.