Go to the documentation of this file.
41 fixedValueFvPatchScalarField(
p, iF),
56 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
57 Qro_(ptf.
Qro_, mapper),
70 fixedValueFvPatchScalarField(
p, iF),
71 Qro_(
"Qro",
dict,
p.size()),
72 solarLoad_(
dict.lookupOrDefault<
bool>(
"solarLoad",
false))
74 if (
dict.found(
"value"))
76 fvPatchScalarField::operator=
84 fvPatchScalarField::operator=(0.0);
95 fixedValueFvPatchScalarField(ptf),
108 fixedValueFvPatchScalarField(ptf, iF),
129 scalar
Q =
gSum((*
this)*patch().magSf());
131 Info<< patch().boundaryMesh().mesh().name() <<
':'
132 << patch().name() <<
':'
134 <<
" heat transfer rate:" << Q
135 <<
" wall radiative heat flux "
136 <<
" min:" <<
gMin(*
this)
137 <<
" max:" <<
gMax(*
this)
171 Qro_.writeEntry(
"Qro", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for managing temporary objects.
Type gAverage(const FieldField< Field, Type > &f)
rDeltaT dimensionedInternalField()
makePatchTypeField(fvPatchScalarField, boundaryRadiationPropertiesFvPatchField)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Type gSum(const FieldField< Field, Type > &f)
This function object calculates and outputs the second invariant of the velocity gradient tensor [1/s...
scalarField Qro_
External radiative heat flux.
tmp< scalarField > Qro() const
Return external + solar load radiative heat flux.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
bool solarLoad_
Activate solar load.
This boundary condition provides a grey-diffuse condition for radiative heat flux,...
Top level model for radiation modelling.
volScalarField scalarField(fieldObject, mesh)
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Type gMin(const FieldField< Field, Type > &f)
greyDiffusiveViewFactorFixedValueFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write.
Type gMax(const FieldField< Field, Type > &f)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...