41 fixedValueFvPatchScalarField(p, iF),
56 fixedValueFvPatchScalarField(ptf, p, iF, mapper),
75 fixedValueFvPatchScalarField(p, iF),
77 Qro_(
"Qro", dict, p.
size())
79 if (dict.
found(
"value"))
81 fvPatchScalarField::operator=
89 fvPatchScalarField::operator=(0.0);
100 fixedValueFvPatchScalarField(ptf),
118 fixedValueFvPatchScalarField(ptf, iF),
143 scalar
Q =
gSum((*
this)*patch().magSf());
145 Info<< patch().boundaryMesh().mesh().name() <<
':' 146 << patch().name() <<
':' 148 <<
" heat transfer rate:" << Q
149 <<
" wall radiative heat flux " 150 <<
" min:" <<
gMin(*
this)
151 <<
" max:" <<
gMax(*
this)
156 fixedValueFvPatchScalarField::updateCoeffs();
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
This boundary condition provides a grey-diffuse condition for radiative heat flux, Qr, for use with the view factor model.
Foam::fvPatchFieldMapper.
void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e...
word emissivityMethod() const
Method to obtain emissivity.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Type gSum(const FieldField< Field, Type > &f)
Ostream & endl(Ostream &os)
Add newline and flush stream.
void writeEntry(const word &keyword, Ostream &os) const
Write the field as a dictionary entry.
Macros for easy insertion into run-time selection tables.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Type gMin(const FieldField< Field, Type > &f)
scalarField emissivity_
Emissivity.
rDeltaT dimensionedInternalField()
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
greyDiffusiveViewFactorFixedValueFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Type gAverage(const FieldField< Field, Type > &f)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
volScalarField scalarField(fieldObject, mesh)
virtual label size() const
Return size.
This function object calculates and outputs the second invariant of the velocity gradient tensor [1/s...
makePatchTypeField(fvPatchScalarField, greyDiffusiveRadiationMixedFvPatchScalarField)
Type gMax(const FieldField< Field, Type > &f)