SWMM - Time Series - Flow
A Flow Time Series describes the time history of the direct external flow and the quality of water entering a drainage system node as a function of time
This series has the following properties:
- Identification
- Description (Description, String) - Use a friendly description when the item name is not enough
- Name (Name, String) - name of the item
Avoid names that are too long, or that contain the following characters: '*', '>', '<', '/', '\', '"', ':', ';', '|', '=', '`', '#', ',', '?'
- Object
- Priority (Priority, Enum) - Information about the current state of the item. Could it be:
Neutral: no problem
Critical: Some issue that prevents the item from being calculated or used
- Error Evaluation (CurveError, CurveError) - Result of data evaluation
- Curve Data (CurveData, IListClonavel) - the time series data, with the columns:
- Date (Date, Double) - the date value for multi-day simulations
- Time (Time, Double) - the time value on the day specified in the date (if any)
- Value (Value, Double) - the value to use
- SWMM
- Start Date (StartDate, Double) - Date when the simulation starts
- Start Time (StartTime, Double) - Time of day the simulation starts
- End Date (EndDate, Double) - Date when the simulation ends
- End Time (EndTime, Double) - Time of day when the simulation ends
The data are entered into the table and plotted on the graph for better visualization:
See also: Time Series