34 namespace radiationModels
36 namespace absorptionEmissionModels
61 coeffsDict_(
dict.subDict(modelName +
"Coeffs")),
63 specieIndex_(
label(0)),
69 if (!isA<fluidMulticomponentThermo>(
thermo_))
72 <<
"Model requires a multi-component thermo package"
79 if (!iter().isDict())
continue;
88 if (!iter().isDict())
continue;
90 const word& key = iter().keyword();
100 <<
"specie: " << key <<
" is not in all the bands"
129 <<
"specie ft is not present to use with "
130 <<
"lookUpTableFileName " <<
nl
149 Info<<
"specie: " << iter.key() <<
" found on look-up table "
150 <<
" with index: " << index <<
endl;
159 Info<<
"specie: " << iter.key() <<
" is being solved" <<
endl;
164 <<
"specie: " << iter.key()
165 <<
" is neither in look-up table: "
167 <<
" nor is being solved" <<
nl
180 <<
" there is no lookup table and the specie" <<
nl
182 <<
" is not found " <<
nl
230 if (specieIndex_[
n] != 0)
235 const List<scalar>& Ynft = lookUpTablePtr_().lookUp(ft[celli]);
238 Xipi = unitAtm.
toUser(Ynft[specieIndex_[
n]]*
p[celli]);
245 invWt += mcThermo.
Y(
s)[celli]/mcThermo.
WiValue(
s);
251 mcThermo.
Y(index)[celli]/(mcThermo.
WiValue(index)*invWt);
253 Xipi = unitAtm.
toUser(Xk*
p[celli]);
256 scalar Ti =
T[celli];
259 coeffs_[bandi][
n].coeffs(
T[celli]);
261 if (coeffs_[bandi][
n].invTemp())
269 ((((
b[5]*Ti +
b[4])*Ti +
b[3])*Ti +
b[2])*Ti +
b[1])*Ti
307 for (
label j=0; j<nBands_; j++)
309 aLambda[j].primitiveFieldRef() = this->a(j);
312 aLambda[j].primitiveField()
313 *(iBands_[j][1] - iBands_[j][0])
#define forAll(list, i)
Loop across all elements in list.
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
Internal::FieldType & primitiveFieldRef()
Return a reference to the primitive field.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
bool insert(const Key &, const T &newElmt)
Insert a new hashedEntry.
bool found(const Key &) const
Return true if hashedEntry is found in table.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
static const word & constant()
Return constant name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
A class for handling file names.
Base-class for multi-component fluid thermodynamic properties.
Base-class for fluid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
const Time & time() const
Return the top-level database.
virtual const speciesTable & species() const =0
The table of species.
virtual scalar WiValue(const label speciei) const =0
Molecular weight [kg/kmol].
virtual PtrList< volScalarField > & Y()=0
Access the mass-fraction fields.
Type & lookupObjectRef(const word &name) const
Lookup and return the object reference of the given Type.
bool foundObject(const word &name) const
Is the named Type in registry.
A base class for physical properties.
Model to supply absorption and emission coefficients for radiation modelling.
const dictionary & dict() const
Reference to the dictionary.
const fvMesh & mesh() const
Reference to the mesh.
virtual tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
const fluidThermo & thermo_
Thermo package.
void correct(volScalarField &a, PtrList< volScalarField > &aLambda) const
Correct rays.
UPtrList< volScalarField > Yj_
Pointer list of species being solved involved in the absorption.
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_ > coeffs_
Absorption coefficients.
tmp< volScalarField > aCont(const label bandi=0) const
Absorption coefficient for continuous phase.
HashTable< label > speciesNames_
Hash table with species names.
wideBand(const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName)
Construct from components.
autoPtr< interpolationLookUpTable > lookUpTablePtr_
Look-up table of species related to ft.
FixedList< label, nSpecies_ > specieIndex_
Indices of species in the look-up table.
tmp< volScalarField > ECont(const label bandi=0) const
Emission contribution for continuous phase.
tmp< volScalarField > eCont(const label bandi=0) const
Emission coefficient for continuous phase.
virtual ~wideBand()
Destructor.
FixedList< Vector2D< scalar >, maxBands_ > iBands_
Bands.
dictionary coeffsDict_
Absorption model dictionary.
A class for managing temporary objects.
T & ref() const
Return non-const reference or generate a fatal error.
Unit conversion structure. Contains the associated dimensions and the multiplier with which to conver...
T toUser(const T &) const
Convert a value to user units.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
defineTypeNameAndDebug(greyMeanCombustion, 0)
addToRunTimeSelectionTable(absorptionEmissionModel, greyMeanCombustion, dictionary)
errorManipArg< error, int > exit(error &err, const int errNo=1)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
errorManip< error > abort(error &err)
const dimensionSet dimless
const dimensionSet dimLength
const HashTable< unitConversion > & units()
Get the table of unit conversions.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.