Loading...
Searching...
No Matches
constAnIsoSolidTransport< Thermo > Class Template Reference

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

#include <constAnIsoSolidTransport.H>

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

Public Member Functions

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

Static Public Member Functions

static autoPtr< constAnIsoSolidTransport > New (const dictionary &dict)
static word typeName ()
 Return the instantiated type name.

Static Public Attributes

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

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 68 of file constAnIsoSolidTransport.H.

Constructor & Destructor Documentation

◆ constAnIsoSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 36 of file constAnIsoSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ constAnIsoSolidTransport() [2/2]

template<class Thermo>
constAnIsoSolidTransport ( const dictionary & dict)
explicit

Construct from dictionary.

Definition at line 27 of file constAnIsoSolidTransport.C.

References dict.

Member Function Documentation

◆ New()

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

Definition at line 49 of file constAnIsoSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 121 of file constAnIsoSolidTransport.H.

◆ kappa()

template<class Thermo>
Foam::scalar kappa ( const scalar p,
const scalar T ) const
inline

Isotropic thermal conductivity [W/mK].

Definition at line 60 of file constAnIsoSolidTransportI.H.

References Foam::mag(), p, and Foam::T().

Here is the call graph for this function:

◆ Kappa()

template<class Thermo>
Foam::vector Kappa ( const scalar p,
const scalar T ) const
inline

Un-isotropic thermal conductivity [W/mK].

Definition at line 67 of file constAnIsoSolidTransportI.H.

References p, and Foam::T().

Here is the call graph for this function:

◆ mu()

template<class Thermo>
Foam::scalar mu ( const scalar p,
const scalar T ) const
inline

Dynamic viscosity [kg/ms].

Definition at line 75 of file constAnIsoSolidTransportI.H.

References NotImplemented, p, and Foam::T().

Here is the call graph for this function:

◆ alphah()

template<class Thermo>
Foam::vector alphah ( const scalar p,
const scalar T ) const
inline

Thermal diffusivity of enthalpy [kg/ms].

Definition at line 84 of file constAnIsoSolidTransportI.H.

References Cp, p, and Foam::T().

Here is the call graph for this function:

◆ write()

template<class Thermo>
void write ( Ostream & os) const

Write to Ostream.

◆ operator+=()

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

Definition at line 93 of file constAnIsoSolidTransportI.H.

References Y.

◆ operator*

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

◆ operator<<

template<class Thermo>
Ostream & operator<< ( Ostream & ,
const constAnIsoSolidTransport< Thermo > &  )
friend

Member Data Documentation

◆ isotropic

template<class Thermo>
const bool isotropic = false
static

Is the thermal conductivity isotropic.

Definition at line 129 of file constAnIsoSolidTransport.H.


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