Click or drag to resize

AdaptiveTSCheckSolutionConstraintsPreferredTimeStep Method

Calculate preferred time step

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 TimeSpan PreferredTimeStep(
	TimeSpan previousDt,
	DateTime timeN,
	bool onFailure,
	TimeSpan maxDt
)

Parameters

previousDt
Type: SystemTimeSpan

[Missing <param name="previousDt"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.AdaptiveTSCheckSolutionConstraints.PreferredTimeStep(System.TimeSpan,System.DateTime,System.Boolean,System.TimeSpan)"]

timeN
Type: SystemDateTime

[Missing <param name="timeN"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.AdaptiveTSCheckSolutionConstraints.PreferredTimeStep(System.TimeSpan,System.DateTime,System.Boolean,System.TimeSpan)"]

onFailure
Type: SystemBoolean

[Missing <param name="onFailure"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.AdaptiveTSCheckSolutionConstraints.PreferredTimeStep(System.TimeSpan,System.DateTime,System.Boolean,System.TimeSpan)"]

maxDt
Type: SystemTimeSpan

[Missing <param name="maxDt"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.AdaptiveTSCheckSolutionConstraints.PreferredTimeStep(System.TimeSpan,System.DateTime,System.Boolean,System.TimeSpan)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleHD.AdaptiveTSCheckSolutionConstraints.PreferredTimeStep(System.TimeSpan,System.DateTime,System.Boolean,System.TimeSpan)"]

See Also