Go to the documentation of this file.
45 fixedValueFvPatchScalarField(
p, iF),
59 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
60 qro_(ptf.qro_, mapper)
72 fixedValueFvPatchScalarField(
p, iF,
dict, false),
73 qro_(
"qro",
dict,
p.size())
75 if (
dict.found(
"value"))
96 fixedValueFvPatchScalarField(ptf),
108 fixedValueFvPatchScalarField(ptf, iF),
121 fixedValueFvPatchScalarField::autoMap(m);
132 fixedValueFvPatchScalarField::rmap(ptf, addr);
135 refCast<const greyDiffusiveViewFactorFixedValueFvPatchScalarField>(ptf);
137 qro_.rmap(mrptf.qro_, addr);
151 scalar Q =
gSum((*
this)*
patch().magSf());
153 Info<<
patch().boundaryMesh().mesh().name() <<
':'
154 <<
patch().name() <<
':'
155 << this->internalField().name() <<
" <- "
156 <<
" heat transfer rate:" << Q
157 <<
" wall radiative heat flux "
158 <<
" min:" <<
gMin(*
this)
159 <<
" max:" <<
gMax(*
this)
172 db().lookupObject<
viewFactor>(
"radiationProperties");
183 if (this->db().foundObject<volScalarField>(qSecName))
203 qro_.writeEntry(
"qro",
os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator=(const UList< Type > &)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for handling words, derived from Foam::string.
makePatchTypeField(fvPatchScalarField, greyDiffusiveRadiationMixedFvPatchScalarField)
A class for managing temporary objects.
Type gAverage(const FieldField< Field, Type > &f)
virtual void autoMap(const fvPatchFieldMapper &)
friend Ostream & operator(Ostream &, const fvPatchField< Type > &)
Ostream & endl(Ostream &os)
Type gSum(const FieldField< Field, Type > &f)
tmp< scalarField > qro(label bandI=0) const
virtual void rmap(const fvPatchScalarField &, const labelList &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
View factor radiation model. The system solved is: C q = b where: Cij = deltaij/Ej - (1/Ej - 1)Fij q ...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual void updateCoeffs()
This boundary condition provides a grey-diffuse condition for radiative heat flux,...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void write(vtk::formatter &fmt, const Type &val, const label n=1)
word name(const expressions::valueTypeCode typeCode)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Type gMin(const FieldField< Field, Type > &f)
Generic GeometricField class.
greyDiffusiveViewFactorFixedValueFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
virtual void write(Ostream &) const
Type gMax(const FieldField< Field, Type > &f)
const Boundary & boundaryField() const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...