exponentialSolidTransport< Thermo > Class Template Reference

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

Public Member Functions

 exponentialSolidTransport (const word &, const exponentialSolidTransport &)
 Construct as named copy. More...
 
 exponentialSolidTransport (const dictionary &)
 Construct from dictionary. More...
 
scalar kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/mK]. More...
 
vector Kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/mK]. More...
 
scalar mu (const scalar p, const scalar T) const
 Dynamic viscosity [kg/ms]. More...
 
scalar alphah (const scalar p, const scalar T) const
 Thermal diffusivity of enthalpy [kg/ms]. More...
 
void write (Ostream &os) const
 Write to Ostream. More...
 
void operator+= (const exponentialSolidTransport &)
 

Static Public Member Functions

static autoPtr< exponentialSolidTransportNew (const dictionary &dict)
 
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 &)
 
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 49 of file exponentialSolidTransport.H.

Constructor & Destructor Documentation

◆ exponentialSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 48 of file exponentialSolidTransportI.H.

◆ exponentialSolidTransport() [2/2]

exponentialSolidTransport ( const dictionary dict)
explicit

Construct from dictionary.

Definition at line 35 of file exponentialSolidTransport.C.

Member Function Documentation

◆ New()

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

Definition at line 63 of file exponentialSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 126 of file exponentialSolidTransport.H.

◆ kappa()

Foam::scalar kappa ( const scalar  p,
const scalar  T 
) const
inline

Thermal conductivity [W/mK].

Definition at line 74 of file exponentialSolidTransportI.H.

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

Here is the call graph for this function:

◆ Kappa()

Foam::vector Kappa ( const scalar  p,
const scalar  T 
) const
inline

Thermal conductivity [W/mK].

Definition at line 84 of file exponentialSolidTransportI.H.

References Foam::constant::electromagnetic::kappa, Foam::pow(), and Foam::T().

Here is the call graph for this function:

◆ mu()

Foam::scalar mu ( const scalar  p,
const scalar  T 
) const
inline

Dynamic viscosity [kg/ms].

Definition at line 95 of file exponentialSolidTransportI.H.

References NotImplemented.

◆ alphah()

Foam::scalar alphah ( const scalar  p,
const scalar  T 
) const
inline

Thermal diffusivity of enthalpy [kg/ms].

Definition at line 104 of file exponentialSolidTransportI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

Write to Ostream.

◆ operator+=()

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

Definition at line 113 of file exponentialSolidTransportI.H.

References Y.

Friends And Related Function Documentation

◆ operator*

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

◆ operator

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

Member Data Documentation

◆ isotropic

const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 132 of file exponentialSolidTransport.H.


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