CulvertCalculateFlowConditions Method

Call this method to produce Q-h relations and hydraulic parameters from culvert data.

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 CalculateFlowConditions(
	int noOfLevels
)

Parameters

noOfLevels  Int32
No of levels to compute Q-h relations for

Implements

ICulvertCalculateFlowConditions(Int32)

Remarks

TODO: Needs testing (for geometry of type: depth-width table and cross section), and documentation for when it can be called (needs cross sections?)

See Also