SWMM - Curves - Tidal Curves
Describe the variation of tide height as a function of time of day in
SWMM Outfalls
It is assigned to a
SWMM Outfall
when the
Constructor (point gravity) of
device associates this to
Outfall tool
A Tidal 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 very long names or names containing the following characters: '*', '>', '<', '/', '\', '"', ':', ';', '|', '=', '`', '#', ',', '?'
- Object
- Priority (Priority, Enum) - Information regarding the item's current status. Can be:
Neutral: no issues
Critical: An issue 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 following columns:
- Time of Day (X, Double) - time of day to consider
- Stage (Y, Double) - the value to be used
The data is populated in the table and plotted on the graph for better visualization:
The hours of the day must be in ascending order and not repeating and cannot be negative, otherwise the Priority property will be as
Critical