41 fixedValueFvPatchScalarField(
p, iF,
dict, false),
45 if (
dict.found(
"value"))
68 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
72 ptf.emissivityMethod(),
76 qro_(mapper(ptf.qro_))
87 fixedValueFvPatchScalarField(ptf, iF),
91 ptf.emissivityMethod(),
106 fixedValueFvPatchScalarField::map(ptf, mapper);
109 refCast<const greyDiffusiveViewFactorFixedValueFvPatchScalarField>(ptf);
111 mapper(qro_, mrptf.qro_);
120 fixedValueFvPatchScalarField::reset(ptf);
123 refCast<const greyDiffusiveViewFactorFixedValueFvPatchScalarField>(ptf);
125 qro_.reset(mrptf.qro_);
138 scalar Q =
gSum((*
this)*patch().magSf());
140 Info<< patch().boundaryMesh().mesh().name() <<
':'
141 << patch().name() <<
':'
142 << this->internalField().name() <<
" <- "
143 <<
" heat transfer rate:" << Q
144 <<
" wall radiative heat flux "
145 <<
" min:" <<
gMin(*
this)
146 <<
" max:" <<
gMax(*
this)
151 fixedValueFvPatchScalarField::updateCoeffs();
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const dimensionSet & dimensions() const
Return dimensions.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
friend Ostream & operator(Ostream &, const fvPatchField< Type > &)
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a grey-diffuse condition for radiative heat flux,...
virtual void write(Ostream &) const
Write.
virtual void reset(const fvPatchScalarField &)
Reset the fvPatchField to the given fvPatchField.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void map(const fvPatchScalarField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
greyDiffusiveViewFactorFixedValueFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
Common functions to emissivity. It gets supplied from lookup into a dictionary or calculated by the s...
void write(Ostream &) const
Write.
virtual void reset(const fvPatchScalarField &)
Reset the fvPatchField to the given fvPatchField.
virtual void map(const fvPatchScalarField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
Type gSum(const FieldField< Field, Type > &f)
Ostream & endl(Ostream &os)
Add newline and flush stream.
const dimensionSet dimPower
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
Type gAverage(const FieldField< Field, Type > &f)
const dimensionSet dimArea
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
Type gMin(const FieldField< Field, Type > &f)
Type gMax(const FieldField< Field, Type > &f)