Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Finished slope part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added methods to SurfaceLine2Extensions, needed for Slope Design calculation

Related to Issue [MWDAM-1141]

    • -128
    • +95
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 5 more files in changeset.
Implemented proper use of regional assessment scenario job settings throughout all wrappers, kernels and helpers to ensure correct pl-lines and results for test.

Single core now works fully for regional assessment.

Related to Issue [MWDAM-1111]

    • -1
    • +4
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -5
    • +28
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -140
    • +75
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -1
    • +2
    ./KernelWrappers/Common/UpliftHelper.cs
  1. … 7 more files in changeset.
Add parameters to IKernelWrapper interface methods

Refactored: better names

More work on PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Related to Issue [MWDAM-1141]

    • -64
    • +60
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -1
    • +2
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
Placed MPipingCalc2.dll in same location as other dlls instead of in subfolder CalcDlls

Related to Issue [MWDAM-1177]

    • -3
    • +3
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Start of implementation of Macrostability Inwards Design

Related to Issue [MWDAM-1141]

    • -0
    • +36
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -50
    • +0
    ./KernelWrappers/Common/ShoulderDesignHelper.cs
    • -39
    • +0
    ./KernelWrappers/Common/ShoulderDesign.cs
    • -0
    • +50
    ./DikesDesign/ShoulderDesignHelper.cs
    • -0
    • +250
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -2
    • +4
    ./Deltares.DamEngine.Calculators.csproj
  1. … 9 more files in changeset.
Refactored. Move throwhelpers to DamMacroStabilityUtils

Related to Issue [MWDAM-1141]

Added Design for Piping Sellmeijer 4 Forces with interface test.

Related to Issue [MWDAM-1139]

  1. … 4 more files in changeset.
Refactored. Move kernel creation into deepest loop, to anticipate for parallel calculation

Related to Issue [MWDAM-1141]

Interim commit. Improved implementation piping by passing correct failure mechanism for wrapper and correct water level.

Related to Issue [MWDAM-1111]

    • -6
    • +7
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 1 more file in changeset.
Interim commit. Extended test and implemented piping.

Related to Issue [MWDAM-1111]

    • -56
    • +105
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 1 more file in changeset.
Interim commit. Stability part working, also in multi processor mode. Answers still wrong because of missing soil type.

Related to Issue [MWDAM-1111]

    • -216
    • +116
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 7 more files in changeset.
Added StabilityModelType to StabilityDesignResults

Related to Issue [MWDAM-1169]

  1. … 9 more files in changeset.
Fixed for review

Related to Issue [MWDAM-1170]

    • -2
    • +4
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -1
    • +2
    ./DikesDesign/DesignCalculatorSingle.cs
    • -1
    • +3
    ./Deltares.DamEngine.Calculators.csproj
Make sure model is set back to BishopUpliftVan by using try finally.

When one of the models fails, display the failing one as end result.

Related to Issue [MWDAM-1161]

  1. … 1 more file in changeset.
Removed dead code.

Related to Issue [MWDAM-1170]

Fixed compiler warnings

Related to Issue [MWDAM-1141]

  1. … 1 more file in changeset.
Added GetDesignStrategy to IKernelWrapper interface.

Implement in Kernel wrapper classes

Related to Issue [MWDAM-1141]

Refactored. Prepare for adding new design strategy

Related to Issue [MWDAM-1141]

    • -20
    • +22
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
Refactored. Split up in smaller classes.

Related to Issue [MWDAM-1141]

    • -0
    • +211
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
    • -226
    • +8
    ./DikesDesign/DesignCalculator.cs
    • -0
    • +99
    ./DikesDesign/DesignCalculatorSingle.cs
    • -0
    • +2
    ./Deltares.DamEngine.Calculators.csproj
Fixed unit tests

Related to Issue [MWDAM-1170]

Removed obsolete parameter analysisType.

Related to Issue [MWDAM-1170]

  1. … 1 more file in changeset.
Fixed unit tests for Piping

Related to Issue [MWDAM-1170]

  1. … 3 more files in changeset.
Removed DesignScenario from DamKernelInput

Related to Issue [MWDAM-1170]

    • -29
    • +42
    ./DikesDesign/DesignCalculator.cs
    • -3
    • +3
    ./KernelWrappers/Common/UpliftHelper.cs
    • -7
    • +3
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -5
    • +4
    ./KernelWrappers/Common/DamKernelInput.cs
  1. … 8 more files in changeset.
When one of the calculations in Bishop/UpliftVan failed, select the otherone as total result

Related to Issue [MWDAM-1161]

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

Related to Issue [MWDAM-1057]

  1. … 1 more file in changeset.
When DGeoStability calculation fails continue with other calculations

Related to Issue [MWDAM-1161]

    • -24
    • +37
    ./DikesDesign/DesignCalculator.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-1095]

    • -12
    • +25
    ./DikesDesign/DesignCalculator.cs
  1. … 3 more files in changeset.
Changes due to review comments.

Related to Issue [MWDAM-1058]

  1. … 1 more file in changeset.
Minor review issues fixed

Related to Issue [MWDAM-1087]

Minor review issues fixed

Related to Issue [MWDAM-1058]

  1. … 1 more file in changeset.