tabulatedAnIsoSolidTransport< Thermo > Class Template Reference

Transport properties package using Function1 type data for anisotropic thermal conductivity. More...

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

Public Member Functions

 tabulatedAnIsoSolidTransport (const word &, const tabulatedAnIsoSolidTransport &)
 Construct as named copy. More...
 
 tabulatedAnIsoSolidTransport (const dictionary &dict)
 Construct from dictionary. More...
 
autoPtr< tabulatedAnIsoSolidTransportclone () 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< tabulatedAnIsoSolidTransportNew (const dictionary &dict)
 
static word typeName ()
 The instantiated type name. More...
 

Static Public Attributes

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

Friends

Ostreamoperator (Ostream &, const tabulatedAnIsoSolidTransport &)
 

Detailed Description

template<class Thermo>
class Foam::tabulatedAnIsoSolidTransport< Thermo >

Transport properties package using Function1 type data for anisotropic thermal conductivity.

Usage
Example of the specification of the transport properties:
transport
{
    // kappa      <Function1<vector>>;

    kappa         table
    (
        // T      kappa
        (  200    (2.56e-5 2e-5 2e-5) )
        (  350    (3.33e-5 1e-5 1e-5) )
        (  400    (4.72e-5 3e-5 3-e5) )
    );
}

where the entries mean:

Property Description Type Reqd Deflt
kappa Thermal conductivity Function1<vector> yes -
Source files

Definition at line 95 of file tabulatedAnIsoSolidTransport.H.

Constructor & Destructor Documentation

◆ tabulatedAnIsoSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 46 of file tabulatedAnIsoSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ tabulatedAnIsoSolidTransport() [2/2]

tabulatedAnIsoSolidTransport ( const dictionary dict)
explicit

Construct from dictionary.

Definition at line 34 of file tabulatedAnIsoSolidTransport.C.

References Foam::New().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

Return a clone.

Definition at line 59 of file tabulatedAnIsoSolidTransportI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 67 of file tabulatedAnIsoSolidTransportI.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 142 of file tabulatedAnIsoSolidTransport.H.

◆ mu()

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

Dynamic viscosity [kg/m/s].

Definition at line 76 of file tabulatedAnIsoSolidTransportI.H.

References NotImplemented.

◆ kappa()

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

Thermal conductivity [W/m/K].

Definition at line 88 of file tabulatedAnIsoSolidTransportI.H.

References Foam::mag(), and T.

Here is the call graph for this function:

◆ Kappa()

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

Thermal conductivity [W/m/K].

Definition at line 99 of file tabulatedAnIsoSolidTransportI.H.

References 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 tabulatedAnIsoSolidTransportI.H.

References Cp, p, and T.

◆ write()

void write ( Ostream os) const

Write to Ostream.

Definition at line 47 of file tabulatedAnIsoSolidTransport.C.

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

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

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

Member Data Documentation

◆ isotropic

const bool isotropic = false
static

Is the thermal conductivity isotropic.

Definition at line 148 of file tabulatedAnIsoSolidTransport.H.


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