105 #ifndef codedFixedValueFvPatchField_H 106 #define codedFixedValueFvPatchField_H 121 class codedFixedValueFvPatchField
123 public fixedValueFvPatchField<Type>,
127 typedef fixedValueFvPatchField<Type> parent_bctype;
137 mutable autoPtr<fvPatchField<Type>> redirectPatchFieldPtr_;
146 virtual string description()
const;
149 virtual void clearRedirect()
const;
152 virtual const dictionary& codeContext()
const;
167 =
"fixedValueFvPatchFieldTemplate.C";
171 =
"fixedValueFvPatchFieldTemplate.H";
255 virtual void write(Ostream&)
const;
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
"blocking" : (MPI_Bsend, MPI_Recv)
TypeName("codedFixedValue")
Runtime type information.
commsTypes
Types of communications.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
static constexpr const char *const codeTemplateC
Name of the C code template to be used.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field, sets Updated to false.
A FieldMapper for finite-volume patch fields.
A table of dynamically loaded libraries.
Constructs on-the-fly a new boundary condition (derived from fixedValueFvPatchField) which is then us...
Tools for handling dynamic code compilation.
Encapsulation of dynamic code dictionaries.
codedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
A class for managing temporary objects.
static constexpr const char *const codeTemplateH
Name of the H code template to be used.
const fvPatchField< Type > & redirectPatchField() const
Get reference to the underlying patch.