tabulatedSolidTransport< Thermo > Class Template Reference

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

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

Public Member Functions

 tabulatedSolidTransport (const Thermo &t, const nonUniformTable &kappa)
 Construct from components. More...
 
 tabulatedSolidTransport (const word &, const tabulatedSolidTransport &)
 Construct as named copy. More...
 
 tabulatedSolidTransport (const word &name, const dictionary &dict)
 Construct from name and dictionary. More...
 
autoPtr< tabulatedSolidTransportclone () const
 Construct and return a clone. More...
 
scalar kappa (const scalar p, const scalar T) const
 Isotropic thermal conductivity [W/m/K]. More...
 
vector Kappa (const scalar p, const scalar T) const
 Anisotropic thermal conductivity [W/m/K]. More...
 
void write (Ostream &os) const
 Write to Ostream. More...
 

Static Public Member Functions

static word typeName ()
 Return 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-uniformly-spaced 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
        {
            values
            (
                (200 380)
                (350 400)
                (400 450)
            );
        }
    }
Source files

Definition at line 96 of file tabulatedSolidTransport.H.

Constructor & Destructor Documentation

◆ tabulatedSolidTransport() [1/3]

tabulatedSolidTransport ( const Thermo &  t,
const nonUniformTable kappa 
)
inline

Construct from components.

Definition at line 29 of file tabulatedSolidTransportI.H.

◆ tabulatedSolidTransport() [2/3]

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

Construct as named copy.

Definition at line 41 of file tabulatedSolidTransportI.H.

◆ tabulatedSolidTransport() [3/3]

tabulatedSolidTransport ( const word name,
const dictionary dict 
)

Construct from name and dictionary.

Definition at line 32 of file tabulatedSolidTransport.C.

Member Function Documentation

◆ clone()

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

Construct and return a clone.

Definition at line 54 of file tabulatedSolidTransportI.H.

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 137 of file tabulatedSolidTransport.H.

◆ kappa()

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

Isotropic thermal conductivity [W/m/K].

Definition at line 66 of file tabulatedSolidTransportI.H.

References Foam::T().

Here is the call graph for this function:

◆ Kappa()

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

Anisotropic thermal conductivity [W/m/K].

Not implemented

Definition at line 76 of file tabulatedSolidTransportI.H.

References Foam::constant::electromagnetic::kappa, NotImplemented, Foam::T(), and dimensioned< Type >::value().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

Write to Ostream.

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 143 of file tabulatedSolidTransport.H.


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