Go to the documentation of this file.
46 mixedFvPatchScalarField(
p, iF),
51 valueFraction() = 0.0;
64 mixedFvPatchScalarField(ptf,
p, iF, mapper),
65 Trad_(ptf.Trad_, mapper)
77 mixedFvPatchScalarField(
p, iF),
78 Trad_(
"Trad",
dict,
p.size())
86 valueFraction() = 1.0;
98 mixedFvPatchScalarField(ptf),
110 mixedFvPatchScalarField(ptf, iF),
123 mixedFvPatchScalarField::autoMap(m);
134 mixedFvPatchScalarField::rmap(ptf, addr);
137 refCast<const MarshakRadiationFixedTemperatureFvPatchScalarField>(ptf);
139 Trad_.rmap(mrptf.Trad_, addr);
169 boundaryRadiation.emissivity(
patch().index())
174 const scalarField Ep(emissivity/(2.0*(scalar(2) - emissivity)));
177 valueFraction() = 1.0/(1.0 +
gamma*
patch().deltaCoeffs()/Ep);
182 mixedFvPatchScalarField::updateCoeffs();
192 Trad_.writeEntry(
"Trad",
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 > &)
makePatchTypeField(fvPatchScalarField, greyDiffusiveRadiationMixedFvPatchScalarField)
A class for managing temporary objects.
MarshakRadiationFixedTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
virtual void write(Ostream &) const
static const boundaryRadiationProperties & New(const fvMesh &mesh, Args &&... args)
const Type & value() const
dimensionedScalar pow4(const dimensionedScalar &ds)
virtual void updateCoeffs()
Generic templated field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
Boundary radiation properties holder.
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.
static int & msgType() noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const dimensionedScalar sigma
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
virtual void autoMap(const fvPatchFieldMapper &)
virtual void rmap(const fvPatchScalarField &, const labelList &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...