AbstractBroadCrestedCWeirGetPartOfCompositeFlowEstimateFactor Method

Provides an estimate factor for part of composite flow. Presently it is upstream structure cross-section to upstream cross-section flow area ratio.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override double GetPartOfCompositeFlowEstimateFactor(
	double upStreamWaterLevel,
	double downStreamWaterLevel,
	double discharge
)

Parameters

upStreamWaterLevel  Double

[Missing <param name="upStreamWaterLevel"/> documentation for "M:DHI.Mike1D.StructureModule.AbstractBroadCrestedCWeir.GetPartOfCompositeFlowEstimateFactor(System.Double,System.Double,System.Double)"]

downStreamWaterLevel  Double

[Missing <param name="downStreamWaterLevel"/> documentation for "M:DHI.Mike1D.StructureModule.AbstractBroadCrestedCWeir.GetPartOfCompositeFlowEstimateFactor(System.Double,System.Double,System.Double)"]

discharge  Double

[Missing <param name="discharge"/> documentation for "M:DHI.Mike1D.StructureModule.AbstractBroadCrestedCWeir.GetPartOfCompositeFlowEstimateFactor(System.Double,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.AbstractBroadCrestedCWeir.GetPartOfCompositeFlowEstimateFactor(System.Double,System.Double,System.Double)"]

Implements

ISolvesHeadLossEquationGetPartOfCompositeFlowEstimateFactor(Double, Double, Double)
ISolvesHeadLossEquationGetPartOfCompositeFlowEstimateFactor(Double, Double, Double)

See Also