Public Member Functions | Private Member Functions
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...
 

Private Member Functions

 thermoCloud (const thermoCloud &)
 Disallow default bitwise copy construct. More...
 
void operator= (const thermoCloud &)
 Disallow default bitwise assignment. More...
 

Detailed Description

Virtual abstract base class for templated ThermoCloud.

Source files

Definition at line 48 of file thermoCloud.H.

Constructor & Destructor Documentation

◆ thermoCloud() [1/2]

thermoCloud ( const thermoCloud )
private

Disallow default bitwise copy construct.

◆ thermoCloud() [2/2]

Null constructor.

Definition at line 38 of file thermoCloud.C.

◆ ~thermoCloud()

~thermoCloud ( )
virtual

Destructor.

Definition at line 44 of file thermoCloud.C.

Member Function Documentation

◆ operator=()

void operator= ( const thermoCloud )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "thermoCloud"  )

Runtime type information.

◆ Ep()

virtual tmp<volScalarField> Ep ( ) const
pure virtual

Return tmp equivalent particulate emission.

Implemented in ThermoCloud< CloudType >.

Referenced by cloudAbsorptionEmission::EDisp().

Here is the caller graph for this function:

◆ ap()

virtual tmp<volScalarField> ap ( ) const
pure virtual

Return tmp equivalent particulate absorption.

Implemented in ThermoCloud< CloudType >.

Referenced by cloudAbsorptionEmission::aDisp().

Here is the caller graph for this function:

◆ sigmap()

virtual tmp<volScalarField> sigmap ( ) const
pure virtual

Return tmp equivalent particulate scattering factor.

Implemented in ThermoCloud< CloudType >.

Referenced by cloudScatter::sigmaEff().

Here is the caller graph for this function:

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