AbstractBroadCrestedCWeirCalculateZetaOutflow Method  | 
 
            Calculation of the absolute head loss coefficient at expansions
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static double CalculateZetaOutflow(
	double headLossCoefficient,
	double velocity,
	double structureVelocity
)
Public Shared Function CalculateZetaOutflow ( 
	headLossCoefficient As Double,
	velocity As Double,
	structureVelocity As Double
) As Double
public:
static double CalculateZetaOutflow(
	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.CalculateZetaOutflow(System.Double,System.Double,System.Double)"]
See Also