57 #ifndef fixedJumpFvPatchField_H
58 #define fixedJumpFvPatchField_H
72 class fixedJumpFvPatchField
74 public jumpCyclicFvPatchField<Type>
105 const bool jumpRequired=
true
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pre-declare SubField and related Field type.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
This boundary condition provides a jump condition, using the cyclic condition as a base....
TypeName("fixedJump")
Runtime type information.
virtual void write(Ostream &) const
Write.
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
fixedJumpFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &, const bool jumpRequired=true)
Construct from patch, internal field and dictionary.
virtual tmp< Field< Type > > jump() const
Return the "jump".
Field< Type > & jumpRef()
Access the jump to modify it.
virtual void map(const fvPatchField< Type > &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.