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... | |
Private Member Functions | |
thermoCloud (const thermoCloud &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const thermoCloud &) |
Disallow default bitwise assignment. More... | |
Virtual abstract base class for templated ThermoCloud.
Definition at line 48 of file thermoCloud.H.
|
private |
Disallow default bitwise copy construct.
thermoCloud | ( | ) |
Null constructor.
Definition at line 38 of file thermoCloud.C.
|
virtual |
Destructor.
Definition at line 44 of file thermoCloud.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "thermoCloud" | ) |
Runtime type information.
|
pure virtual |
Return tmp equivalent particulate emission.
Implemented in ThermoCloud< CloudType >.
Referenced by cloudAbsorptionEmission::EDisp().
|
pure virtual |
Return tmp equivalent particulate absorption.
Implemented in ThermoCloud< CloudType >.
Referenced by cloudAbsorptionEmission::aDisp().
|
pure virtual |
Return tmp equivalent particulate scattering factor.
Implemented in ThermoCloud< CloudType >.
Referenced by cloudScatter::sigmaEff().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.