210 a_ = absorptionEmission_->a();
211 e_ = absorptionEmission_->e();
212 E_ = absorptionEmission_->E();
223 G_.mesh().time().timeName(),
228 1.0/(3.0*a_ + sigmaEff + a0)
245 forAll(mesh_.boundaryMesh(), patchi)
249 qrBf[patchi] = -gammaBf[patchi]*GBf[patchi].snGrad();
264 mesh_.time().timeName(),
289 return absorptionEmission_->nBands();
Macros for easy insertion into run-time selection tables.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Works well for combustion applications where optical thickness, tau is large, i.e....
virtual tmp< volScalarField::Internal > Ru() const
Source term component (constant)
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
label nBands() const
Number of bands.
bool read()
Read radiation properties dictionary.
void calculate()
Solve radiation equation(s)
Top level model for radiation modelling.
virtual bool read()=0
Read radiationProperties dictionary.
A class for managing temporary objects.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
bool coupled(solutionDict.getOrDefault("coupledEnergyField", false))
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
Calculate the matrix for the laplacian of the field.
Calculate the finiteVolume matrix for implicit and explicit sources.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m2/K4].
Different types of constants.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
zeroField Sp(const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &)
A no-op source.
const dimensionSet dimless
Dimensionless.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensionedScalar pow3(const dimensionedScalar &ds)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
dimensionedScalar pow4(const dimensionedScalar &ds)
static constexpr const zero Zero
Global zero (0)
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
#define addToRadiationRunTimeSelectionTables(model)
#define forAll(list, i)
Loop across all elements in list.