StructureParametersDelhs Property |
In ILinearZeroVariation structures:
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.
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 double Delhs { get; set; }
Public Property Delhs As Double
Get
Set
public:
property double Delhs {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also