CulvertCalculateFlowConditions Method |
Call this method to produce Q-h relations and hydraulic parameters from culvert data.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void CalculateFlowConditions(
int noOfLevels
)
Public Sub CalculateFlowConditions (
noOfLevels As Integer
)
public:
virtual void CalculateFlowConditions(
int noOfLevels
) sealed
Parameters
- noOfLevels
- Type: SystemInt32
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