53 #ifndef fixedValueConstraint_H 54 #define fixedValueConstraint_H 107 const word& modelType,
const fvMesh & mesh() const
Return const access to the mesh database.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
Constrain the field values within a specified region.
TypeName("fixedValueConstraint")
Runtime type information.
A HashTable specialisation for hashing pointers.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void updateMesh(const mapPolyMesh &)
Update for mesh changes.
virtual wordList constrainedFields() const
Return the list of fields constrained by the fvConstraint.
#define DEFINE_FV_CONSTRAINT_CONSTRAIN(Type, nullArg)
const word & name() const
Return const access to the source name.
virtual bool read(const dictionary &dict)
Read source dictionary.
A class for handling words, derived from string.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
fixedValueConstraint(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
Mesh data needed to do the Finite Volume discretisation.
FOR_ALL_FIELD_TYPES(DEFINE_FV_CONSTRAINT_CONSTRAIN)
Add a constraint to an equation.
Finite volume options abstract base class.