SWMM - Curves - Division Curves
Describes the variation of output flow rate values as a function of input flow rate in
SWMM Flow Dividers
It is assigned to a
SWMM Divider when the
Constructor (point gravity) of
device associates this to
tool
Divider
A Diversion 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 Evaluation (CurveError, Enum) Result of the data evaluation
- Curve Data (CurveData, IListClonavel) - the curve data, with the following columns:
- Inflow (X, Double) - flow entering the device
- Outflow (Y, Double) - flow exiting through the divider
The data is populated in the table and plotted on the graph for better visualization:
The flows that enter must be in ascending order and not repeat and cannot be negative, otherwise the Priority property will be as
Critical