Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
constIsoSolidTransport< Thermo > Class Template Reference

Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity). More...

Inheritance diagram for constIsoSolidTransport< Thermo >:
Inheritance graph
[legend]
Collaboration diagram for constIsoSolidTransport< Thermo >:
Collaboration graph
[legend]

Public Member Functions

 constIsoSolidTransport (const word &, const constIsoSolidTransport &)
 Construct as named copy. More...
 
 constIsoSolidTransport (const dictionary &dict)
 Construct from dictionary. More...
 
scalar kappa (const scalar p, const scalar T) const
 Isotropic thermal conductivity [W/mK]. More...
 
vector Kappa (const scalar p, const scalar T) const
 Un-isotropic 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 constIsoSolidTransport &)
 
void operator+= (const constIsoSolidTransport &)
 

Static Public Member Functions

static autoPtr< constIsoSolidTransportNew (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

constIsoSolidTransport operator* (const scalar, const constIsoSolidTransport &)
 
Ostreamoperator (Ostream &, const constIsoSolidTransport &)
 

Detailed Description

template<class Thermo>
class Foam::constIsoSolidTransport< Thermo >

Constant properties Transport package. Templated into a given thermodynamics package (needed for thermal conductivity).

Source files

Definition at line 47 of file constIsoSolidTransport.H.

Constructor & Destructor Documentation

◆ constIsoSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 42 of file constIsoSolidTransportI.H.

References constIsoSolidTransport< Thermo >::New().

Here is the call graph for this function:

◆ constIsoSolidTransport() [2/2]

Construct from dictionary.

Definition at line 33 of file constIsoSolidTransport.C.

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

Here is the call graph for this function:

Member Function Documentation

◆ New()

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

Definition at line 55 of file constIsoSolidTransportI.H.

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

Referenced by constIsoSolidTransport< Thermo >::constIsoSolidTransport().

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 109 of file constIsoSolidTransport.H.

◆ kappa()

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

Isotropic thermal conductivity [W/mK].

Definition at line 69 of file constIsoSolidTransportI.H.

References constIsoSolidTransport< Thermo >::Kappa().

Referenced by constIsoSolidTransport< 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

Un-isotropic thermal conductivity [W/mK].

Definition at line 76 of file constIsoSolidTransportI.H.

References constIsoSolidTransport< Thermo >::mu().

Referenced by constIsoSolidTransport< 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/ms].

Definition at line 84 of file constIsoSolidTransportI.H.

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

Referenced by constIsoSolidTransport< 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/ms].

Definition at line 93 of file constIsoSolidTransportI.H.

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

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const

Write to Ostream.

◆ operator=()

void operator= ( const constIsoSolidTransport< Thermo > &  )
inline

Definition at line 102 of file constIsoSolidTransportI.H.

◆ operator+=()

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

Definition at line 113 of file constIsoSolidTransportI.H.

References s(), thermo, and Y.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator*

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

◆ operator

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

Member Data Documentation

◆ isotropic

const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 115 of file constIsoSolidTransport.H.


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