The thermophysical properties of a solid. More...
Public Member Functions | |
TypeName ("solidProperties") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, solidProperties,,(),()) | |
declareRunTimeSelectionTable (autoPtr, solidProperties, Istream,(Istream &is),(is)) | |
declareRunTimeSelectionTable (autoPtr, solidProperties, dictionary,(const dictionary &dict),(dict)) | |
solidProperties (scalar rho, scalar Cp, scalar K, scalar Hf, scalar emissivity) | |
Construct from components. More... | |
solidProperties (Istream &is) | |
Construct from Istream. More... | |
solidProperties (const dictionary &dict) | |
Construct from dictionary. More... | |
solidProperties (const solidProperties &s) | |
Construct copy. More... | |
virtual autoPtr< solidProperties > | clone () const |
Construct and return clone. More... | |
virtual | ~solidProperties () |
Destructor. More... | |
scalar | rho () const |
Density [kg/m3]. More... | |
scalar | Cp () const |
Specific heat capacity [J/(kg.K)]. More... | |
scalar | K () const |
Thermal conductivity [W/(m.K)]. More... | |
scalar | Hf () const |
Heat of formation [J/kg]. More... | |
scalar | Hs (const scalar T) const |
Sensible enthalpy - reference to Tstd [J/kg]. More... | |
scalar | emissivity () const |
Emissivity []. More... | |
virtual void | writeData (Ostream &os) const |
Write the solidProperties properties. More... | |
Static Public Member Functions | |
static autoPtr< solidProperties > | New (Istream &is) |
Return a pointer to a new solidProperties created from input. More... | |
static autoPtr< solidProperties > | New (const dictionary &dict) |
Return a pointer to a new solidProperties created from dictionary. More... | |
Private Attributes | |
scalar | rho_ |
Density [kg/m3]. More... | |
scalar | Cp_ |
Specific heat capacity [J/(kg.K)]. More... | |
scalar | K_ |
Thermal conductivity [W/(m.K)]. More... | |
scalar | Hf_ |
Heat of formation [J/kg]. More... | |
scalar | emissivity_ |
Emissivity. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const solidProperties &s) |
The thermophysical properties of a solid.
Definition at line 60 of file solidProperties.H.
solidProperties | ( | scalar | rho, |
scalar | Cp, | ||
scalar | K, | ||
scalar | Hf, | ||
scalar | emissivity | ||
) |
Construct from components.
Definition at line 41 of file solidProperties.C.
Referenced by solidProperties::clone(), and solidProperties::New().
solidProperties | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 57 of file solidProperties.C.
solidProperties | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 67 of file solidProperties.C.
solidProperties | ( | const solidProperties & | s | ) |
Construct copy.
Definition at line 77 of file solidProperties.C.
|
inlinevirtual |
Destructor.
Definition at line 155 of file solidProperties.H.
TypeName | ( | "solidProperties" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
solidProperties | , | ||
() | , | ||
() | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
solidProperties | , | ||
Istream | , | ||
(Istream &is) | , | ||
(is) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
solidProperties | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
inlinevirtual |
Construct and return clone.
Reimplemented in ash, CaCO3, and C.
Definition at line 139 of file solidProperties.H.
References solidProperties::solidProperties().
|
static |
Return a pointer to a new solidProperties created from input.
Definition at line 31 of file solidPropertiesNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, Foam::nl, and solidProperties::solidProperties().
Referenced by solidMixtureProperties::solidMixtureProperties().
|
static |
Return a pointer to a new solidProperties created from dictionary.
Definition at line 76 of file solidPropertiesNew.C.
References dict, dictionaryName::dictName(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, and dictionary::subDict().
|
inline |
Density [kg/m3].
Definition at line 30 of file solidPropertiesI.H.
References solidProperties::rho_.
|
inline |
Specific heat capacity [J/(kg.K)].
Definition at line 36 of file solidPropertiesI.H.
|
inline |
Thermal conductivity [W/(m.K)].
Definition at line 42 of file solidPropertiesI.H.
|
inline |
Heat of formation [J/kg].
Definition at line 48 of file solidPropertiesI.H.
|
inline |
Sensible enthalpy - reference to Tstd [J/kg].
Definition at line 54 of file solidPropertiesI.H.
References Foam::T(), and Foam::constant::standard::Tstd.
|
inline |
Emissivity [].
Definition at line 60 of file solidPropertiesI.H.
|
virtual |
Write the solidProperties properties.
Reimplemented in ash, CaCO3, and C.
Definition at line 89 of file solidProperties.C.
References token::SPACE.
Referenced by C::writeData(), CaCO3::writeData(), and ash::writeData().
|
friend |
|
private |
Density [kg/m3].
Definition at line 66 of file solidProperties.H.
Referenced by solidProperties::rho().
|
private |
Specific heat capacity [J/(kg.K)].
Definition at line 69 of file solidProperties.H.
|
private |
Thermal conductivity [W/(m.K)].
Definition at line 72 of file solidProperties.H.
|
private |
Heat of formation [J/kg].
Definition at line 75 of file solidProperties.H.
|
private |
Emissivity.
Definition at line 78 of file solidProperties.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.