Graphite solid properties. More...
Public Member Functions | |
TypeName ("C") | |
Runtime type information. More... | |
C () | |
Construct null. More... | |
C (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual autoPtr< solidProperties > | clone () const |
Construct and return clone. More... | |
virtual void | write (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 (scalar rho, scalar Cp, scalar kappa, scalar hf, scalar emissivity) | |
Construct from components. More... | |
solidProperties (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual | ~solidProperties () |
Destructor. More... | |
scalar | rho () const |
Density [kg/m^3]. More... | |
scalar | Cp () const |
Specific heat capacity [J/kg/K]. More... | |
scalar | hf () const |
Heat of formation [J/kg]. More... | |
scalar | hs (const scalar T) const |
Sensible enthalpy [J/kg]. More... | |
scalar | ha (scalar T) const |
Absolute enthalpy [J/kg]. More... | |
scalar | es (const scalar T) const |
Sensible internal energy [J/kg]. More... | |
scalar | ea (scalar T) const |
Absolute internal energy [J/kg]. More... | |
scalar | kappa () const |
Thermal conductivity [W/m/K]. More... | |
scalar | emissivity () const |
Emissivity []. More... | |
void | readIfPresent (const dictionary &dict) |
Read and set the properties present it the given dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from solidProperties | |
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... | |
C | ( | ) |
Construct null.
Definition at line 40 of file C.C.
References Foam::endl(), and WarningInFunction.
Referenced by MRFZone::addCentrifugalAcceleration(), targetCoeffTrim::calcCoeffs(), C::clone(), MRFZone::makeAbsolute(), and MRFZone::makeRelative().
C | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 53 of file C.C.
References dict, and solidProperties::readIfPresent().
TypeName | ( | "C" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return clone.
Reimplemented from solidProperties.
Definition at line 68 of file C.H.
References C::C().
|
virtual |
Write the function coefficients.
Reimplemented from solidProperties.
Definition at line 63 of file C.C.
References solidProperties::write().
Referenced by writeCellCentres::write().