Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
exponentialSolidTransport Class Reference

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

Public Member Functions

 exponentialSolidTransport (const word &, const exponentialSolidTransport &)
 
 exponentialSolidTransport (const dictionary &)
 
scalar kappa (const scalar p, const scalar T) const
 
vector Kappa (const scalar p, const scalar T) const
 
scalar mu (const scalar p, const scalar T) const
 
scalar alphah (const scalar p, const scalar T) const
 
void write (Ostream &os) const
 
void operator+= (const exponentialSolidTransport &)
 

Static Public Member Functions

static autoPtr< exponentialSolidTransportNew (const dictionary &dict)
 
static word typeName ()
 

Static Public Attributes

static const bool isotropic = true
 

Friends

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

Detailed Description

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

Source files

Definition at line 45 of file exponentialSolidTransport.H.

Constructor & Destructor Documentation

◆ exponentialSolidTransport() [1/2]

exponentialSolidTransport ( const word ,
const exponentialSolidTransport  
)
inline

◆ exponentialSolidTransport() [2/2]

exponentialSolidTransport ( const dictionary )
explicit

Member Function Documentation

◆ New()

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

Definition at line 56 of file exponentialSolidTransportI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Definition at line 122 of file exponentialSolidTransport.H.

◆ kappa()

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

Definition at line 67 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

Definition at line 77 of file exponentialSolidTransportI.H.

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

Here is the call graph for this function:

◆ mu()

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

Definition at line 88 of file exponentialSolidTransportI.H.

References NotImplemented.

◆ alphah()

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

Definition at line 97 of file exponentialSolidTransportI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

◆ operator+=()

void operator+= ( const exponentialSolidTransport )
inline

Definition at line 106 of file exponentialSolidTransportI.H.

References Y.

Friends And Related Function Documentation

◆ operator*

exponentialSolidTransport operator* ( const  scalar,
const exponentialSolidTransport  
)
friend

◆ operator

Ostream& operator ( Ostream ,
const exponentialSolidTransport  
)
friend

Member Data Documentation

◆ isotropic

const bool isotropic = true
static

Definition at line 128 of file exponentialSolidTransport.H.


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