Click or drag to resize

INodeStructureCalculateDischarge Method

Calculate discharge through structure.

This is the maximum discharge that will go through the structure. If there are less water available than what is calculated here, the actual discharge through the structure may be less.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
double CalculateDischarge(
	DateTime time
)

Parameters

time
Type: SystemDateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.Engine.INodeStructure.CalculateDischarge(System.DateTime)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.INodeStructure.CalculateDischarge(System.DateTime)"]

See Also