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

Public Member Functions | |
| TypeName ("thermoCloud") | |
| Runtime type information. More... | |
| thermoCloud () | |
| Null constructor. More... | |
| virtual | ~thermoCloud () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Ep () const =0 |
| Return tmp equivalent particulate emission. More... | |
| virtual tmp< volScalarField > | ap () const =0 |
| Return tmp equivalent particulate absorption. More... | |
| virtual tmp< volScalarField > | sigmap () const =0 |
| Return tmp equivalent particulate scattering factor. More... | |
Virtual abstract base class for templated ThermoCloud.
Definition at line 48 of file thermoCloud.H.
| thermoCloud | ( | ) |
Null constructor.
Definition at line 38 of file thermoCloud.C.
|
virtual |
Destructor.
Definition at line 44 of file thermoCloud.C.
| TypeName | ( | "thermoCloud" | ) |
Runtime type information.
|
pure virtual |
Return tmp equivalent particulate emission.
Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.
Referenced by cloudAbsorptionEmission::EDisp().

|
pure virtual |
Return tmp equivalent particulate absorption.
Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.
Referenced by cloudAbsorptionEmission::aDisp().

|
pure virtual |
Return tmp equivalent particulate scattering factor.
Implemented in ThermoCloud< CloudType >, and ThermoCloud< Foam::DSMCCloud >.
Referenced by cloudScatter::sigmaEff().

1.8.11