NodeCoverDisplaceablePrepareForTimeStep Method

Prepare cover for time step. Important for keeping track of when and how to update the displacement fraction. If the simulation uses adaptive time step, we need to be able to 'reset' the fraction/pressure to a previous (potentially lower) value.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void PrepareForTimeStep(
	int redoCount
)

Parameters

redoCount  Int32

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

See Also