Go to the documentation of this file.
41 #ifndef radiationModelP1_H
42 #define radiationModelP1_H
A class for managing temporary objects.
volScalarField e_
Emission coefficient.
bool read()
Read radiation properties dictionary.
volScalarField Qr_
Total radiative heat flux [W/m2].
void operator=(const P1 &)
Disallow default bitwise assignment.
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< DimensionedField< scalar, volMesh > > Ru() const
Source term component (constant)
volScalarField a_
Absorption coefficient.
volScalarField E_
Emission contribution.
volScalarField G_
Incident radiation / [W/m2].
Works well for combustion applications where optical thickness, tau is large, i.e....
P1(const P1 &)
Disallow default bitwise copy construct.
Top level model for radiation modelling.
void calculate()
Solve radiation equation(s)
TypeName("P1")
Runtime type information.
Generic GeometricField class.