Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted the operational calculator, improved the description of the reason of the ignored test.

Related to Issue [MWDAM-1889]

  1. … 1 more file in changeset.
Adapted to review comments.

Related to Issue [MWDAM-1934]

  1. … 2 more files in changeset.
Renamed the method and moved it to DesignScenario (where it actually belongs).

Related to Issue [MWDAM-1934]

  1. … 3 more files in changeset.
Made sure that during one calculation (per location per subsoil per scenario) only the CurrentScenario is used. For Design, all scenarios but the Current are removed at the start of the calculation. For Operational, there only ever is one scenario (as this is a demand which is tested). Replaced use of Scenarios[0] with CurrentScenario, removed Scenarios from Dike. Also removed the reference to Location in DesignScenario, added LocationName to DesignScenario.

Adapted all tests for this. I expect two failing (new) tests at the moment.

Related to Issue [MWDAM-1948]

  1. … 25 more files in changeset.
Removed obsolete piping code. Note that reading VNK and 4Forces from input xml is kept in order to be able to give a nice "not implemented error".

Related to Issue [MWDAM-1922]

  1. … 13 more files in changeset.
Removed the obsolete piping models from the DAM Engine.

Related to Issue [MWDAM-1916]

  1. … 17 more files in changeset.
Added getting back more error information for failed preparations (Stability).

Related to Issue [MWDAM-1889]

Improved tests to check more; extended the error messages with stack trace information.

Added check on null in Routines2D to prevent errors.

Related to Issue [MWDAM-1889]

  1. … 5 more files in changeset.
Added tests for Multicore use for Operational (and Design) for BishopGrid in order to test and solve multicore problem9s) with Operational. When done, this version (or its successors) should be added to the DamLive project.

Related to Issue [MWDAM-1866]

  1. … 13 more files in changeset.
Use string interpolation

Related to Issue [MWDAM-1878]

  1. … 29 more files in changeset.
Convert to file-scoped namespace

Related to Issue [MWDAM-1878]

    • -456
    • +455
    ./OperationalCalculator.cs
    • -11
    • +10
    ./OperationalCalculatorException.cs
  1. … 318 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -114
    • +131
    ./OperationalCalculator.cs
  1. … 395 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

  1. … 330 more files in changeset.
Removed obsolete model Horizontal Balance and option UpliftVanWti from code.

Related to Issue [MWDAM-1818]

  1. … 10 more files in changeset.
Updated the headers files for the code projects after updating the template.

Related to Issue [MWDAM-1730]

  1. … 273 more files in changeset.
Adapted to review comments + added comment for bishop test + some small improvements to code (typo's and correcting signature for CalculateOneTimeEntry). Finally added PipingFactor to enum as we need that for the next step (piping in DamLive).

Related to Issue [MWDAM-1627]

  1. … 4 more files in changeset.
Fixed Piping in v20 too.

Related to Issue [MWDAM-1677]

  1. … 12 more files in changeset.
Rename function to reflect its functionality

Merged from 19.2 branch

Related to Issue [MWDAM-1579]

Adapted to fix tests.

Related to Issue [MWDAM-1579]

Synchronize Location data with Design Scenario data

Merge from 19.2 branch

Related to Issue [MWDAM-1579]

Added Bligh as comment for DAM-live calculator. Uncomment when start work on this.

Related to Issue [MWDAM-1677]

I improved some code (code was correct, but prevent SonarQube message and improved exception testing in the tests)

Related to Issue [MWDAM-1445]

  1. … 2 more files in changeset.
Added code (with tests) to improve handling of "wrong" segments. To be able to test this properly, added PipingModelType.Wti2017 to supported models so we can actually define an improper test project. Adding this also helps for MWDAM-1393 and thus MWDAM-1145, Piping part.

Related to Issue [MWDAM-1445]

  1. … 2 more files in changeset.
Fix bug reported by SonarQube

Related to Issue [MWDAM-1513]

Processed review comments.

Related to Issue [MWDAM-1282]

    • -0
    • +32
    ./OperationalEnumerations.cs
  1. … 12 more files in changeset.
Replace type of SubSoilScenario.SegmentFailureMechanismType from FailureMechanismSystemType to SegmentFailureMechanismType

Related to Issue [MWDAM-1294]

  1. … 29 more files in changeset.
refactored all Exception classes, removed methods that were not used, added comments

Related to Issue [MWDAM-1394]

  1. … 21 more files in changeset.
After removing Assessment mode, cleaned code somewhat. Mainly getting rid of dead code.

Related to Issue [MWDAM-1410]

  1. … 26 more files in changeset.
Cleaned DAMEnumerations.cs as far as possible for now. Moving RWScenario options not done as these have to be removed as stated in MWDAM-1410.

Related to Issue [MWDAM-1282]

  1. … 11 more files in changeset.
Removed WtiStabilityInside as failure mechanism and replaced it with UpliftVanWti as ModelType.

Related to Issue [MWDAM-1383]

  1. … 16 more files in changeset.