Click or drag to resize

AdaptiveTSCheckSolutionConstraintsGetBoundaryPreferredTimeStep Method

Get preferred time step, such that changes in boundary time series is within some limits

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 GetBoundaryPreferredTimeStep(
	DateTime start,
	TimeSpan minDt,
	TimeSpan maxDt,
	double maxRelChange,
	double cutoff
)

Parameters

start
Type: SystemDateTime

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

minDt
Type: SystemTimeSpan

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

maxDt
Type: SystemTimeSpan

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

maxRelChange
Type: SystemDouble

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

cutoff
Type: SystemDouble

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

Return Value

Type: TimeSpan

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

See Also