Go to the documentation of this file.
63 return aDisp(bandI) + aCont(bandI);
77 mesh_.time().timeName(),
100 mesh_.time().timeName(),
116 return eDisp(bandI) + eCont(bandI);
130 mesh_.time().timeName(),
153 mesh_.time().timeName(),
169 return EDisp(bandI) + ECont(bandI);
183 mesh_.time().timeName(),
206 mesh_.time().timeName(),
virtual label nBands() const
Const access to the number of bands - defaults to 1 for grey.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
virtual tmp< volScalarField > E(const label bandI=0) const
Emission contribution (net)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
virtual tmp< volScalarField > e(const label bandI=0) const
Emission coefficient (net)
A class for managing temporary objects.
virtual tmp< volScalarField > aDisp(const label bandI=0) const
Absorption coefficient for dispersed phase.
absorptionEmissionModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
virtual ~absorptionEmissionModel()
Destructor.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
virtual tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
dimensionedScalar pow3(const dimensionedScalar &ds)
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
virtual tmp< volScalarField > eCont(const label bandI=0) const
Return emission coefficient for continuous phase.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
defineTypeNameAndDebug(cloudAbsorptionEmission, 0)
defineRunTimeSelectionTable(radiationModel, T)
virtual bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
Traits class for primitives.
virtual tmp< volScalarField > a(const label bandI=0) const
Absorption coefficient (net)
virtual tmp< volScalarField > eDisp(const label bandI=0) const
Return emission coefficient for dispersed phase.
virtual void correct(volScalarField &a, PtrList< volScalarField > &aj) const
Correct absorption coefficients.
Generic GeometricField class.
virtual const Vector2D< scalar > & bands(const label n) const
Const access to the bands - defaults to Vector2D::one for grey.
virtual tmp< volScalarField > EDisp(const label bandI=0) const
Emission contribution for dispersed phase.