Go to the documentation of this file.
82 #ifndef codedFixedValuePointPatchField_H
83 #define codedFixedValuePointPatchField_H
95 class dynamicCodeContext;
169 const bool valueRequired=
true
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const IOdictionary & dict() const
static void setFieldTemplates(dynamicCode &dynCode)
Set the rewrite vars controlling the Type.
A table of dynamically loaded libraries.
A class for handling words, derived from string.
Tools for handling dynamic code compilation.
Encapsulation of dynamic code dictionaries.
Base class for function objects and boundary conditions using dynamic code.
Basic pointPatch represents a set of points from the mesh.
Constructs on-the-fly a new boundary condition (derived from fixedValuePointPatchField) which is then...
virtual autoPtr< pointPatchField< Type > > clone() const
Construct and return a clone.
virtual const dictionary & codeDict() const
virtual void prepare(dynamicCode &, const dynamicCodeContext &) const
Adapt the context for the current object.
Foam::pointPatchFieldMapper.
A FixedValue boundary condition for pointField.
dictionary dict_
Dictionary contents for the boundary condition.
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
codedFixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
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.
const pointPatchField< Type > & redirectPatchField() const
Get reference to the underlying patch.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field, sets Updated to false.
autoPtr< pointPatchField< Type > > redirectPatchFieldPtr_
virtual void clearRedirect() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
commsTypes
Types of communications.
static const word codeTemplateC
Name of the C code template to be used.
virtual string description() const
virtual dlLibraryTable & libs() const
Get the loaded dynamic libraries.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
TypeName("codedFixedValue")
Runtime type information.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...