Click or drag to resize

HDModulePrepareForTimeStep Method

Prepare nodes and reaches for next time step. - first time: Updates states, n to n+1 and nph. Derived variables depending on only local state at n, n+1 and nph may also be updated - Subsequent times: Resets the external source contributions.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void PrepareForTimeStep(
	int redoCount
)

Parameters

redoCount
Type: SystemInt32

[Missing <param name="redoCount"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDModule.PrepareForTimeStep(System.Int32)"]

Implements

IModulePrepareForTimeStep(Int32)
See Also