FloodMapHSpanGetQValueAt Method

Get Q point value at the relative coordinate within the HSpan.

Where upstream or downstream values are not available, as e.g. at start/end of a river, the val in this span is returned.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double GetQValueAt(
	double u,
	double upVal,
	double val,
	double doVal,
	bool hasUpVal,
	bool hasDoVal
)

Parameters

u  Double
Relative coordinate within HSpan, [0;1]
upVal  Double
Value at upstream span
val  Double
Value at center of current span
doVal  Double
Value at downstream span
hasUpVal  Boolean
Bool indicating that upVal is available
hasDoVal  Boolean
Bool indicating that doVal is available

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapHSpan.GetQValueAt(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean)"]

See Also