DesignCalculatorCombinedSlopeAndShoulderAdaption.cs

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed GeometryPoint from GeometryPointString/GeometryLoop classes and everywhere it was used. Improved geometry generation and Clone() methods for SoilProfile2D.

Related to Issue [MWDAM-2760]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 55 more files in changeset.
Reimplemented remove shift.

Related to Issue [MWDAM-2677]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Reverted remove shift until UI is OK.

Related to Issue [MWDAM-2677]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 9 more files in changeset.
Removed using shift as that should be a task in the UI, not in the engine.

Related to Issue [MWDAM-2677]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 8 more files in changeset.
Fix handling when design is unsuccessful

Related to Issue [MWDAM-2474]

    • -0
    • +4
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 4 more files in changeset.
Fix Adapt geometry optimized slope and shoulder adjustment

Related to Issue [MWDAM-2474]

    • -4
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 4 more files in changeset.
The shift of the geometry compared to the surface line is implemented and tested.

Related to Issue [MWDAM-2677]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Improve adapt geometry

- Use always shoulder embankment material

- Always use the original SoilProile2D to combine with the new adapted surfaceline

Related to Issue [MWDAM-2472]

Related to Issue [MWDAM-2469]

    • -3
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 4 more files in changeset.
Improve optimized first shoulder and shoulder adaption

Related to Issue [MWDAM-2469]

    • -30
    • +7
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -17
    • +17
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 329 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]

    • -23
    • +38
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 25 more files in changeset.
Convert to file-scoped namespace

Related to Issue [MWDAM-1878]

    • -154
    • +153
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 321 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -19
    • +25
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 398 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

    • -5
    • +5
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 333 more files in changeset.
Re-implemented Adapt Geometry option for OptimizedSlopeAndShoulderAdaption, model Bishop.

Related to Issue [MWDAM-1842]

    • -9
    • +45
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Updated the headers files for the code projects after updating the template.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 276 more files in changeset.
Moved PolderLevel within Location from WaternetOptions to DesignScenario.

Related to Issue [MWDAM-1618]

    • -2
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 29 more files in changeset.
Update license headers to 2019
    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 111 more files in changeset.
Adapt to review

Related to Issue [MWDAM-1178]

    • -1
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
Fixed log message in case PerformDesignCalculationCombinedSlopeAdaptionAndShoulderAdaption fails.

Related to Issue [MWDAM-1224]

    • -6
    • +5
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Removed redundant code

Related to Issue [MWDAM-1192]

    • -7
    • +0
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Use correct embankment material for height adaption

Use correct previous geometry for shoulder/slope adapted geometries

Related to Issue [MWDAM-1192]

    • -0
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Use correct embankment material for height adaption

Related to Issue [MWDAM-1192]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Refactored: use Shoulder Length instead of Shoulder Width

Related to Issue [MWDAM-1218]

    • -4
    • +4
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 12 more files in changeset.
Fixed calculating with a changed surfaceline if multiple subsoilscenarios are calculated for design

Related to Issue [MWDAM-1200]

    • -9
    • +15
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Fixed fail when redesign slope adaption

Related to Issue [MWDAM-1200]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Cleaned Location.

Related to Issue [MWDAM-1111]

    • -2
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 9 more files in changeset.
Fixed unit test

Related to Issue [MWDAM-1178]

Related to Issue [MWDAM-1141]

    • -0
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 3 more files in changeset.
Fixed unit test

Related to Issue [MWDAM-1178]

    • -0
    • +3
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Implemented PerformDesignCalculationCombinedSlopeAdaptionAndShoulderAdaption()

Moved shared methods to new class DesignCalculatorUtils

Cleanup code

Related to Issue [MWDAM-1178]

    • -2
    • +141
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 4 more files in changeset.