StructureGetFlowCoefficient Method |
Calculation of fractions of the different flow types
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected static double GetFlowCoefficient(
double prevCoeff,
double lim,
double upper,
double lower
)
Protected Shared Function GetFlowCoefficient (
prevCoeff As Double,
lim As Double,
upper As Double,
lower As Double
) As Double
protected:
static double GetFlowCoefficient(
double prevCoeff,
double lim,
double upper,
double lower
)
Parameters
- prevCoeff
- Type: SystemDouble
[Missing <param name="prevCoeff"/> documentation for "M:DHI.Mike1D.StructureModule.Structure.GetFlowCoefficient(System.Double,System.Double,System.Double,System.Double)"]
- lim
- Type: SystemDouble
Actual value - upper
- Type: SystemDouble
Upper limit - lower
- Type: SystemDouble
Lower limit
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.Structure.GetFlowCoefficient(System.Double,System.Double,System.Double,System.Double)"]
See Also