Click or drag to resize

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

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetDelhsForAllStructures(
	double delhs
)

Parameters

delhs
Type: SystemDouble

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

See Also