45 #ifndef radiationModelviewFactor_H 46 #define radiationModelviewFactor_H 95 label totalNCoarseFaces_;
98 label nLocalCoarseFaces_;
101 bool constEmissivity_;
116 void insertMatrixElements
119 const label fromProci,
fvMesh as subset of other mesh. Consists of one cell and all original bounday faces. Useful when manipulating boundary data. Single internal cell only needed to be able to manipulate in a standard way.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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...
virtual tmp< volScalarField > Rp() const
Source term component (for power of T^4)
TypeName("viewFactor")
Runtime type information.
Top level model for radiation modelling.
const volScalarField & Qr() const
Const access to total radiative heat flux field.
void calculate()
Solve system of equation(s)
virtual ~viewFactor()
Destructor.
bool read()
Read radiation properties dictionary.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual tmp< DimensionedField< scalar, volMesh > > Ru() const
Source term component (constant)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
View factor radiation model. The system solved is: C q = b where: Cij = deltaij/Ej - (1/Ej - 1)Fij q ...
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))