DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.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
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 55 more files in changeset.
Fix Adapt geometry optimized slope and shoulder adjustment

Related to Issue [MWDAM-2474]

    • -2
    • +2
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 4 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]

    • -6
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 4 more files in changeset.
Implement shoulder embankment material for adapt first shoulder adaption then shoulder adaption

Related to Issue [MWDAM-2472]

    • -0
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 6 more files in changeset.
Improve adapt first shoulder adaption then shoulder adaption

Related to Issue [MWDAM-2472]

    • -0
    • +5
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 1 more file in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -2
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.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]

    • -11
    • +16
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 25 more files in changeset.
Convert to file-scoped namespace

Related to Issue [MWDAM-1878]

    • -138
    • +137
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 321 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -12
    • +16
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 398 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

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

Related to Issue [MWDAM-1842]

    • -7
    • +7
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.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
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 276 more files in changeset.
Moved PolderLevel within Location from WaternetOptions to DesignScenario.

Related to Issue [MWDAM-1618]

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

Related to Issue [MWDAM-1141]

    • -1
    • +15
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 2 more files in changeset.
Fixed log message in case PerformDesignCalculationCombinedSlopeAdaptionAndShoulderAdaption fails.

Related to Issue [MWDAM-1224]

    • -3
    • +5
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 7 more files in changeset.
Refactored: use Shoulder Length instead of Shoulder Width

Related to Issue [MWDAM-1218]

    • -4
    • +4
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 12 more files in changeset.
Cleaned Location.

Related to Issue [MWDAM-1111]

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

Related to Issue [MWDAM-1178]

Related to Issue [MWDAM-1141]

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

Related to Issue [MWDAM-1141]

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

Moved shared methods to new class DesignCalculatorUtils

Cleanup code

Related to Issue [MWDAM-1178]

    • -84
    • +11
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 4 more files in changeset.
Finished shoulder part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added resource translations

Added (failing) test for OptimizedSlopeAndShoulderAdaption design method

Related to Issue [MWDAM-1141]

    • -84
    • +129
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 5 more files in changeset.
Finished slope part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added methods to SurfaceLine2Extensions, needed for Slope Design calculation

Related to Issue [MWDAM-1141]

    • -128
    • +95
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 10 more files in changeset.
Add parameters to IKernelWrapper interface methods

Refactored: better names

More work on PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Related to Issue [MWDAM-1141]

    • -64
    • +60
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 8 more files in changeset.
Start of implementation of Macrostability Inwards Design

Related to Issue [MWDAM-1141]

    • -0
    • +250
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 23 more files in changeset.