42 fixedValueFvPatchVectorField(
p, iF,
dict),
43 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi"))
63 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
64 phiName_(ptf.phiName_)
74 fixedValueFvPatchVectorField(ptf, iF),
75 phiName_(ptf.phiName_)
105 phiField.boundaryFieldRef()[patch().index()] ==
106 mapper.fromNeighbour(phiField.boundaryField()[nbrPatchi]);
111 fixedValueFvPatchVectorField::updateCoeffs();
121 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
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...
Generic GeometricField class.
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,...
static int & msgType()
Message tag of standard messages.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Mesh data needed to do the Finite Volume discretisation.
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.
label index() const
Return the index of this patch in the fvBoundaryMesh.
Base class for fv patches that provide mapping between two fv patches.
const fvPatch & nbrFvPatch() const
Get the patch to map from.
static const mappedFvPatchBaseBase & getMap(const fvPatch &patch)
Cast the given fvPatch to a mappedFvPatchBaseBase. Handle errors.
const fvMesh & nbrMesh() const
Get the mesh for the region to map from.
static void validateMapForField(const PatchField &field, const FieldType &iF, const dictionary &context, const label froms=from::any)
Validate that the map exists and is appropriate for the given.
This boundary condition maps the velocity and flux from a neighbouring patch to this patch.
virtual void write(Ostream &) const
Write.
mappedVelocityFluxFvPatchField(const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Type & lookupObjectRef(const word &name) const
Lookup and return the object reference of the given Type.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
static const label differentPatch