Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Renamed calculation class to be in line with rest of naming.

Related to Issue [MWDAM-1111]

    • -0
    • +596
    ./DikesAssessmentRegional/RegionalScenariosCalculation.cs
    • -1
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -596
    • +0
    ./DikesAssessmentRegional/RWScenariosCalculation.cs
Started with renaming the involved Rwxxxx properties and classes to Regionalxxxxx to improve naming. For the results classes I've put each class in its own file.

Related to Issue [MWDAM-1108]

    • -247
    • +0
    ./DikesAssessmentRegional/RWScenarioSelector.cs
    • -0
    • +267
    ./DikesAssessmentRegional/RegionalScenarioSelector.cs
    • -2
    • +2
    ./Deltares.DamEngine.Calculators.csproj
    • -33
    • +32
    ./DikesAssessmentRegional/RWScenariosCalculation.cs
  1. … 14 more files in changeset.
Renamed RWResultType ro RegionalResultType to be in line with the new names. Added Conversion helpers with tests to be able to read/write the scenario assessment results.

Related to Issue [MWDAM-1111]

    • -4
    • +4
    ./DikesAssessmentRegional/RWScenariosCalculation.cs
  1. … 4 more files in changeset.
Fixed ZoneAreas. Added tests for Zone Areas and 1D profiles, for Bishop and UpliftVan.

Related to Issue [MWDAM-1056]

  1. … 13 more files in changeset.
Relocate DGeoStability.exe

Related to Issue [MWDAM-1141]

    • -0
    • +7
    ./Deltares.DamEngine.Calculators.csproj
Relocate DGeoStability.exe

Related to Issue [MWDAM-1141]

    • -4
    • +0
    ./Deltares.DamEngine.Calculators.csproj
Cleaned up dead code.

Related to Issue [MWDAM-1087]

  1. … 5 more files in changeset.
Move translations to resources

Related to Issue [MWDAM-1106]

Related to Issue [MWDAM-1107]

Related to Issue [MWDAM-1107]

    • -10
    • +9
    ./DikesDesign/SurfaceLineShoulderAdapter.cs
    • -0
    • +163
    ./Properties/Resources.Designer.cs
    • -3
    • +2
    ./DikesDesign/SurfaceLineSlopeAdapter.cs
    • -21
    • +12
    ./DikesDesign/SurfaceLineAdapter.cs
Working implementation of Design Piping Bligh (celanup to be done)

Related to Issue [MWDAM-1095]

    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -1
    • +1
    ./DikesDesign/SurfaceLineAdapterException.cs
    • -0
    • +19
    ./DikesDesign/DesignCalculatorException.cs
    • -33
    • +114
    ./DikesDesign/DesignCalculator.cs
  1. … 1 more file in changeset.
Added other evaluators too (including tests) because AquitardEvaluator is used by HydraulicShortcutEvaluator and the others are needed for RegionalAssessment.

Related to Issue [MWDAM-1087]

    • -13
    • +17
    ./DikesAssessmentRegional/RWScenarioSelector.cs
    • -150
    • +0
    ./DikesAssessmentRegional/UpliftRWEvaluator.cs
    • -0
    • +55
    ./RegionalAssessment/Evaluator/DikeMaterialEvaluator.cs
    • -0
    • +167
    ./RegionalAssessment/Evaluator/AquitardEvaluator.cs
    • -1
    • +3
    ./Deltares.DamEngine.Calculators.csproj
  1. … 5 more files in changeset.
Added hydraulic shortcut evaluator including tests.

Related to Issue [MWDAM-1087]

    • -0
    • +2
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +284
    ./RegionalAssessment/HydraulicShortcut/HydraulicShortcutEvaluator.cs
    • -0
    • +56
    ./RegionalAssessment/Evaluator/Evaluator.cs
  1. … 4 more files in changeset.
First working implementation of Design Piping Bligh (still a work in progress)

Related to Issue [MWDAM-1095]

    • -0
    • +24
    ./KernelWrappers/Common/ShoulderDesign.cs
    • -14
    • +85
    ./DikesDesign/DesignCalculator.cs
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -1
    • +1
    ./KernelWrappers/Common/DamKernelInput.cs
    • -58
    • +174
    ./KernelWrappers/DamPipingBligh/DamPipingBlighKernelWrapper.cs
  1. … 3 more files in changeset.
Implemented wrapper for Horizontal Balance including tests.

Related to Issue [MWDAM-1058]

  1. ./KernelWrappers/DamMacroStabilityHorizontalBalance
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  2. … 3 more files in changeset.
Add results for BishopUpliftVan and do not calculate UpliftVan when IsUplift is false.

Related to Issue [MWDAM-1056]

  1. … 7 more files in changeset.
Added calculation of UpliftSituation to Outwards. Moved code to UpliftHelper.

Related to Issue [MWDAM-1153]

    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +64
    ./KernelWrappers/Common/UpliftHelper.cs
  1. … 1 more file in changeset.
Added calculation of UpliftSituation

Related to Issue [MWDAM-1153]

    • -2
    • +2
    ./KernelWrappers/Common/PlLinesHelper.cs
  1. … 1 more file in changeset.
Add RiverLevelHigh and RiverLevelLow to DamKernelInput, because dependent on the type of analysis the source for these values can vary (e.g. designScenario.RiverLevel or Location.BoezemLevelHbp for RiverLevelHigh)

Related to Issue [MWDAM-1095]

    • -0
    • +10
    ./KernelWrappers/Common/DamKernelInput.cs
Make sure redesigned surface line (as part of the results) is reset to x = 0 as start. This is required to keep results based on this line in sync.

Related to Issue [MWDAM-1057]

Added method to synchronize design data given scenario with the data in location (which is actually used).

Related to Issue [MWDAM-1057]

Step 1: Added calculationSubDir to xsd, regenerated the DamOutput file and implemented it in the code for the wrappers. To do is the I/O.

Related to Issue [MWDAM-1154]

  1. … 4 more files in changeset.
Added dlls from TC #1007.446 to release folder

Related to Issue [MWDAM-1056]

Moved extra classes in UpliftLocationDeterminator to their own files

Related to Issue [MWDAM-1153]

    • -0
    • +20
    ./Uplift/UpliftLocationDeterminatorException.cs
    • -0
    • +34
    ./Uplift/UpliftLocationAndResult.cs
    • -0
    • +2
    ./Deltares.DamEngine.Calculators.csproj
    • -46
    • +0
    ./Uplift/UpliftLocationDeterminator.cs
  1. … 10 more files in changeset.
Added resultmessage and UpliftSituation to output of wrapper (even though I think UpliftSituation should be null as it is not relevant for outwards calculations, but it is needed to be able to reproduce the results of DAM Classic).

Related to Issue [MWDAM-1057]

Added FullStiFileName to SoilGeometryProbability, besides existing StiFileName.

Changed WorkingDir in DamKernelInput to CalculationDir, added ProjectDir.

Related to Issue [MWDAM-1056]

    • -3
    • +11
    ./KernelWrappers/Common/DamKernelInput.cs
    • too large
    ./PlLinesCreator/PLLinesCreator.cs
  1. … 7 more files in changeset.