StructureCollectionSetDelhsForAllStructures Method

Forces a setting of Delhs for all structures in the collection that uses linear zero variation.

For water level differences less than Delhs a linear Q variation is used between h1-h2=delhs and h1-h2=0. This is to avoid stability problems for small water level differences where dQdh goes to infinity.

Note that structures subsequently added to the collection, do not automatically get the Delhs value.

Unit: [m]. Default: 0.01

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetDelhsForAllStructures(
	double delhs
)

Parameters

delhs  Double

[Missing <param name="delhs"/> documentation for "M:DHI.Mike1D.StructureModule.StructureCollection.SetDelhsForAllStructures(System.Double)"]

See Also