ICompositStructurePrepareTimeStep Method

Prepare structure for time step

This method need only be called in case structures are being controlled and i.e. a gate is closing with a specified speed and needs to know time.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void PrepareTimeStep(
	DateTime timeN,
	DateTime timeNp1
)

Parameters

timeN  DateTime
Time at beginning of time step
timeNp1  DateTime
Time at end of time step

See Also