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

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

#include <tabulatedAnIsoSolidTransport.H>

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

Public Member Functions

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

Static Public Attributes

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

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 91 of file tabulatedAnIsoSolidTransport.H.

Constructor & Destructor Documentation

◆ tabulatedAnIsoSolidTransport() [1/2]

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

Construct as named copy.

Definition at line 39 of file tabulatedAnIsoSolidTransportI.H.

References clone(), and Foam::name().

Here is the call graph for this function:

◆ tabulatedAnIsoSolidTransport() [2/2]

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

Construct from dictionary.

Definition at line 27 of file tabulatedAnIsoSolidTransport.C.

References dict, and New().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

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

Return a clone.

Definition at line 52 of file tabulatedAnIsoSolidTransportI.H.

References Foam::New().

Referenced by tabulatedAnIsoSolidTransport().

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

◆ New()

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

Definition at line 60 of file tabulatedAnIsoSolidTransportI.H.

References dict, and Foam::New().

Referenced by tabulatedAnIsoSolidTransport().

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

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

The instantiated type name.

Definition at line 150 of file tabulatedAnIsoSolidTransport.H.

◆ mu()

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

Dynamic viscosity [kg/m/s].

Definition at line 69 of file tabulatedAnIsoSolidTransportI.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 81 of file tabulatedAnIsoSolidTransportI.H.

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

Referenced by alphah().

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 92 of file tabulatedAnIsoSolidTransportI.H.

References 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 tabulatedAnIsoSolidTransportI.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 tabulatedAnIsoSolidTransport.C.

References name, and os().

Here is the call graph for this function:

◆ operator<<

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

Member Data Documentation

◆ isotropic

template<class Thermo>
const bool isotropic = false
static

Is the thermal conductivity isotropic.

Definition at line 158 of file tabulatedAnIsoSolidTransport.H.


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