Calcium carbonate (limestone) More...
#include <solids/CaCO3.H>
Calcium carbonate (limestone)
Public Member Functions | |
TypeName ("CaCO3") | |
Runtime type information. | |
CaCO3 () | |
Construct null. | |
CaCO3 (const solid &s) | |
Construct from solid. | |
CaCO3 (Istream &is) | |
Construct from Istream. | |
void | writeData (Ostream &os) const |
Write the function coefficients. | |
![]() | |
TypeName ("solid") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, solid,,(),()) | |
declareRunTimeSelectionTable (autoPtr, solid, Istream,(Istream &is),(is)) | |
solid (scalar rho, scalar cp, scalar K, scalar Hf, scalar emissivity) | |
Construct from components. | |
solid (Istream &is) | |
Construct from Istream. | |
virtual | ~solid () |
scalar | rho () const |
Density [kg/m3]. | |
scalar | cp () const |
Specific heat capacity [J/(kg.K)]. | |
scalar | K () const |
Thermal conductivity [W/(m.K)]. | |
scalar | Hf () const |
Heat of formation [J/kg]. | |
scalar | emissivity () const |
Emissivity []. |
Friends | |
Ostream & | operator<< (Ostream &os, const CaCO3 &s) |
Additional Inherited Members | |
![]() | |
static autoPtr< solid > | New (Istream &is) |
Return a pointer to a new solid created from input. |
CaCO3 | ( | ) |
TypeName | ( | "CaCO3" | ) |
Runtime type information.
|
virtual |
Write the function coefficients.
Reimplemented from solid.
Definition at line 67 of file CaCO3.C.
References solid::writeData().
Referenced by Foam::operator<<().