43 mixedFvPatchScalarField(
p, iF,
dict, false),
53 valueFraction() = 1.0;
68 mixedFvPatchScalarField(ptf,
p, iF, mapper),
72 ptf.emissivityMethod(),
76 Trad_(mapper(ptf.Trad_))
87 mixedFvPatchScalarField(ptf, iF),
91 ptf.emissivityMethod(),
106 mixedFvPatchScalarField::map(ptf, mapper);
109 refCast<const MarshakRadiationFixedTemperatureFvPatchScalarField>(ptf);
111 mapper(Trad_, mrptf.Trad_);
120 mixedFvPatchScalarField::reset(ptf);
123 refCast<const MarshakRadiationFixedTemperatureFvPatchScalarField>(ptf);
125 Trad_.reset(mrptf.Trad_);
150 const scalarField Ep(emissivity/(2*(2 - emissivity)));
153 valueFraction() = 1.0/(1.0 + gamma*patch().deltaCoeffs()/Ep);
158 mixedFvPatchScalarField::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...
A 'mixed' boundary condition that implements a Marshak condition for the incident radiation field (us...
MarshakRadiationFixedTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
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.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static int & msgType()
Message tag of standard messages.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const Type & value() const
Return const reference to value.
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
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.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
const dimensionSet dimTemperature
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
VolField< scalar > volScalarField
dimensionedScalar pow4(const dimensionedScalar &ds)
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)