tabulatedSolidTransport< Thermo > Class Template Reference

Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature. More...

Inheritance diagram for tabulatedSolidTransport< Thermo >:
[legend]
Collaboration diagram for tabulatedSolidTransport< Thermo >:
[legend]

Public Member Functions

 tabulatedSolidTransport (const word &, const tabulatedSolidTransport &)
 Construct as named copy. More...
 
 tabulatedSolidTransport (const dictionary &dict)
 Construct from dictionary. More...
 
autoPtr< tabulatedSolidTransportclone () const
 Return a clone. More...
 
scalar mu (const scalar p, const scalar T) const
 Dynamic viscosity [kg/m/s]. 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 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...
 

Static Public Member Functions

static autoPtr< tabulatedSolidTransportNew (const dictionary &dict)
 
static word typeName ()
 The instantiated type name. More...
 

Static Public Attributes

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

Friends

Ostreamoperator (Ostream &, const tabulatedSolidTransport &)
 

Detailed Description

template<class Thermo>
class Foam::tabulatedSolidTransport< Thermo >

Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature.

Usage
Property Description
kappa Thermal conductivity vs temperature table

Example of the specification of the transport properties:

    transport
    {
        kappa
        (
            (200 2.56e-5)
            (350 3.33e-5)
            (400 4.72e-5)
        );
    }
Source files
See also
Foam::thermophysicalFunctions::nonUniformTable

Definition at line 89 of file tabulatedSolidTransport.H.

Constructor & Destructor Documentation

◆ tabulatedSolidTransport() [1/2]

tabulatedSolidTransport ( const word name,
const tabulatedSolidTransport< Thermo > &  pt 
)
inline

Construct as named copy.

Definition at line 45 of file tabulatedSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ tabulatedSolidTransport() [2/2]

tabulatedSolidTransport ( const dictionary dict)
explicit

Construct from dictionary.

Definition at line 34 of file tabulatedSolidTransport.C.

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::tabulatedSolidTransport< Thermo > > clone
inline

Return a clone.

Definition at line 58 of file tabulatedSolidTransportI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 66 of file tabulatedSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

The instantiated type name.

Definition at line 132 of file tabulatedSolidTransport.H.

◆ mu()

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

Dynamic viscosity [kg/m/s].

Definition at line 75 of file tabulatedSolidTransportI.H.

References NotImplemented.

◆ kappa()

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

Thermal conductivity [W/m/K].

Definition at line 87 of file tabulatedSolidTransportI.H.

References p, and T.

◆ Kappa()

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

Thermal conductivity [W/m/K].

Definition at line 98 of file tabulatedSolidTransportI.H.

References p, and T.

◆ alphah()

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

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

Definition at line 110 of file tabulatedSolidTransportI.H.

References Cp, p, and T.

◆ write()

void write ( Ostream os) const

Write to Ostream.

Definition at line 47 of file tabulatedSolidTransport.C.

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

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

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

Member Data Documentation

◆ isotropic

const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 138 of file tabulatedSolidTransport.H.


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