exponentialSolidTransport< Thermo > Class Template Reference

Exponential properties for solid heat transport Templated into a given thermodynamics package. More...

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

Public Member Functions

 exponentialSolidTransport (const Thermo &t, const scalar kappa0, const scalar n0, const scalar Tref)
 Construct from components. More...
 
 exponentialSolidTransport (const word &, const exponentialSolidTransport &)
 Construct as named copy. More...
 
 exponentialSolidTransport (const word &name, const dictionary &dict)
 Construct from name and dictionary. More...
 
autoPtr< exponentialSolidTransportclone () 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...
 
void operator+= (const exponentialSolidTransport &)
 

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

exponentialSolidTransport operator* (const scalar, const exponentialSolidTransport &)
 
Ostreamoperator (Ostream &, const exponentialSolidTransport &)
 

Detailed Description

template<class Thermo>
class Foam::exponentialSolidTransport< Thermo >

Exponential properties for solid heat transport Templated into a given thermodynamics package.

Source files

Definition at line 66 of file exponentialSolidTransport.H.

Constructor & Destructor Documentation

◆ exponentialSolidTransport() [1/3]

exponentialSolidTransport ( const Thermo &  t,
const scalar  kappa0,
const scalar  n0,
const scalar  Tref 
)
inline

Construct from components.

Definition at line 29 of file exponentialSolidTransportI.H.

◆ exponentialSolidTransport() [2/3]

exponentialSolidTransport ( const word name,
const exponentialSolidTransport< Thermo > &  ct 
)
inline

Construct as named copy.

Definition at line 45 of file exponentialSolidTransportI.H.

◆ exponentialSolidTransport() [3/3]

exponentialSolidTransport ( const word name,
const dictionary dict 
)

Construct from name and dictionary.

Definition at line 32 of file exponentialSolidTransport.C.

References dict, and dictionary::lookup().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

Construct and return a clone.

Definition at line 60 of file exponentialSolidTransportI.H.

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 112 of file exponentialSolidTransport.H.

◆ kappa()

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

Isotropic thermal conductivity [W/m/K].

Definition at line 72 of file exponentialSolidTransportI.H.

References Foam::pow(), and 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 82 of file exponentialSolidTransportI.H.

References Foam::constant::electromagnetic::kappa, NotImplemented, Foam::pow(), and Foam::T().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

Write to Ostream.

◆ operator+=()

void operator+= ( const exponentialSolidTransport< Thermo > &  )
inline

Definition at line 96 of file exponentialSolidTransportI.H.

References Y.

Friends And Related Function Documentation

◆ operator*

exponentialSolidTransport operator* ( const  scalar,
const exponentialSolidTransport< Thermo > &   
)
friend

◆ operator

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

Member Data Documentation

◆ isotropic

const bool isotropic = true
static

Is the thermal conductivity isotropic.

Definition at line 118 of file exponentialSolidTransport.H.


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