Public Member Functions | List of all members
thermoCloud Class Referenceabstract

Virtual abstract base class for templated ThermoCloud. More...

Inheritance diagram for thermoCloud:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("thermoCloud")
 Runtime type information. More...
 
 thermoCloud ()
 Null constructor. More...
 
virtual ~thermoCloud ()
 Destructor. More...
 
virtual tmp< volScalarFieldEp () const =0
 Return tmp equivalent particulate emission. More...
 
virtual tmp< volScalarFieldap () const =0
 Return tmp equivalent particulate absorption. More...
 
virtual tmp< volScalarFieldsigmap () const =0
 Return tmp equivalent particulate scattering factor. More...
 

Detailed Description

Virtual abstract base class for templated ThermoCloud.

Source files

Definition at line 48 of file thermoCloud.H.

Constructor & Destructor Documentation

Null constructor.

Definition at line 38 of file thermoCloud.C.

~thermoCloud ( )
virtual

Destructor.

Definition at line 44 of file thermoCloud.C.

Member Function Documentation

TypeName ( "thermoCloud"  )

Runtime type information.

virtual tmp<volScalarField> Ep ( ) const
pure virtual

Return tmp equivalent particulate emission.

Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.

Referenced by cloudAbsorptionEmission::EDisp().

Here is the caller graph for this function:

virtual tmp<volScalarField> ap ( ) const
pure virtual

Return tmp equivalent particulate absorption.

Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.

Referenced by cloudAbsorptionEmission::aDisp().

Here is the caller graph for this function:

virtual tmp<volScalarField> sigmap ( ) const
pure virtual

Return tmp equivalent particulate scattering factor.

Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.

Referenced by cloudScatter::sigmaEff().

Here is the caller graph for this function:


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