38 jumpCyclicFvPatchScalarField(
p, iF),
41 evaluateNoUpdateCoeffs();
52 jumpCyclicFvPatchScalarField(
p, iF,
dict),
55 evaluateNoUpdateCoeffs();
67 jumpCyclicFvPatchScalarField(ptf,
p, iF, mapper),
68 jump_(mapper(ptf.jump_))
78 jumpCyclicFvPatchScalarField(ptf, iF),
97 jumpCyclicFvPatchScalarField::map(ptf, mapper);
100 refCast<const energyJumpFvPatchScalarField>(ptf);
102 mapper(jump_, tiptf.jump_);
111 jumpCyclicFvPatchScalarField::reset(ptf);
114 refCast<const energyJumpFvPatchScalarField>(ptf);
116 jump_.reset(tiptf.jump_);
129 jumpCyclicFvPatchScalarField& Tp =
130 const_cast<jumpCyclicFvPatchScalarField&
>
132 refCast<const jumpCyclicFvPatchScalarField>
142 jump_ =
thermo.
he(Tp.jump(), patch().faceCells());
144 jumpCyclicFvPatchScalarField::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 Boundary & boundaryField() const
Return const-reference to the boundary field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Base-class for fluid and solid thermodynamic properties.
static const basicThermo & lookupThermo(const FieldType &f)
Lookup the thermo associated with the given field.
virtual const volScalarField & T() const =0
Temperature [K].
virtual const volScalarField & he() const =0
Enthalpy/Internal energy [J/kg].
A list of keyword definitions, which are a keyword followed by any number of values (e....
This boundary condition provides an energy jump condition, using the cyclic condition as a base....
virtual tmp< scalarField > jump() const
Return the "jump".
virtual void write(Ostream &) const
Write.
virtual void reset(const fvPatchScalarField &)
Reset the fvPatchField to the given fvPatchField.
virtual void updateCoeffs()
Update the coefficients.
virtual void map(const fvPatchScalarField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
energyJumpFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
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 write(Ostream &) const
Write.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
const HashTable< dimensionSet > & dimensions()
Get the table of dimension sets.
makeNullConstructablePatchTypeField(fvPatchVectorField, noSlipFvPatchVectorField)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
fluidMulticomponentThermo & thermo