AbstractBoundaryItemSoftstartFactor Method
Calculate the strength factor of the softstart.
Uses _applicationBegin as the startup
Usage:
a = SoftStartFactor(t);
Value = (1-a)*_softstartValue + (a)*Value;
Namespace: DHI.Mike1D.BoundaryModuleAssembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
protected double SoftstartFactor(
DateTime s
)
- s DateTime
- DateTime to get softstart factor for
DoubleA number between 0 and 1
If the input argument dateTime is before _applicationBegin, zero is returned.