Virtual abstract base class for templated ThermoCloud. More...
#include <lagrangianIntermediate/thermoCloud.H>
Virtual abstract base class for templated ThermoCloud.
Definition at line 49 of file thermoCloud.H.
Inheritance diagram for thermoCloud:Public Member Functions | |
| TypeName ("thermoCloud") | |
| Runtime type information. | |
| thermoCloud () | |
| Null constructor. | |
| virtual | ~thermoCloud () |
| Destructor. | |
| virtual tmp< volScalarField > | Ep () const =0 |
| Return tmp equivalent particulate emission. | |
| virtual tmp< volScalarField > | ap () const =0 |
| Return tmp equivalent particulate absorption. | |
| virtual tmp< volScalarField > | sigmap () const =0 |
| Return tmp equivalent particulate scattering factor. | |
| 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< ParcelType >.
Referenced by cloudAbsorptionEmission::EDisp().
|
pure virtual |
Return tmp equivalent particulate absorption.
Implemented in ThermoCloud< ParcelType >.
Referenced by cloudAbsorptionEmission::aDisp().
|
pure virtual |
Return tmp equivalent particulate scattering factor.
Implemented in ThermoCloud< ParcelType >.
Referenced by cloudScatter::sigmaEff().