Calcium carbonate (limestone) More...


Public Member Functions | |
| TypeName ("CaCO3") | |
| Runtime type information. More... | |
| CaCO3 () | |
| Construct null. More... | |
| CaCO3 (const solidProperties &s) | |
| Construct from solidProperties. More... | |
| CaCO3 (Istream &is) | |
| Construct from Istream. More... | |
| CaCO3 (const dictionary &dict) | |
| Construct from dictionary. More... | |
| CaCO3 (const CaCO3 &s) | |
| Construct copy. More... | |
| virtual autoPtr< solidProperties > | clone () const |
| Construct and return clone. More... | |
| void | writeData (Ostream &os) const |
| Write the function coefficients. More... | |
Public Member Functions inherited from solidProperties | |
| 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 | ~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... | |
Friends | |
| Ostream & | operator<< (Ostream &os, const CaCO3 &s) |
Additional Inherited Members | |
Static Public Member Functions inherited from solidProperties | |
| 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... | |
| CaCO3 | ( | ) |
Construct null.
Definition at line 41 of file CaCO3.C.
References Foam::endl(), and WarningInFunction.
Referenced by CaCO3::clone().


| CaCO3 | ( | const solidProperties & | s | ) |
Construct from solidProperties.
| CaCO3 | ( | const dictionary & | dict | ) |
| TypeName | ( | "CaCO3" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return clone.
Reimplemented from solidProperties.
Definition at line 86 of file CaCO3.H.
References CaCO3::CaCO3(), CaCO3::operator<<, and CaCO3::writeData().

|
virtual |
Write the function coefficients.
Reimplemented from solidProperties.
Definition at line 80 of file CaCO3.C.
References solidProperties::writeData().
Referenced by CaCO3::clone(), and Foam::operator<<().


Referenced by CaCO3::clone().
1.8.11