Transport package using the Williams-Landel-Ferry model. More...
#include <WLFTransport.H>


Public Member Functions | |
| WLFTransport (const word &, const WLFTransport &) | |
| Construct as named copy. | |
| WLFTransport (const dictionary &dict) | |
| Construct from dictionary. | |
| autoPtr< WLFTransport > | clone () const |
| Construct and return a clone. | |
| scalar | mu (const scalar p, const scalar T) const |
| Dynamic viscosity [kg/ms]. | |
| scalar | kappa (const scalar p, const scalar T) const |
| Thermal conductivity [W/mK]. | |
| scalar | alphah (const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/ms]. | |
| void | write (Ostream &os) const |
| Write to Ostream. | |
| 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. | |
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]
![\[ \mu = \mu_0 \exp \left(\frac{-C_1 ( T - T_r )}{C_2 + T - T_r}\right)
\]](form_964.png)
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 89 of file WLFTransport.H.
|
inline |
Construct as named copy.
Definition at line 26 of file WLFTransportI.H.
References Foam::name(), and WLFTransport().
Referenced by clone(), New(), operator*, operator+, operator+=(), operator<<, and WLFTransport().


|
explicit |
|
inline |
Construct and return a clone.
Definition at line 43 of file WLFTransportI.H.
References WLFTransport().

|
inlinestatic |
Definition at line 54 of file WLFTransportI.H.
References dict, and WLFTransport().

|
inlinestatic |
Return the instantiated type name.
Definition at line 163 of file WLFTransport.H.
|
inline |
Dynamic viscosity [kg/ms].
Definition at line 69 of file WLFTransportI.H.
References Foam::exp(), p, and Foam::T().

|
inline |
|
inline |
Thermal diffusivity of enthalpy [kg/ms].
Definition at line 90 of file WLFTransportI.H.
References mu, p, and Foam::T().

| void write | ( | Ostream & | os | ) | const |
Write to Ostream.
Definition at line 42 of file WLFTransport.C.
References specie::name(), and os().

|
inline |
Definition at line 104 of file WLFTransportI.H.
References Foam::mag(), WLFTransport(), and Y.

|
inline |
Definition at line 128 of file WLFTransportI.H.
References s().

|
friend |
References WLFTransport().
|
friend |
References WLFTransport().
|
friend |
References WLFTransport().