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

Public Member Functions | |
| TypeName ("thermoCloud") | |
| Runtime type information. More... | |
| thermoCloud () | |
| Null constructor. More... | |
| thermoCloud (const thermoCloud &)=delete | |
| Disallow default bitwise copy construction. 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... | |
| void | operator= (const thermoCloud &)=delete |
| Disallow default bitwise assignment. 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.
|
delete |
Disallow default bitwise copy construction.
|
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 cloud::EDisp().

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

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

|
delete |
Disallow default bitwise assignment.