Virtual abstract base class for templated ThermoCloud. More...
#include <thermoCloud.H>

Public Member Functions | |
| TypeName ("thermoCloud") | |
| Runtime type information. | |
| thermoCloud ()=default | |
| Null constructor. | |
| virtual | ~thermoCloud ()=default |
| 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. | |
Virtual abstract base class for templated ThermoCloud.
Definition at line 46 of file thermoCloud.H.
|
default |
Null constructor.
Referenced by ThermoCloud< CloudType >::ThermoCloud(), ThermoCloud< CloudType >::ThermoCloud(), and ThermoCloud< CloudType >::ThermoCloud().

|
virtualdefault |
Destructor.
| TypeName | ( | "thermoCloud" | ) |
Runtime type information.
|
pure virtual |
Return tmp equivalent particulate emission.
Implemented in ThermoCloud< CloudType >, ThermoCloud< Foam::DSMCCloud< dsmcParcel > >, and ThermoCloud< KinematicCloud< Cloud< basicThermoParcel > > >.
Referenced by cloudAbsorptionEmission::EDisp().

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

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