Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Changes due to review comments.

Related to Issue [MWDAM-1134]

Made GetLowestUpliftFactor private

Related to Issue [MWDAM-1153]

    • -1
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -2
    • +2
    ./KernelWrappers/Common/PlLinesHelper.cs
    • too large
    ./PlLinesCreator/PlLinesCreator.cs
    • -1
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
    • -15
    • +15
    ./Uplift/UpliftLocationDeterminator.cs
    • -1
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
  1. … 15 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -9
    • +9
    ./Uplift/UpliftLocationDeterminator.cs
    • too large
    ./PlLinesCreator/PlLinesCreator.cs
    • -3
    • +3
    ./KernelWrappers/Common/ShoulderDesignHelper.cs
  1. … 16 more files in changeset.
Removed SchematizationFactorsResult and cleaned DamProjectData.

Related to Issue [MWDAM-1111]

    • -5
    • +5
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 8 more files in changeset.
Interim commit. ICalculation interface to be moved from IKernelWrapper to KernelWrappers themselves. Also related too Issue [MWDAM-1144]

Related to Issue [MWDAM-1111]

    • -75
    • +275
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
  1. … 10 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 1 more file in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • -1
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
    • -10
    • +10
    ./Uplift/UpliftLocationDeterminator.cs
    • -2
    • +2
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -1
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -5
    • +5
    ./KernelWrappers/Common/ShoulderDesignHelper.cs
    • -14
    • +14
    ./KernelWrappers/Common/PlLinesHelper.cs
    • too large
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 21 more files in changeset.
Renamed PLLine to PlLine

Related to Issue [MWDAM-1153]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
    • -1
    • +2
    ./Deltares.DamEngine.Calculators.csproj
    • too large
    ./PlLinesCreator/PLLinesCreator.cs
    • -2
    • +2
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -0
    • +34
    ./PlLinesCreator/PlLinesCreatorException.cs
  1. … 6 more files in changeset.
Fixed Combination of ZoneAreas and ForbiddenZone by making a copy of failureMechanismParametersMStab in CreateMStabXmlDoc instead of changing the input.

Related to Issue [MWDAM-1168]

  1. … 11 more files in changeset.
Safety factor is always safety factor of zone 1

Related to Issue [MWDAM-1160]

  1. … 1 more file in changeset.
Corrected typo.

Related to Issue [MWDAM-1095]

Refactored: moved some methods to common part for piping

Related to Issue [MWDAM-1095]

    • -5
    • +20
    ./KernelWrappers/Common/ShoulderDesign.cs
    • -0
    • +50
    ./KernelWrappers/Common/ShoulderDesignHelper.cs
    • -5
    • +21
    ./KernelWrappers/Common/UpliftHelper.cs
    • -5
    • +0
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Refactored: moved some methods to common part for piping

Related to Issue [MWDAM-1095]

    • -0
    • +43
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -1
    • +1
    ./KernelWrappers/Common/PlLinesHelper.cs
  1. … 2 more files in changeset.
Improve piping Bligh design test and fix bugs detected by them

Related to Issue [MWDAM-1095]

  1. … 1 more file in changeset.
Implemented Horizontal Balance as this is required for regional assessment.

Related to Issue [MWDAM-1111]

Fix unit tests

Catch exception for each single design calculation

Related to Issue [MWDAM-1095]

    • -67
    • +78
    ./DikesDesign/DesignCalculator.cs
  1. … 2 more files in changeset.
Enhance design test and explain why the outcome is different from the DAM 15.1.2 release

Related to Issue [MWDAM-1095]

  1. … 1 more file in changeset.