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.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
double CalculateDischarge(
	DateTime time
)

Parameters

time  DateTime

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

Return Value

Double

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

See Also