exponentialSolidTransport< Thermo > Class Template Reference

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

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

Public Member Functions

 exponentialSolidTransport (const word &, const exponentialSolidTransport &)
 Construct as named copy. More...
 
 exponentialSolidTransport (const dictionary &)
 Construct from dictionary. More...
 
autoPtr< exponentialSolidTransportclone () const
 Construct and return a clone. More...
 
scalar kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/m/K]. More...
 
vector Kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/m/K]. More...
 
scalar mu (const scalar p, const scalar T) const
 Dynamic viscosity [kg/m/s]. More...
 
scalar alphah (const scalar p, const scalar T) const
 Thermal diffusivity of enthalpy [kg/m/s]. 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 44 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 46 of file exponentialSolidTransportI.H.

◆ exponentialSolidTransport() [2/2]

Construct from dictionary.

Definition at line 33 of file exponentialSolidTransport.C.

References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), dictionary::lookup(), dictionary::subDict(), Foam::vtkWriteOps::write(), and Ostream::write().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::exponentialSolidTransport< Thermo > > clone ( ) const
inline

Construct and return a clone.

Definition at line 60 of file exponentialSolidTransportI.H.

References exponentialSolidTransport< Thermo >::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 72 of file exponentialSolidTransportI.H.

References dict, and exponentialSolidTransport< Thermo >::kappa().

Referenced by exponentialSolidTransport< Thermo >::clone().

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

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 121 of file exponentialSolidTransport.H.

◆ kappa()

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

Thermal conductivity [W/m/K].

Definition at line 86 of file exponentialSolidTransportI.H.

References exponentialSolidTransport< Thermo >::Kappa(), and Foam::pow().

Referenced by exponentialSolidTransport< Thermo >::alphah(), exponentialSolidTransport< Thermo >::Kappa(), and exponentialSolidTransport< Thermo >::New().

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

◆ Kappa()

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

Thermal conductivity [W/m/K].

Definition at line 96 of file exponentialSolidTransportI.H.

References exponentialSolidTransport< Thermo >::kappa(), exponentialSolidTransport< Thermo >::mu(), and Foam::pow().

Referenced by exponentialSolidTransport< Thermo >::kappa().

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

◆ mu()

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

Dynamic viscosity [kg/m/s].

Definition at line 107 of file exponentialSolidTransportI.H.

References exponentialSolidTransport< Thermo >::alphah(), and NotImplemented.

Referenced by exponentialSolidTransport< Thermo >::Kappa().

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

◆ alphah()

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

Thermal diffusivity of enthalpy [kg/m/s].

Definition at line 116 of file exponentialSolidTransportI.H.

References Cp(), and exponentialSolidTransport< Thermo >::kappa().

Referenced by exponentialSolidTransport< Thermo >::mu().

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

◆ write()

void write ( Ostream os) const

Write to Ostream.

◆ operator+=()

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

Definition at line 125 of file exponentialSolidTransportI.H.

References s(), and Y.

Here is the call graph for this function:

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 127 of file exponentialSolidTransport.H.


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