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

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

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

Public Member Functions

 constAnIsoSolidTransport (const word &, const constAnIsoSolidTransport &)
 Construct as named copy. More...
 
 constAnIsoSolidTransport (const dictionary &)
 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...
 
vector 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 constAnIsoSolidTransport &)
 
void operator+= (const constAnIsoSolidTransport &)
 
void operator-= (const constAnIsoSolidTransport &)
 

Static Public Member Functions

static autoPtr< constAnIsoSolidTransportNew (const dictionary &dict)
 
static word typeName ()
 Return the instantiated type name. More...
 

Static Public Attributes

static const bool isotropic = false
 Is the thermal conductivity isotropic. More...
 

Friends

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

Detailed Description

template<class Thermo>
class Foam::constAnIsoSolidTransport< Thermo >

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

Source files

Definition at line 46 of file constAnIsoSolidTransport.H.

Constructor & Destructor Documentation

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

Construct as named copy.

Definition at line 42 of file constAnIsoSolidTransportI.H.

References constAnIsoSolidTransport< Thermo >::New().

Here is the call graph for this function:

Construct from dictionary.

Definition at line 33 of file constAnIsoSolidTransport.C.

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

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 55 of file constAnIsoSolidTransportI.H.

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 108 of file constAnIsoSolidTransport.H.

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

Isotropic thermal conductivity [W/mK].

Definition at line 69 of file constAnIsoSolidTransportI.H.

References constAnIsoSolidTransport< Thermo >::Kappa(), and Foam::mag().

Referenced by constAnIsoSolidTransport< Thermo >::New().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Un-isotropic thermal conductivity [W/mK].

Definition at line 76 of file constAnIsoSolidTransportI.H.

References constAnIsoSolidTransport< Thermo >::mu().

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Dynamic viscosity [kg/ms].

Definition at line 84 of file constAnIsoSolidTransportI.H.

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Thermal diffusivity of enthalpy [kg/ms].

Definition at line 93 of file constAnIsoSolidTransportI.H.

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

Here is the caller graph for this function:

void write ( Ostream os) const

Write to Ostream.

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

Definition at line 102 of file constAnIsoSolidTransportI.H.

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

Definition at line 112 of file constAnIsoSolidTransportI.H.

void operator-= ( const constAnIsoSolidTransport< Thermo > &  )
inline

Definition at line 127 of file constAnIsoSolidTransportI.H.

References s().

Here is the call graph for this function:

Friends And Related Function Documentation

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

Member Data Documentation

const bool isotropic = false
static

Is the thermal conductivity isotropic.

Definition at line 114 of file constAnIsoSolidTransport.H.


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