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 >:
[legend]
Collaboration diagram for constIsoSolidTransport< Thermo >:
[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 &)
 

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 73 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 43 of file constIsoSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ constIsoSolidTransport() [2/2]

constIsoSolidTransport ( const dictionary dict)
explicit

Construct from dictionary.

Definition at line 34 of file constIsoSolidTransport.C.

Member Function Documentation

◆ New()

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

Definition at line 56 of file constIsoSolidTransportI.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 116 of file constIsoSolidTransport.H.

◆ kappa()

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

Isotropic thermal conductivity [W/mK].

Definition at line 67 of file constIsoSolidTransportI.H.

◆ Kappa()

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

Un-isotropic thermal conductivity [W/mK].

Definition at line 74 of file constIsoSolidTransportI.H.

◆ mu()

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

Dynamic viscosity [kg/ms].

Definition at line 82 of file constIsoSolidTransportI.H.

References NotImplemented.

◆ alphah()

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

Thermal diffusivity of enthalpy [kg/ms].

Definition at line 91 of file constIsoSolidTransportI.H.

References Cp, and T.

◆ write()

void write ( Ostream os) const

Write to Ostream.

Definition at line 47 of file constIsoSolidTransport.C.

References Ostream::beginBlock(), Ostream::endBlock(), os(), and Ostream::writeEntry().

Here is the call graph for this function:

◆ operator+=()

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

Definition at line 100 of file constIsoSolidTransportI.H.

References Y.

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


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