82 #ifndef codedFixedValuePointPatchField_H 83 #define codedFixedValuePointPatchField_H 117 virtual void clearRedirect()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
codedFixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
commsTypes
Types of communications.
A FixedValue boundary condition for pointField.
const pointPatchField< Type > & redirectPatchField() const
Get reference to the underlying patch.
Foam::pointPatchFieldMapper.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field, sets Updated to false.
Abstract base class for point-mesh patch fields.
TypeName("codedFixedValue")
Runtime type information.
Constructs on-the-fly a new boundary condition (derived from fixedValuePointPatchField) which is then...
tmp< Field< Type > > clone() const
Clone.
virtual void write(Ostream &) const
Write.
Base class for function objects and boundary conditions using dynamic code.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Tools for handling dynamic code compilation.
Encapsulation of dynamic code dictionaries.
Basic pointPatch represents a set of points from the mesh.
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...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...