AbstractBroadCrestedCWeirCalculateZetaInflow Method |
Calculation of the absolute head loss coefficient at contractions
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static double CalculateZetaInflow(
double headLossCoefficient,
double velocity,
double structureVelocity
)
Public Shared Function CalculateZetaInflow (
headLossCoefficient As Double,
velocity As Double,
structureVelocity As Double
) As Double
public:
static double CalculateZetaInflow(
double headLossCoefficient,
double velocity,
double structureVelocity
)
Parameters
- headLossCoefficient
- Type: SystemDouble
Coefficient as specified in GUI - velocity
- Type: SystemDouble
Upstream velocity - structureVelocity
- Type: SystemDouble
Velocity through structure
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.AbstractBroadCrestedCWeir.CalculateZetaInflow(System.Double,System.Double,System.Double)"]
See Also