AbstractBoundaryItemSoftstartFactor Method

Calculate the strength factor of the softstart. Uses _applicationBegin as the startup Usage: a = SoftStartFactor(t); Value = (1-a)*_softstartValue + (a)*Value;

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected double SoftstartFactor(
	DateTime s
)

Parameters

s  DateTime
DateTime to get softstart factor for

Return Value

Double
A number between 0 and 1

Remarks

If the input argument dateTime is before _applicationBegin, zero is returned.

See Also