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

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

#include <exponentialSolidTransport.H>

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

Public Member Functions

 exponentialSolidTransport (const word &, const exponentialSolidTransport &)
 Construct as named copy.
 exponentialSolidTransport (const dictionary &)
 Construct from dictionary.
scalar kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/mK].
vector Kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/mK].
scalar mu (const scalar p, const scalar T) const
 Dynamic viscosity [kg/ms].
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 exponentialSolidTransport &)

Static Public Member Functions

static autoPtr< exponentialSolidTransport > New (const dictionary &dict)
static word typeName ()
 Return the instantiated type name.

Static Public Attributes

static const bool isotropic = true
 Is the thermal conductivity isotropic.

Friends

exponentialSolidTransport operator* (const scalar, const exponentialSolidTransport &)
Ostreamoperator<< (Ostream &, const exponentialSolidTransport &)

Detailed Description

template<class Thermo>
class Foam::exponentialSolidTransport< Thermo >

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

Source files

Definition at line 67 of file exponentialSolidTransport.H.

Constructor & Destructor Documentation

◆ exponentialSolidTransport() [1/2]

template<class Thermo>
exponentialSolidTransport ( const word & name,
const exponentialSolidTransport< Thermo > & ct )
inline

Construct as named copy.

Definition at line 40 of file exponentialSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ exponentialSolidTransport() [2/2]

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

Construct from dictionary.

Definition at line 27 of file exponentialSolidTransport.C.

References dict.

Member Function Documentation

◆ New()

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

Definition at line 55 of file exponentialSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 136 of file exponentialSolidTransport.H.

◆ kappa()

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

Thermal conductivity [W/mK].

Definition at line 66 of file exponentialSolidTransportI.H.

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

Referenced by alphah(), and Kappa().

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

◆ Kappa()

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

Thermal conductivity [W/mK].

Definition at line 76 of file exponentialSolidTransportI.H.

References kappa(), p, Foam::pow(), and Foam::T().

Here is the call graph for this function:

◆ mu()

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

Dynamic viscosity [kg/ms].

Definition at line 87 of file exponentialSolidTransportI.H.

References NotImplemented, 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 96 of file exponentialSolidTransportI.H.

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

Here is the call graph for this function:

◆ write()

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

Write to Ostream.

◆ operator+=()

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

Definition at line 105 of file exponentialSolidTransportI.H.

References Y.

◆ operator*

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

◆ operator<<

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

Member Data Documentation

◆ isotropic

template<class Thermo>
const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 144 of file exponentialSolidTransport.H.


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