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 tmp< volScalarField > eDisp(const label bandI=0) const
Return emission coefficient for dispersed phase.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual label nBands() const
Const access to the number of bands - defaults to 1 for grey.
virtual ~absorptionEmissionModel()
Destructor.
defineTypeNameAndDebug(cloudAbsorptionEmission, 0)
Traits class for primitives.
virtual tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
virtual tmp< volScalarField > a(const label bandI=0) const
Absorption coefficient (net)
virtual tmp< volScalarField > e(const label bandI=0) const
Emission coefficient (net)
virtual tmp< volScalarField > aDisp(const label bandI=0) const
Absorption coefficient for dispersed phase.
virtual const Vector2D< scalar > & bands(const label n) const
Const access to the bands - defaults to Vector2D::one for grey.
defineRunTimeSelectionTable(radiationModel, T)
virtual tmp< volScalarField > eCont(const label bandI=0) const
Return emission coefficient for continuous phase.
absorptionEmissionModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual tmp< volScalarField > E(const label bandI=0) const
Emission contribution (net)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
virtual tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
virtual void correct(volScalarField &a, PtrList< volScalarField > &aj) const
Correct absorption coefficients.
dimensionedScalar pow3(const dimensionedScalar &ds)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
virtual tmp< volScalarField > EDisp(const label bandI=0) const
Emission contribution for dispersed phase.
Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product).
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))