BridgeBaseDetermineBridgeFlow Method

Determines the bridge flow for given upstream and downstream water level indices col and row.

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 void DetermineBridgeFlow(
	bool neqSweep,
	bool firstCol,
	int col,
	int row,
	ref bool stop
)

Parameters

neqSweep  Boolean

[Missing <param name="neqSweep"/> documentation for "M:DHI.Mike1D.StructureModule.BridgeBase.DetermineBridgeFlow(System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean@)"]

firstCol  Boolean

[Missing <param name="firstCol"/> documentation for "M:DHI.Mike1D.StructureModule.BridgeBase.DetermineBridgeFlow(System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean@)"]

col  Int32

[Missing <param name="col"/> documentation for "M:DHI.Mike1D.StructureModule.BridgeBase.DetermineBridgeFlow(System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean@)"]

row  Int32

[Missing <param name="row"/> documentation for "M:DHI.Mike1D.StructureModule.BridgeBase.DetermineBridgeFlow(System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean@)"]

stop  Boolean

[Missing <param name="stop"/> documentation for "M:DHI.Mike1D.StructureModule.BridgeBase.DetermineBridgeFlow(System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean@)"]

See Also