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

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

#include <tabulatedSolidTransport.H>

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

Public Member Functions

 tabulatedSolidTransport (const word &, const tabulatedSolidTransport &)
 Construct as named copy.
 tabulatedSolidTransport (const dictionary &dict)
 Construct from dictionary.
autoPtr< tabulatedSolidTransportclone () const
 Return a clone.
scalar mu (const scalar p, const scalar T) const
 Dynamic viscosity [kg/m/s].
scalar kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/m/K].
vector Kappa (const scalar p, const scalar T) const
 Thermal conductivity [W/m/K].
scalar alphah (const scalar p, const scalar T) const
 Thermal diffusivity of enthalpy [kg/m/s].
void write (Ostream &os) const
 Write to Ostream.

Static Public Member Functions

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

Static Public Attributes

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

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

Constructor & Destructor Documentation

◆ tabulatedSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 38 of file tabulatedSolidTransportI.H.

References Foam::name().

Here is the call graph for this function:

◆ tabulatedSolidTransport() [2/2]

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

Construct from dictionary.

Definition at line 27 of file tabulatedSolidTransport.C.

References dict.

Member Function Documentation

◆ clone()

template<class Thermo>
Foam::autoPtr< Foam::tabulatedSolidTransport< Thermo > > clone ( ) const
inline

Return a clone.

Definition at line 51 of file tabulatedSolidTransportI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 59 of file tabulatedSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

The instantiated type name.

Definition at line 140 of file tabulatedSolidTransport.H.

◆ mu()

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

Dynamic viscosity [kg/m/s].

Definition at line 68 of file tabulatedSolidTransportI.H.

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

Here is the call graph for this function:

◆ kappa()

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

Thermal conductivity [W/m/K].

Definition at line 80 of file tabulatedSolidTransportI.H.

References p, and Foam::T().

Referenced by alphah(), and Kappa().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Kappa()

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

Thermal conductivity [W/m/K].

Definition at line 91 of file tabulatedSolidTransportI.H.

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

Here is the call graph for this function:

◆ alphah()

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

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

Definition at line 103 of file tabulatedSolidTransportI.H.

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

Here is the call graph for this function:

◆ write()

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

Write to Ostream.

Definition at line 40 of file tabulatedSolidTransport.C.

References name, and os().

Here is the call graph for this function:

◆ operator<<

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

Member Data Documentation

◆ isotropic

template<class Thermo>
const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 148 of file tabulatedSolidTransport.H.


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