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