Calcium carbonate (limestone) More...


Public Member Functions | |
| TypeName ("CaCO3") | |
| Runtime type information. More... | |
| CaCO3 () noexcept | |
| Default construct. More... | |
| CaCO3 (const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual autoPtr< solidProperties > | clone () const |
| Return a clone. More... | |
| void | writeData (Ostream &os) const |
| Write the function coefficients. More... | |
Public Member Functions inherited from solidProperties | |
| TypeName ("solid") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, solidProperties,,(),()) | |
| declareRunTimeSelectionTable (autoPtr, solidProperties, dictionary,(const dictionary &dict),(dict)) | |
| solidProperties () noexcept | |
| Default construct. More... | |
| solidProperties (scalar rho, scalar Cp, scalar kappa, scalar Hf, scalar emissivity, scalar W, scalar nu, scalar E) noexcept | |
| Construct from components. More... | |
| solidProperties (const dictionary &dict) | |
| Construct from dictionary. More... | |
| solidProperties (const dictionary &dict, categories category) | |
| Construct from dictionary with category-specific handling. More... | |
| virtual | ~solidProperties ()=default |
| Destructor. More... | |
| scalar | rho () const noexcept |
| Density [kg/m3]. More... | |
| scalar | Cp () const |
| Specific heat capacity [J/(kg.K)]. More... | |
| scalar | kappa () const noexcept |
| Thermal conductivity [W/(m.K)]. More... | |
| scalar | Hf () const noexcept |
| Heat of formation [J/kg]. More... | |
| scalar | Hs (const scalar T) const |
| Sensible enthalpy - reference to Tstd [J/kg]. More... | |
| scalar | emissivity () const noexcept |
| Emissivity []. More... | |
| scalar | W () const noexcept |
| Molar weight [Kg/Kmol]. More... | |
| scalar | nu () const noexcept |
| Poisson ratio. More... | |
| scalar | E () const noexcept |
| Young modulus [N/m2]. More... | |
| void | readIfPresent (const dictionary &dict) |
| Read and set the properties if present in the given dictionary. More... | |
Friends | |
| Ostream & | operator<< (Ostream &os, const CaCO3 &s) |
| Ostream Operator. More... | |
Additional Inherited Members | |
Public Types inherited from solidProperties | |
| enum | categories { MECHANICAL = (1), THERMAL = (2), REGULAR = 0xFF } |
| Simple categories of solid properties. More... | |
Static Public Member Functions inherited from solidProperties | |
| template<class Derived > | |
| static autoPtr< solidProperties > | Clone (const Derived &prop) |
| Clone solidProperties. More... | |
| static autoPtr< solidProperties > | New (const word &name) |
| Return a pointer to a new solidProperties created from name. More... | |
| static autoPtr< solidProperties > | New (const dictionary &dict) |
| Return a pointer to a new solidProperties created from dictionary. More... | |
|
noexcept |
Default construct.
Definition at line 36 of file CaCO3.C.
References Foam::ensightOutput::debug, Foam::endl(), and WarningInFunction.

|
explicit |
Construct from dictionary.
Definition at line 49 of file CaCO3.C.
References dict, and solidProperties::readIfPresent().

| TypeName | ( | "CaCO3" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Reimplemented from solidProperties.
Definition at line 73 of file CaCO3.H.
References solidProperties::Clone().

|
virtual |
Write the function coefficients.
Reimplemented from solidProperties.
Definition at line 59 of file CaCO3.C.
References solidProperties::writeData().
