Public Member Functions | |
TypeName ("wideBandCombustion") | |
Runtime type information. More... | |
wideBandCombustion (const dictionary &dict, const fvMesh &mesh) | |
Construct from components. More... | |
virtual | ~wideBandCombustion () |
Destructor. More... | |
tmp< volScalarField > | ECont (const label bandi=0) const |
Emission contribution for continuous phase. More... | |
Public Member Functions inherited from wideBand | |
TypeName ("wideBand") | |
Runtime type information. More... | |
wideBand (const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName) | |
Construct from components. More... | |
virtual | ~wideBand () |
Destructor. More... | |
tmp< volScalarField > | aCont (const label bandi=0) const |
Absorption coefficient for continuous phase. More... | |
tmp< volScalarField > | eCont (const label bandi=0) const |
Emission coefficient for continuous phase. More... | |
tmp< volScalarField > | ECont (const label bandi=0) const |
Emission contribution for continuous phase. More... | |
bool | isGrey () const |
Flag for whether the absorption/emission is for a grey gas. More... | |
label | nBands () const |
Number of bands. More... | |
const Vector2D< scalar > & | bands (const label bandi) const |
Lower and upper limit of band i. More... | |
void | correct (volScalarField &a, PtrList< volScalarField > &aLambda) const |
Correct rays. More... | |
Public Member Functions inherited from absorptionEmissionModel | |
TypeName ("absorptionEmissionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, absorptionEmissionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
Declare runtime constructor selection table. More... | |
absorptionEmissionModel (const dictionary &dict, const fvMesh &mesh) | |
Construct from components. More... | |
virtual | ~absorptionEmissionModel () |
Destructor. More... | |
const fvMesh & | mesh () const |
Reference to the mesh. More... | |
const dictionary & | dict () const |
Reference to the dictionary. More... | |
virtual tmp< volScalarField > | a (const label bandI=0) const |
Absorption coefficient (net) More... | |
virtual tmp< volScalarField > | aDisp (const label bandI=0) const |
Absorption coefficient for dispersed phase. More... | |
virtual tmp< volScalarField > | e (const label bandI=0) const |
Emission coefficient (net) More... | |
virtual tmp< volScalarField > | eDisp (const label bandI=0) const |
Return emission coefficient for dispersed phase. More... | |
virtual tmp< volScalarField > | E (const label bandI=0) const |
Emission contribution (net) More... | |
virtual tmp< volScalarField > | EDisp (const label bandI=0) const |
Emission contribution for dispersed phase. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from absorptionEmissionModel | |
static autoPtr< absorptionEmissionModel > | New (const dictionary &dict, const fvMesh &mesh) |
Selector. More... | |
Public Attributes inherited from wideBand | |
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_ > | coeffs_ |
Absorption coefficients. More... | |
Static Public Attributes inherited from wideBand | |
static const int | nSpecies_ = 5 |
Maximum number of species considered for absorptivity. More... | |
static const int | maxBands_ = 10 |
Maximum number of bands. More... | |
Protected Attributes inherited from wideBand | |
dictionary | coeffsDict_ |
Absorption model dictionary. More... | |
HashTable< label > | speciesNames_ |
Hash table with species names. More... | |
FixedList< label, nSpecies_ > | specieIndex_ |
Indices of species in the look-up table. More... | |
FixedList< Vector2D< scalar >, maxBands_ > | iBands_ |
Bands. More... | |
autoPtr< interpolationLookUpTable< scalar > > | lookUpTablePtr_ |
Look-up table of species related to ft. More... | |
const fluidThermo & | thermo_ |
Thermo package. More... | |
label | nBands_ |
Bands. More... | |
UPtrList< volScalarField > | Yj_ |
Pointer list of species being solved involved in the absorption. More... | |
scalar | totalWaveLength_ |
Protected Attributes inherited from absorptionEmissionModel | |
const dictionary | dict_ |
Radiation model dictionary. More... | |
const fvMesh & | mesh_ |
Reference to the fvMesh. More... | |
Definition at line 57 of file wideBandCombustion.H.
wideBandCombustion | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from components.
Definition at line 55 of file wideBandCombustion.C.
References forAllConstIter(), and wideBandCombustion::~wideBandCombustion().
|
virtual |
Destructor.
Definition at line 77 of file wideBandCombustion.C.
References wideBandCombustion::ECont().
Referenced by wideBandCombustion::wideBandCombustion().
TypeName | ( | "wideBandCombustion" | ) |
Runtime type information.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 85 of file wideBandCombustion.C.
References combustionModel::combustionPropertiesName, wideBand::ECont(), Foam::name(), Qdot, and tmp< T >::ref().
Referenced by wideBandCombustion::~wideBandCombustion().