FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

thermoCloud Class Reference

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

#include <lagrangianIntermediate/thermoCloud.H>


Detailed Description

Virtual abstract base class for templated ThermoCloud.

Source files

Definition at line 49 of file thermoCloud.H.

Inheritance diagram for thermoCloud:

List of all members.

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.

Constructor & Destructor Documentation

thermoCloud (  )

Null constructor.

Definition at line 38 of file thermoCloud.C.

~thermoCloud (  ) [virtual]

Destructor.

Definition at line 44 of file thermoCloud.C.


Member Function Documentation

TypeName ( "thermoCloud"    )

Runtime type information.

virtual tmp<volScalarField> Ep (  ) const [pure virtual]

Return tmp equivalent particulate emission.

Implemented in ThermoCloud< ParcelType >.

Referenced by cloudAbsorptionEmission::EDisp().

virtual tmp<volScalarField> ap (  ) const [pure virtual]

Return tmp equivalent particulate absorption.

Implemented in ThermoCloud< ParcelType >.

Referenced by cloudAbsorptionEmission::aDisp().

virtual tmp<volScalarField> sigmap (  ) const [pure virtual]

Return tmp equivalent particulate scattering factor.

Implemented in ThermoCloud< ParcelType >.

Referenced by cloudScatter::sigmaEff().


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/clouds/baseClasses/thermoCloud/thermoCloud.H
  • src/lagrangian/intermediate/clouds/baseClasses/thermoCloud/thermoCloud.C