Transport package using the Williams-Landel-Ferry model. More...
Public Member Functions | |
WLFTransport (const word &, const WLFTransport &) | |
Construct as named copy. More... | |
WLFTransport (const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< WLFTransport > | clone () const |
Construct and return a clone. More... | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/m/s]. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/m/K]. More... | |
void | write (Ostream &os) const |
Write to Ostream. More... | |
void | operator+= (const WLFTransport &) |
void | operator*= (const scalar) |
Static Public Member Functions | |
static autoPtr< WLFTransport > | New (const dictionary &dict) |
static word | typeName () |
Return the instantiated type name. More... | |
Friends | |
WLFTransport | operator+ (const WLFTransport &, const WLFTransport &) |
WLFTransport | operator* (const scalar, const WLFTransport &) |
Ostream & | operator (Ostream &, const WLFTransport &) |
Transport package using the Williams-Landel-Ferry model.
Templated into a given thermodynamics package (needed for thermal conductivity).
Dynamic viscosity [kg/m.s]
References:
Williams, M. L., Landel, R. F., & Ferry, J. D. (1955). The temperature dependence of relaxation mechanisms in amorphous polymers and other glass-forming liquids. Journal of the American Chemical society, 77(14), 3701-3707.
Definition at line 61 of file WLFTransport.H.
|
inline |
Construct as named copy.
Definition at line 52 of file WLFTransportI.H.
WLFTransport | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 45 of file WLFTransport.C.
|
inline |
Construct and return a clone.
Definition at line 68 of file WLFTransportI.H.
References WLFTransport< Thermo >::New().
|
inlinestatic |
Definition at line 80 of file WLFTransportI.H.
References dict, and WLFTransport< Thermo >::mu().
Referenced by WLFTransport< Thermo >::clone().
|
inlinestatic |
Return the instantiated type name.
Definition at line 152 of file WLFTransport.H.
References WLFTransport< Thermo >::kappa(), WLFTransport< Thermo >::mu(), WLFTransport< Thermo >::operator*=(), WLFTransport< Thermo >::operator+=(), p, Foam::T(), and WLFTransport< Thermo >::write().
|
inline |
Dynamic viscosity [kg/m/s].
Definition at line 95 of file WLFTransportI.H.
References Foam::exp(), and WLFTransport< Thermo >::kappa().
Referenced by WLFTransport< Thermo >::kappa(), WLFTransport< Thermo >::New(), and WLFTransport< Thermo >::typeName().
|
inline |
Thermal conductivity [W/m/K].
Definition at line 106 of file WLFTransportI.H.
References Cp(), and WLFTransport< Thermo >::mu().
Referenced by WLFTransport< Thermo >::mu(), and WLFTransport< Thermo >::typeName().
void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 59 of file WLFTransport.C.
References dictionary::add(), token::BEGIN_BLOCK, Foam::decrIndent(), dict, dictionaryName::dictName(), token::END_BLOCK, Foam::endl(), Foam::incrIndent(), Foam::indent(), specie::name(), Foam::nl, Foam::vtkWriteOps::write(), and Ostream::write().
Referenced by WLFTransport< Thermo >::typeName().
|
inline |
Definition at line 119 of file WLFTransportI.H.
References Foam::mag(), and Y.
Referenced by WLFTransport< Thermo >::typeName().
|
inline |
Definition at line 143 of file WLFTransportI.H.
References Foam::mag(), and s().
Referenced by WLFTransport< Thermo >::typeName().
|
friend |
|
friend |
|
friend |