Go to the documentation of this file.
64 if (
dict.found(
"value"))
66 fvPatchScalarField::operator=
73 evaluate(Pstream::blocking);
112 const fixedJumpAMIFvPatchScalarField& TbPatch =
113 refCast<const fixedJumpAMIFvPatchScalarField>
115 thermo.T().boundaryField()[patchID]
118 fixedJumpAMIFvPatchScalarField& Tbp =
119 const_cast<fixedJumpAMIFvPatchScalarField&
>(TbPatch);
126 jump_ = thermo.
he(pp, Tbp.jump(), faceCells);
136 this->writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
energyJumpAMIFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
static Table::iterator lookupThermo(const dictionary &thermoDict, Table *tablePtr)
Generic lookup for each of the related thermodynamics packages.
virtual void write(Ostream &) const
Write.
Field< scalar > jump_
"jump" field
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
virtual void updateCoeffs()
Update the coefficients.
Abstract base-class for fluid and solid thermodynamic properties.
bool updated() const
Return true if the boundary condition has already been updated.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
label index() const
Return the index of this patch in the fvBoundaryMesh.
Macros for easy insertion into run-time selection tables.
const cyclicAMIFvPatch & cyclicAMIPatch() const
Return local reference cast into the cyclic AMI patch.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
volScalarField scalarField(fieldObject, mesh)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual void write(Ostream &) const
Write.
virtual const labelUList & faceCells() const
Return faceCells.
This boundary condition provides an energy jump condition across a pair of coupled patches with an ar...
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual volScalarField & he()=0
Enthalpy/Internal energy [J/kg].
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...