Loading...
Searching...
No Matches
WLFTransport< Thermo > Class Template Reference

Transport package using the Williams-Landel-Ferry model. More...

#include <WLFTransport.H>

Inheritance diagram for WLFTransport< Thermo >:
Collaboration diagram for WLFTransport< Thermo >:

Public Member Functions

 WLFTransport (const word &, const WLFTransport &)
 Construct as named copy.
 WLFTransport (const dictionary &dict)
 Construct from dictionary.
autoPtr< WLFTransportclone () 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< WLFTransportNew (const dictionary &dict)
static word typeName ()
 Return the instantiated type name.

Friends

WLFTransport operator+ (const WLFTransport &, const WLFTransport &)
WLFTransport operator* (const scalar, const WLFTransport &)
Ostreamoperator<< (Ostream &, const WLFTransport &)

Detailed Description

template<class Thermo>
class Foam::WLFTransport< Thermo >

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)
\‍]

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.
Source files

Definition at line 89 of file WLFTransport.H.

Constructor & Destructor Documentation

◆ WLFTransport() [1/2]

template<class Thermo>
WLFTransport ( const word & name,
const WLFTransport< Thermo > & wlft )
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLFTransport() [2/2]

template<class Thermo>
WLFTransport ( const dictionary & dict)
explicit

Construct from dictionary.

Definition at line 28 of file WLFTransport.C.

References dict.

Member Function Documentation

◆ clone()

template<class Thermo>
Foam::autoPtr< Foam::WLFTransport< Thermo > > clone ( ) const
inline

Construct and return a clone.

Definition at line 43 of file WLFTransportI.H.

References WLFTransport().

Here is the call graph for this function:

◆ New()

template<class Thermo>
Foam::autoPtr< Foam::WLFTransport< Thermo > > New ( const dictionary & dict)
inlinestatic

Definition at line 54 of file WLFTransportI.H.

References dict, and WLFTransport().

Here is the call graph for this function:

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 163 of file WLFTransport.H.

◆ mu()

template<class Thermo>
Foam::scalar mu ( const scalar p,
const scalar T ) const
inline

Dynamic viscosity [kg/ms].

Definition at line 69 of file WLFTransportI.H.

References Foam::exp(), p, and Foam::T().

Here is the call graph for this function:

◆ kappa()

template<class Thermo>
Foam::scalar kappa ( const scalar p,
const scalar T ) const
inline

Thermal conductivity [W/mK].

Definition at line 80 of file WLFTransportI.H.

References Cp, mu, p, and Foam::T().

Here is the call graph for this function:

◆ alphah()

template<class Thermo>
Foam::scalar alphah ( const scalar p,
const scalar T ) const
inline

Thermal diffusivity of enthalpy [kg/ms].

Definition at line 90 of file WLFTransportI.H.

References mu, p, and Foam::T().

Here is the call graph for this function:

◆ write()

template<class Thermo>
void write ( Ostream & os) const

Write to Ostream.

Definition at line 42 of file WLFTransport.C.

References specie::name(), and os().

Here is the call graph for this function:

◆ operator+=()

template<class Thermo>
void operator+= ( const WLFTransport< Thermo > & )
inline

Definition at line 104 of file WLFTransportI.H.

References Foam::mag(), WLFTransport(), and Y.

Here is the call graph for this function:

◆ operator*=()

template<class Thermo>
void operator*= ( const scalar s)
inline

Definition at line 128 of file WLFTransportI.H.

References s().

Here is the call graph for this function:

◆ operator+

template<class Thermo>
WLFTransport operator+ ( const WLFTransport< Thermo > & ,
const WLFTransport< Thermo > &  )
friend

References WLFTransport().

◆ operator*

template<class Thermo>
WLFTransport operator* ( const scalar ,
const WLFTransport< Thermo > &  )
friend

References WLFTransport().

◆ operator<<

template<class Thermo>
Ostream & operator<< ( Ostream & ,
const WLFTransport< Thermo > &  )
friend

References WLFTransport().


The documentation for this class was generated from the following files: