Posts

Showing posts with the label Build 5.1.008 (04/02/2015) New Features

Build SWMM 5.1.008 (04/02/2015) New Features with Images

Image
SWMM 5.1.008 (04/02/2015) New Features 1. Monthly adjustments for hydraulic conductivity used for rainfall infiltration and for exfiltration from storage nodes and conduits was added. This was added to the Monthly Adjustments Table // Data formats are: // TEMPERATURE v1 ... v12 // EVAPORATION v1 ... v12 // RAINFALL v1 ... v12 // CONDUCTIVITY v1 ... v12   2. LID drains can now send their outflow to a different node or subcatchment than the parent subcatchment in which they were placed. drainSubcatch; // subcatchment receiving drain flow //(5.1.008) drainNode; // node receiving drain flow //(5.1.008) 3. Conveyance system Outfall nodes now have the option to send their outflow onto a subcatchment, to simulate irrigation or complex LID treatment options. // --- add outfall's flow to subcatchment as runon and re-set routed // flow volume to 0 subcatch_addRunonFlow(k, Outfal...