Coal ash. More...
#include <solids/ash.H>
Coal ash.
Inheritance diagram for ash:
Collaboration diagram for ash:Public Member Functions | |
| TypeName ("ash") | |
| Runtime type information. | |
| ash () | |
| Construct null. | |
| ash (const solid &s) | |
| Construct from solid. | |
| ash (Istream &is) | |
| Construct from Istream. | |
| void | writeData (Ostream &os) const |
| Write the function coefficients. | |
Public Member Functions inherited from solid | |
| 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 ash &s) |
Additional Inherited Members | |
Static Public Member Functions inherited from solid | |
| static autoPtr< solid > | New (Istream &is) |
| Return a pointer to a new solid created from input. | |
| ash | ( | ) |
| TypeName | ( | "ash" | ) |
Runtime type information.
|
virtual |
Write the function coefficients.
Reimplemented from solid.
Definition at line 67 of file ash.C.
References solid::writeData().
Referenced by Foam::operator<<().