45 #ifndef radiation_viewFactor_H
46 #define radiation_viewFactor_H
60 namespace radiationModels
95 label totalNCoarseFaces_;
98 label nLocalCoarseFaces_;
101 bool constEmissivity_;
116 void insertMatrixElements
119 const label fromProci,
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Calculates a unique integer (label so might not have enough room - 2G max) for processor + local inde...
Top level model for radiation modelling.
View factor radiation model. The system solved is: C q = b where: Cij = deltaij/Ej - (1/Ej - 1)Fij q ...
virtual ~viewFactor()
Destructor.
virtual tmp< volScalarField::Internal > Ru() const
Source term component (constant)
TypeName("viewFactor")
Runtime type information.
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
const volScalarField & qr() const
Const access to total radiative heat flux field.
viewFactor(const volScalarField &T)
Construct from components.
void operator=(const viewFactor &)=delete
Disallow default bitwise assignment.
bool read()
Read radiation properties dictionary.
void calculate()
Solve system of equation(s)
fvMesh as subset of other mesh. Consists of one cell and all original boundary faces....
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)