72#ifndef Foam_fa_limitHeight_H
73#define Foam_fa_limitHeight_H
90 public fa::faceSetOption
115 const word& modelType,
119 const word& defaultAreaName =
word()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Intermediate abstract class for handling face-set options for the derived faOptions.
Limits the film height to a specified max value.
virtual ~limitHeight()=default
Destructor.
limitHeight(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh, const word &defaultAreaName=word())
Construct from components.
limitHeight(const limitHeight &)=delete
No copy construct.
TypeName("limitHeight")
Runtime type information.
word hName_
Name of operand height field.
virtual bool read(const dictionary &dict)
Read dictionary.
scalar max_
Maximum height [m].
void operator=(const limitHeight &)=delete
No copy assignment.
const fvMesh & mesh() const noexcept
Return const access to the volume mesh.
const word & name() const noexcept
The source name.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
Namespace for finite-area.
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.