Click or drag to resize

StructureGetFlowCoefficient Method

Calculation of fractions of the different flow types

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
protected static double GetFlowCoefficient(
	double prevCoeff,
	double lim,
	double upper,
	double lower
)

Parameters

prevCoeff
Type: SystemDouble
lim
Type: SystemDouble
Actual value
upper
Type: SystemDouble
Upper limit
lower
Type: SystemDouble
Lower limit

Return Value

Type: Double
See Also