Exponential properties for solid heat transport Templated into a given thermodynamics package. More...


Public Member Functions | |
| exponentialSolidTransport (const Thermo &t, const scalar kappa0, const scalar n0, const scalar Tref) | |
| Construct from components. More... | |
| exponentialSolidTransport (const word &, const exponentialSolidTransport &) | |
| Construct as named copy. More... | |
| exponentialSolidTransport (const word &name, const dictionary &dict) | |
| Construct from name and dictionary. More... | |
| autoPtr< exponentialSolidTransport > | clone () const |
| Construct and return a clone. More... | |
| scalar | kappa (const scalar p, const scalar T) const |
| Isotropic thermal conductivity [W/m/K]. More... | |
| vector | Kappa (const scalar p, const scalar T) const |
| Anisotropic thermal conductivity [W/m/K]. More... | |
| void | write (Ostream &os) const |
| Write to Ostream. More... | |
| void | operator+= (const exponentialSolidTransport &) |
Static Public Member Functions | |
| 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 66 of file exponentialSolidTransport.H.
|
inline |
Construct from components.
Definition at line 29 of file exponentialSolidTransportI.H.
|
inline |
Construct as named copy.
Definition at line 45 of file exponentialSolidTransportI.H.
| exponentialSolidTransport | ( | const word & | name, |
| const dictionary & | dict | ||
| ) |
Construct from name and dictionary.
Definition at line 32 of file exponentialSolidTransport.C.
References dict, and dictionary::lookup().

|
inline |
Construct and return a clone.
Definition at line 60 of file exponentialSolidTransportI.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 112 of file exponentialSolidTransport.H.
|
inline |
Isotropic thermal conductivity [W/m/K].
Definition at line 72 of file exponentialSolidTransportI.H.
References Foam::pow(), and Foam::T().

|
inline |
Anisotropic thermal conductivity [W/m/K].
Not implemented
Definition at line 82 of file exponentialSolidTransportI.H.
References Foam::constant::electromagnetic::kappa, NotImplemented, Foam::pow(), and Foam::T().

|
inline |
Definition at line 96 of file exponentialSolidTransportI.H.
References Y.
|
friend |
|
friend |
|
static |
Is the thermal conductivity isotropic.
Definition at line 118 of file exponentialSolidTransport.H.