36#ifndef betaMaxStepRamp_H
37#define betaMaxStepRamp_H
61 betaMaxStepRamp(
const betaMaxStepRamp&) =
delete;
64 void operator=(
const betaMaxStepRamp&) =
delete;
101 virtual scalar
value()
const;
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual scalar value() const
Get value.
TypeName("stepRamp")
Runtime type information.
autoPtr< Function1< scalar > > funcPtr_
The step ramp function.
scalar betaMin_
Minimum betaMax value (to be used at the first opt cycles).
virtual ~betaMaxStepRamp()=default
Destructor.
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.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.