SWMM - Curves - Control Curves
Describes the range of value/setting values in
LID Controls
A control curve has the following properties:
- Identification
- Description (Description, String) - Use a user-friendly description when the item name is not sufficient
- Name (Name, String) - item name
Avoid names that are too long or contain the following characters: '*', '>', '<', '/', '\', '"', ':', ';', '|', '=', '`', '#', ',', '?'
- Object
- Priority (Priority, Enum) - Information regarding the item's current status. Can be:
Neutral: no issues
Critical: A problem preventing the calculation or use of the item
- Error Assessment (CurveError, Enum) Result of the data assessment
- Curve Data (CurveData, IListClonavel) - the curve data, with the columns:
- Controller Value (X, Double) - controller input value
- Assigned Control (Y, Double) - the value to be used
The data is populated in the table and plotted on the graph for better visualization:
The controller values must be in ascending order and not repeating and cannot be negative, otherwise the Priority property will be as
Critical