Go to the documentation of this file.
35 #ifndef piecewiseLinearRamp_H
36 #define piecewiseLinearRamp_H
TypeName("piecewiseLinearRamp")
Runtime type information.
scalar uAF_
Face area fraction above which a which of 1 is returned.
A linear ramp between 0 and 1 with definable start and end points.
Abstract base class for providing faceAreaWeight values to the cell motion controller based on an arg...
scalar lAF_
Face area fraction below which a weight of 0 is returned.
piecewiseLinearRamp(const dictionary &faceAreaWeightDict)
Construct from components.
virtual scalar faceAreaWeight(scalar faceAreaFraction) const
Return the faceAreaWeight.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~piecewiseLinearRamp()
Destructor.