Skip to content

swmm-solver

Compare
Choose a tag to compare
@michaeltryby michaeltryby released this 02 Dec 21:45
· 21 commits to master since this release
0eb322c

Build 5.2.2 (Dec 2022)

Engine Updates:

  1. Long run times occurring when the simulation duration exceeded
    the end of an externally applied time series were eliminated.

  2. A bug introduced in 5.2.0 causing the math expression evaluator
    to compute ab^c as (ab)^c instead of a*(b^c) was fixed.

  3. A check was added to the dimensions supplied for the Modified
    Baskethandle and Round-Rectangular cross sections to insure that
    the computed height of the rounded portion does not exceed the
    total height. (#89)

  4. Additional performance statistics were added to the Street Flow
    Summary table in the project's report file.

  5. The warning messages removed in release 5.2.1 about raising a
    node's maximum depth and adjusting a conduit's elevation drop
    were restored.

  6. The values reported for storage unit evaporation and exfiltration
    loss as a percentage of total storage volume were corrected. (#97)

  7. The default number of threads used for dynamic wave flow routing
    was changed to 1 to be consistent with the User's Manual and
    with the GUI.