Go to the documentation of this file.
100 #ifndef FixedValueConstraint_H
101 #define FixedValueConstraint_H
117 class FixedValueConstraint
119 public fv::cellSetOption
124 List<Type> fieldValues_;
139 const word& modelType,
const word & name() const noexcept
A class for handling words, derived from Foam::string.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
Constrain values of given fields of Type with a given maximum value within a specified region,...
virtual bool read(const dictionary &dict)
void operator=(const FixedValueConstraint &)=delete
FixedValueConstraint(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
TypeName("FixedValueConstraint")
const fvMesh & mesh() const noexcept
virtual void constrain(fvMatrix< Type > &eqn, const label fieldi)
virtual ~FixedValueConstraint()=default