41 #ifndef radiation_P1_H 42 #define radiation_P1_H 51 namespace radiationModels
95 P1(
const P1&) =
delete;
A list of keyword definitions, which are a keyword followed by any number of values (e...
void calculate()
Solve radiation equation(s)
void operator=(const P1 &)=delete
Disallow default bitwise assignment.
Works well for combustion applications where optical thickness, tau is large, i.e. tau = a*L > 3 (L = distance between objects)
Top level model for radiation modelling.
TypeName("P1")
Runtime type information.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
bool read()
Read radiation properties dictionary.
virtual tmp< volScalarField::Internal > Ru() const
Source term component (constant)
P1(const volScalarField &T)
Construct from components.
A class for managing temporary objects.