SolverSettingsMaximumWaterDepthAboveXSFactor Property

Maximum factor for relative water level (depth) compared to cross section height for open cross section. Given as a factor on the height of the cross section. If water depth exceeds "factor" x "cross section height" the simulation stops.

Set to 0 to disable. Then the water depth must always stay inside cross section height.

To enable, set larger than 1.

Definition

Namespace: DHI.Mike1D.HDParameterDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double MaximumWaterDepthAboveXSFactor { get; set; }

Property Value

Double

See Also