CatchmentCombinedAddNewCatchment Method |
Method that adds a new catchment into the list of subcathcment,
the factor correspond to the contributing area of the subcatchment
compared to the entire area of the combined catchment
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void AddNewCatchment(
string subCatchmentName,
double areaFactor
)
Parameters
- subCatchmentName
- Type: SystemString
Subcatchment name - areaFactor
- Type: SystemDouble
the fraction of the total area that the subcatchment
runoff contributes to this combined catchment.
See Also