Public Member Functions | |
TypeName ("greyMean") | |
Runtime type information. More... | |
greyMean (const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName) | |
Construct from components. More... | |
virtual | ~greyMean () |
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... | |
![]() | |
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... | |
virtual label | nBands () const |
Const access to the number of bands - defaults to 1 for grey. More... | |
virtual const Vector2D< scalar > & | bands (const label n) const |
Const access to the bands - defaults to Vector2D::one for grey. More... | |
virtual void | correct (volScalarField &a, PtrList< volScalarField > &aj) const |
Correct absorption coefficients. More... | |
Public Attributes | |
absorptionCoeffs | coeffs_ [nSpecies_] |
Static Public Attributes | |
static const int | nSpecies_ = 5 |
Protected Attributes | |
dictionary | coeffsDict_ |
Absorption model dictionary. More... | |
HashTable< label > | speciesNames_ |
Hash table of species names. More... | |
FixedList< label, nSpecies_ > | specieIndex_ |
Indices of species in the look-up table. More... | |
autoPtr< interpolationLookUpTable > | lookUpTablePtr_ |
Look-up table of species related to ft. More... | |
const fluidThermo & | thermo_ |
Thermo package. More... | |
UPtrList< volScalarField > | Yj_ |
Pointer list of species in the registry involved in the absorption. More... | |
![]() | |
const dictionary | dict_ |
Radiation model dictionary. More... | |
const fvMesh & | mesh_ |
Reference to the fvMesh. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< absorptionEmissionModel > | New (const dictionary &dict, const fvMesh &mesh) |
Selector. More... | |
Definition at line 110 of file greyMean.H.
greyMean | ( | const dictionary & | dict, |
const fvMesh & | mesh, | ||
const word & | modelName = typeName |
||
) |
Construct from components.
Definition at line 54 of file greyMean.C.
References Foam::abort(), greyMean::coeffs_, greyMean::coeffsDict_, TimePaths::constant(), absorptionEmissionModel::dict(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAllConstIter, found, dictionary::found(), objectRegistry::foundObject(), Foam::Info, absorptionCoeffs::initialise(), HashTable< T, Key, Hash >::insert(), dictionary::lookup(), objectRegistry::lookupObjectRef(), greyMean::lookUpTablePtr_, absorptionEmissionModel::mesh(), Foam::name(), Foam::nl, greyMean::specieIndex_, greyMean::speciesNames_, greyMean::thermo_, fvMesh::time(), and greyMean::Yj_.
|
virtual |
Destructor.
Definition at line 170 of file greyMean.C.
TypeName | ( | "greyMean" | ) |
Runtime type information.
|
virtual |
Absorption coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 177 of file greyMean.C.
References b, Foam::dimLength, Foam::dimless, forAll, forAllConstIter, n, Foam::name(), GeometricField< Type, PatchField, GeoMesh >::New(), p, tmp< T >::ref(), s(), multicomponentThermo::species(), Foam::T(), unitConversion::toUser(), Foam::units(), multicomponentThermo::WiValue(), and multicomponentThermo::Y().
|
virtual |
Emission coefficient for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 259 of file greyMean.C.
|
virtual |
Emission contribution for continuous phase.
Reimplemented from absorptionEmissionModel.
Definition at line 269 of file greyMean.C.
References absorptionEmissionModel::ECont().
Referenced by greyMeanCombustion::ECont().
|
inlinevirtual |
Flag for whether the absorption/emission is for a grey gas.
Reimplemented from absorptionEmissionModel.
Definition at line 181 of file greyMean.H.
|
static |
Definition at line 119 of file greyMean.H.
absorptionCoeffs coeffs_[nSpecies_] |
Definition at line 122 of file greyMean.H.
Referenced by greyMean::greyMean().
|
protected |
Absorption model dictionary.
Definition at line 130 of file greyMean.H.
Referenced by greyMean::greyMean().
Hash table of species names.
Definition at line 133 of file greyMean.H.
Referenced by greyMean::greyMean().
Indices of species in the look-up table.
Definition at line 136 of file greyMean.H.
Referenced by greyMean::greyMean().
|
mutableprotected |
Look-up table of species related to ft.
Definition at line 139 of file greyMean.H.
Referenced by greyMean::greyMean().
|
protected |
|
protected |
Pointer list of species in the registry involved in the absorption.
Definition at line 145 of file greyMean.H.
Referenced by greyMean::greyMean().