Go to the documentation of this file.
94 #ifndef codedMixedFvPatchField_H
95 #define codedMixedFvPatchField_H
107 class dynamicCodeContext;
virtual const dictionary & codeDict() const
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A table of dynamically loaded libraries.
A class for handling words, derived from string.
Tools for handling dynamic code compilation.
A class for managing temporary objects.
Encapsulation of dynamic code dictionaries.
Base class for function objects and boundary conditions using dynamic code.
static const word codeTemplateH
Name of the H code template to be used.
virtual void prepare(dynamicCode &, const dynamicCodeContext &) const
Adapt the context for the current object.
static const word codeTemplateC
Name of the C code template to be used.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("codedMixed")
Runtime type information.
virtual dlLibraryTable & libs() const
Get the loaded dynamic libraries.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual string description() const
const mixedFvPatchField< Type > & redirectPatchField() const
Get reference to the underlying patchField.
codedMixedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void clearRedirect() const
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
dictionary dict_
Dictionary contents for the boundary condition.
This boundary condition provides a base class for 'mixed' type boundary conditions,...
static void setFieldTemplates(dynamicCode &dynCode)
Set the rewrite vars controlling the Type.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< mixedFvPatchField< Type > > redirectPatchFieldPtr_
commsTypes
Types of communications.
const IOdictionary & dict() const
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void write(Ostream &) const
Write.
Constructs on-the-fly a new boundary condition (derived from mixedFvPatchField) which is then used to...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...