82 #ifndef codedFixedValuePointPatchField_H 83 #define codedFixedValuePointPatchField_H 95 class dynamicCodeContext;
123 static void setFieldTemplates(
dynamicCode& dynCode);
132 virtual string description()
const;
135 virtual void clearRedirect()
const;
171 const bool valueRequired=
true const pointPatchField< Type > & redirectPatchField() const
Get reference to the underlying patch.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static const word codeTemplateH
Name of the H code template to be used.
codedFixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
commsTypes
Types of communications.
A FixedValue boundary condition for pointField.
Foam::pointPatchFieldMapper.
static const word codeTemplateC
Name of the C code template to be used.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field, sets Updated to false.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
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...
A class for handling words, derived from string.
virtual autoPtr< pointPatchField< Type > > clone() const
Construct and return a clone.
Base class for function objects and boundary conditions using dynamic code.
A table of dynamically loaded libraries.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &) const
Write.
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...