Click or drag to resize

FloodLinkBase.PrepareForTimeStep Method

Namespace:  DHI.Mike1D.MzCouplings
Assembly:  DHI.Mike1D.MzCouplings (in DHI.Mike1D.MzCouplings.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public virtual void PrepareForTimeStep(
	double[] hdInputArray,
	TimeSpan soFarSimulatedTime,
	int timeStep,
	double dt,
	ref int position
)

Parameters

hdInputArray
Type:System.Double[]
soFarSimulatedTime
Type: System.TimeSpan
timeStep
Type: System.Int32
dt
Type: System.Double
position
Type: System.Int32
See Also