ICulvertCalculateFlowConditions Method  | 
 
            Call this method to produce Qh relations 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)
Syntaxvoid CalculateFlowConditions(
	int noOfLevels
)
Sub CalculateFlowConditions ( 
	noOfLevels As Integer
)
void CalculateFlowConditions(
	int noOfLevels
)
Parameters
- noOfLevels
 - Type: SystemInt32
No of levels to compute free overflow conditions for 
Remarks
            TODO: Needs testing, and documentation for when it can be called (needs cross sections?)
            
See Also