FlowResistanceExpDepExponent Property |
Exponent value, used when
DepthDependence ==
Exponent.
A value of 1 (default) means linear variation between bottom and top value, a value less than one
gives a value below the linear variation, and above one gives a value above the linear variation.
Typical values are in the range of [0.1,5].
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double ExpDepExponent { get; set; }
Public Property ExpDepExponent As Double
Get
Set
public:
property double ExpDepExponent {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also