38 jump_(this->size(),
Zero)
53 if (this->cyclicAMIPatch().owner())
58 if (dict.
found(
"value"))
67 this->
evaluate(Pstream::commsTypes::blocking);
82 jump_(mapper(ptf.jump_))
103 if (this->cyclicAMIPatch().owner())
110 refCast<const fixedJumpAMIFvPatchField<Type>>
112 this->nbrPatchField()
115 if (this->cyclicAMIPatch().applyLowWeightCorrection())
117 return this->cyclicAMIPatch().interpolate
125 return this->cyclicAMIPatch().interpolate(nbrPatch.
jump());
152 refCast<const fixedJumpAMIFvPatchField<Type>>(ptf);
161 writeEntry(os,
"patchType", this->interfaceFieldType());
163 if (this->cyclicAMIPatch().owner())
This boundary condition provides a base class that enforces a cyclic condition with a specified 'jump...
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
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.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Pre-declare SubField and related Field type.
Field< Type > jump_
"jump" field
Foam::fvPatchFieldMapper.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
This boundary condition provides a jump condition, across non-conformal cyclic path-pairs, employing an arbitraryMeshInterface (AMI).
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual tmp< Field< Type > > jump() const
Return the "jump" across the patch.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
fixedJumpAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.