106 #ifndef Foam_codedFixedValuePointPatchField_H 107 #define Foam_codedFixedValuePointPatchField_H 122 class codedFixedValuePointPatchField
124 public fixedValuePointPatchField<Type>,
127 typedef codedFixedValuePointPatchField<Type> this_bctype;
128 typedef fixedValuePointPatchField<Type> parent_bctype;
138 mutable autoPtr<pointPatchField<Type>> redirectPatchFieldPtr_;
147 virtual string description()
const;
150 virtual void clearRedirect()
const;
153 virtual const dictionary& codeContext()
const;
168 =
"fixedValuePointPatchFieldTemplate.C";
172 =
"fixedValuePointPatchFieldTemplate.H";
257 #include "codedFixedValuePointPatchField.txx" commsTypes
Communications types.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
codedFixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
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::buffered)
Evaluate the patch field, sets updated() to false.
Abstract base class for point-mesh patch fields.
friend Ostream & operator(Ostream &, const Field< Type > &)
TypeName("codedFixedValue")
Runtime type information.
tmp< Field< Type > > clone() const
Clone.
virtual void write(Ostream &) const
Write.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A table of dynamically loaded libraries.
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.
static constexpr const char *const codeTemplateC
Name of the C code template to be used.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
"buffered" : (MPI_Bsend, MPI_Recv)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
static constexpr const char *const codeTemplateH
Name of the H code template to be used.