80 #ifndef codedFixedValueFvPatchField_H 81 #define codedFixedValueFvPatchField_H 93 class dynamicCodeContext;
121 static void setFieldTemplates(
dynamicCode& dynCode);
130 virtual string description()
const;
133 virtual void clearRedirect()
const;
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("codedFixedValue")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static const word codeTemplateC
Name of the C code template to be used.
commsTypes
Types of communications.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field, sets Updated to false.
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
static const word codeTemplateH
Name of the H code template to be used.
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...
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...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void write(Ostream &) const
Write.
A class for managing temporary objects.
const fvPatchField< Type > & redirectPatchField() const
Get reference to the underlying patch.