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

The thermophysical properties of a solid. More...

Inheritance diagram for solidProperties:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("solid")
 
 declareRunTimeSelectionTable (autoPtr, solidProperties,,(),())
 
 declareRunTimeSelectionTable (autoPtr, solidProperties, dictionary,(const dictionary &dict),(dict))
 
 solidProperties (scalar rho, scalar Cp, scalar kappa, scalar Hf, scalar emissivity, scalar W, scalar nu, scalar E)
 
 solidProperties (const dictionary &dict)
 
virtual autoPtr< solidPropertiesclone () const
 
virtual ~solidProperties ()=default
 
scalar rho () const
 
scalar Cp () const
 
scalar kappa () const
 
scalar Hf () const
 
scalar Hs (const scalar T) const
 
scalar emissivity () const
 
scalar W () const
 
scalar nu () const
 
scalar E () const
 
void readIfPresent (const dictionary &dict)
 
virtual void writeData (Ostream &os) const
 

Static Public Member Functions

static autoPtr< solidPropertiesNew (const word &name)
 
static autoPtr< solidPropertiesNew (const dictionary &dict)
 

Friends

Ostreamoperator<< (Ostream &os, const solidProperties &s)
 

Detailed Description

The thermophysical properties of a solid.

Source files

Definition at line 50 of file solidProperties.H.

Constructor & Destructor Documentation

◆ solidProperties() [1/2]

solidProperties ( scalar  rho,
scalar  Cp,
scalar  kappa,
scalar  Hf,
scalar  emissivity,
scalar  W,
scalar  nu,
scalar  E 
)

Definition at line 37 of file solidProperties.C.

◆ solidProperties() [2/2]

solidProperties ( const dictionary dict)

Definition at line 59 of file solidProperties.C.

◆ ~solidProperties()

virtual ~solidProperties ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "solid"  )

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr  ,
solidProperties  ,
()  ,
()   
)

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr  ,
solidProperties  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

◆ clone()

virtual autoPtr<solidProperties> clone ( ) const
inlinevirtual

Reimplemented in ash, C, and CaCO3.

Definition at line 125 of file solidProperties.H.

References autoPtr::New().

Here is the call graph for this function:

◆ New() [1/2]

Foam::autoPtr< Foam::solidProperties > New ( const word name)
static

Definition at line 28 of file solidPropertiesNew.C.

References DebugInFunction, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInLookup, and Foam::name().

Referenced by solidMixtureProperties::solidMixtureProperties().

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

◆ New() [2/2]

Foam::autoPtr< Foam::solidProperties > New ( const dictionary dict)
static

Definition at line 51 of file solidPropertiesNew.C.

References DebugInFunction, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::New().

Here is the call graph for this function:

◆ rho()

Foam::scalar rho ( ) const
inline

Definition at line 26 of file solidPropertiesI.H.

Referenced by thermalShell::rho().

Here is the caller graph for this function:

◆ Cp()

Foam::scalar Cp ( ) const
inline

Definition at line 32 of file solidPropertiesI.H.

Referenced by thermalShell::Cp().

Here is the caller graph for this function:

◆ kappa()

Foam::scalar kappa ( ) const
inline

Definition at line 38 of file solidPropertiesI.H.

Referenced by thermalShell::kappa().

Here is the caller graph for this function:

◆ Hf()

Foam::scalar Hf ( ) const
inline

Definition at line 44 of file solidPropertiesI.H.

◆ Hs()

Foam::scalar Hs ( const scalar  T) const
inline

Definition at line 50 of file solidPropertiesI.H.

References Foam::T(), and Foam::constant::standard::Tstd.

Here is the call graph for this function:

◆ emissivity()

Foam::scalar emissivity ( ) const
inline

Definition at line 56 of file solidPropertiesI.H.

◆ W()

Foam::scalar W ( ) const
inline

Definition at line 62 of file solidPropertiesI.H.

◆ nu()

Foam::scalar nu ( ) const
inline

Definition at line 68 of file solidPropertiesI.H.

◆ E()

Foam::scalar E ( ) const
inline

Definition at line 74 of file solidPropertiesI.H.

◆ readIfPresent()

void readIfPresent ( const dictionary dict)

Definition at line 74 of file solidProperties.C.

References dict, dictionary::readIfPresent(), and dictionary::readIfPresentCompat().

Referenced by ash::ash(), C::C(), and CaCO3::CaCO3().

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

◆ writeData()

void writeData ( Ostream os) const
virtual

Reimplemented in ash, C, and CaCO3.

Definition at line 87 of file solidProperties.C.

References os(), and token::SPACE.

Referenced by ash::writeData(), C::writeData(), and CaCO3::writeData().

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

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const solidProperties s 
)
friend

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