BridgeTabulatedDelhs Property  | 
 
            Linear flow variation.                                               
            For water level differences less than delhs use a linear Q variation 
            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)
Syntaxpublic double Delhs { get; set; }Public Property Delhs As Double
	Get
	Set
public:
virtual property double Delhs {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
Double
See Also