40 namespace radiationModels
226 G_.
mesh().time().timeName(),
231 1.0/(3.0*a_ + sigmaEff +
a0)
251 -gamma.boundaryField()[
patchi]
const polyBoundaryMesh & boundaryMesh() const
Return boundary mesh.
autoPtr< radiationModels::scatterModel > scatter_
Scatter model.
#define forAll(list, i)
Loop across all elements in list.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
void calculate()
Solve radiation equation(s)
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
virtual bool read()=0
Read radiationProperties dictionary.
Calculate the matrix for the laplacian of the field.
const dimensionSet dimless
const dimensionedScalar G
Newtonian constant of gravitation.
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
const volScalarField & T_
Reference to the temperature field.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
const dimensionSet dimTime
const dimensionSet & dimensions() const
Return dimensions.
Top level model for radiation modelling.
const Mesh & mesh() const
Return mesh.
defineTypeNameAndDebug(combustionModel, 0)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const dimensionSet dimMass
dimensionedScalar pow3(const dimensionedScalar &ds)
Boundary & boundaryFieldRef()
Return a reference to the boundary field.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
const Time & time() const
Return time.
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
bool read()
Read radiation properties dictionary.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar pow4(const dimensionedScalar &ds)
virtual tmp< volScalarField::Internal > Ru() const
Source term component (constant)
P1(const volScalarField &T)
Construct from components.
SolverPerformance< Type > solve(fvMatrix< Type > &, const word &)
Solve returning the solution statistics given convergence tolerance.
const fvMesh & mesh_
Reference to the mesh database.
A class for managing temporary objects.
const dimensionedScalar a0
Bohr radius: default SI units: [m].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
#define addToRadiationRunTimeSelectionTables(model)
autoPtr< radiationModels::absorptionEmissionModel > absorptionEmission_
Absorption/emission model.
Calculate the matrix for implicit and explicit sources.