Public Member Functions | Friends | List of all members
ash Class Reference

Coal ash solid properties. More...

Inheritance diagram for ash:
Inheritance graph
[legend]
Collaboration diagram for ash:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("ash")
 Runtime type information. More...
 
 ash ()
 Construct null. More...
 
 ash (const solidProperties &s)
 Construct from solidProperties. More...
 
 ash (Istream &is)
 Construct from Istream. More...
 
 ash (const dictionary &dict)
 Construct from dictionary. More...
 
 ash (const ash &s)
 Construct copy. More...
 
virtual autoPtr< solidPropertiesclone () 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

Ostreamoperator<< (Ostream &os, const ash &s)
 

Additional Inherited Members

- Static Public Member Functions inherited from solidProperties
static autoPtr< solidPropertiesNew (Istream &is)
 Return a pointer to a new solidProperties created from input. More...
 
static autoPtr< solidPropertiesNew (const dictionary &dict)
 Return a pointer to a new solidProperties created from dictionary. More...
 

Detailed Description

Coal ash solid properties.

Source files

Definition at line 57 of file ash.H.

Constructor & Destructor Documentation

ash ( )

Construct null.

Definition at line 41 of file ash.C.

References Foam::endl(), and WarningInFunction.

Referenced by ash::clone().

Here is the call graph for this function:

Here is the caller graph for this function:

ash ( const solidProperties s)

Construct from solidProperties.

Definition at line 54 of file ash.C.

ash ( Istream is)

Construct from Istream.

Definition at line 60 of file ash.C.

ash ( const dictionary dict)

Construct from dictionary.

Definition at line 66 of file ash.C.

ash ( const ash s)

Construct copy.

Definition at line 72 of file ash.C.

Member Function Documentation

TypeName ( "ash"  )

Runtime type information.

virtual autoPtr<solidProperties> clone ( ) const
inlinevirtual

Construct and return clone.

Reimplemented from solidProperties.

Definition at line 86 of file ash.H.

References ash::ash(), ash::operator<<, and ash::writeData().

Here is the call graph for this function:

void writeData ( Ostream os) const
virtual

Write the function coefficients.

Reimplemented from solidProperties.

Definition at line 80 of file ash.C.

References solidProperties::writeData().

Referenced by ash::clone(), and Foam::operator<<().

Here is the call graph for this function:

Here is the caller graph for this function:

Friends And Related Function Documentation

Ostream& operator<< ( Ostream os,
const ash s 
)
friend

Referenced by ash::clone().


The documentation for this class was generated from the following files: