Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added some more code for conversion.

Related to Issue [MWDAM-2208]

Added two files to be able to create to the MAC kernel directly instead of using the C# wrapper.

Related to Issue [MWDAM-2208]

Corrected typo in comment.

Related to Issue [MWDAM-2208]

Obsolete code removed to decrease cognitive complexity

Related to Issue [MWDAM-2869]

    • -5
    • +0
    ./DikesOperational/OperationalCalculator.cs
Calculation for Calamity added + unit test

Related to Issue [MWDAM-2869]

    • -14
    • +97
    ./DikesOperational/OperationalCalculator.cs
  1. … 5 more files in changeset.
Moved adapting surfaceline to a higher level (surfaceline instead of geometrypointstring) to prevent removing "real" characteristic points (i.e. other than type = None). Cleaned code a bit.

Related to Issue [MWDAM-2208]

    • -1
    • +1
    ./DikesDesign/DesignCalculatorSingle.cs
  1. … 4 more files in changeset.
Types starting with MStab are renamed with Stability

Related to Issue [MWDAM-2812]

    • -5
    • +5
    ./DikesOperational/OperationalCalculator.cs
  1. … 15 more files in changeset.
Rename CalcPoints to Points and calcPoints to points.

Related to Issue [MWDAM-2768]

    • -2
    • +2
    ./Uplift/UpliftLocationDeterminator.cs
    • -64
    • +64
    ./PlLinesCreator/PlLinesCreator.cs
    • -1
    • +1
    ./PlLinesCreator/SoilProfileValidator.cs
    • -1
    • +1
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
  1. … 36 more files in changeset.
Renamed BishopCircleX to BishopCircleCentreX etc.

Related to Issue [MWDAM-2560]

    • -3
    • +3
    ./DikesOperational/OperationalCalculator.cs
  1. … 4 more files in changeset.
damPipingInput renamed into pipingInput.

damPipingOutput renamed into pipingOutput.

Related to Issue [MWDAM-2771]

  1. … 1 more file in changeset.
Removed obsolete parameters and class.

Related to Issue [MWDAM-2208]

    • -10
    • +1
    ./DikesOperational/OperationalCalculator.cs
    • -1
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
    • -1
    • +1
    ./DikesDesign/DesignCalculatorSingle.cs
    • -45
    • +42
    ./DikesDesign/DesignCalculator.cs
  1. … 9 more files in changeset.
Unit test added for method GetZValue

Related to Issue [MWDAM-2766]

  1. … 1 more file in changeset.
Solved sonarcloud issues: methods are made static

Related to Issue [MWDAM-2771]

Unused tolerance removed

Related to Issue [MWDAM-2803]

Obsolete soil properties removed from the DAM Engine xml input and Soil data object

Related to Issue [MWDAM-2803]

    • -20
    • +3
    ./Uplift/SoilVolumicMassCalculator.cs
    • -11
    • +1
    ./Uplift/UpliftLocationDeterminator.cs
  1. … 17 more files in changeset.
Sonarcloud issues solved

Related to Issue [MWDAM-2771]

Sonarcloud issues solved

Related to Issue [MWDAM-2771]

  1. … 1 more file in changeset.
Double conversion removed to keep all diameters in meter

Related to Issue [MWDAM-2771]

  1. … 1 more file in changeset.
DamPipingHelper renamed into WtiPipingHelper

Related to Issue [MWDAM-2771]

  1. … 2 more files in changeset.
DamPiping renamed into WtiPiping (folders + classes + variables)

Related to Issue [MWDAM-2771]

    • -85
    • +0
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -0
    • +85
    ./KernelWrappers/Common/WtiPipingHelper.cs
  1. … 2 more files in changeset.
DamPiping renamed into WtiPiping (folders + classes)

Related to Issue [MWDAM-2771]

    • -0
    • +403
    ./KernelWrappers/WtiPipingBligh/WtiPipingBlighKernelWrapper.cs
    • -0
    • +81
    ./KernelWrappers/WtiPipingBligh/WtiPipingBlighOutput.cs
    • -0
    • +79
    ./KernelWrappers/WtiPipingBligh/WtiPipingBlighInput.cs
  1. … 2 more files in changeset.
DamPiping dll is replaced with WtiPiping dll for Bligh calculation

Related to Issue [MWDAM-2771]

    • -3
    • +0
    ./Deltares.DamEngine.Calculators.csproj
  1. … 5 more files in changeset.
Fixed putting through the error message when design fails

Fixed design with 1D profiles

Related to Issue [MWDAM-2670]

PL1 creator from sensors corrected (Point DikeToeAtPolder not created if SourceType is Ignore or if no Polder Sensor present).

Unit tests adapted according to change.

Related to Issue [MWDAM-2766]

    • -36
    • +11
    ./PlLinesCreator/SensorPlLine1Creator.cs
  1. … 1 more file in changeset.
previous change reverted because makes the code unclear

Related to Issue [MWDAM-2767]

    • -2
    • +10
    ./KernelWrappers/Common/SoilProfile2DHelper.cs
Sonarcloud issues solved

Related to Issue [MWDAM-2767]

    • -10
    • +2
    ./KernelWrappers/Common/SoilProfile2DHelper.cs
Add SlipCircle Output for Bishop to TimeSeries.

Related to Issue [MWDAM-2560]

    • -0
    • +8
    ./DikesOperational/OperationalCalculator.cs
  1. … 8 more files in changeset.
Removed the shift from the datamodel of the Engine.

Related to Issue [MWDAM-2708]

    • -1
    • +1
    ./Uplift/UpliftLocationDeterminator.cs
    • -2
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -2
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
  1. … 3 more files in changeset.
Sonarcloud issues solved

Related to Issue [MWDAM-2767]

    • -12
    • +17
    ./KernelWrappers/Common/SoilProfile2DHelper.cs
  1. … 6 more files in changeset.
Removed GeometryPoint from GeometryPointString/GeometryLoop classes and everywhere it was used. Improved geometry generation and Clone() methods for SoilProfile2D.

Related to Issue [MWDAM-2760]

    • -6
    • +6
    ./DikesDesign/SurfaceLineSlopeAdapter.cs
    • -2
    • +2
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -1
    • +1
    ./DikesDesign/DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -9
    • +9
    ./DikesDesign/DesignCalculatorShoulderPerPoint.cs
    • -9
    • +9
    ./Uplift/UpliftLocationDeterminator.cs
    • -8
    • +31
    ./KernelWrappers/Common/SoilProfile2DHelper.cs
    • -2
    • +2
    ./PlLinesCreator/SoilProfileValidator.cs
    • -21
    • +21
    ./DikesDesign/SurfaceLineHeightAdapter.cs
    • -15
    • +4
    ./PlLinesCreator/SensorPlLineCreatorBase.cs
  1. … 41 more files in changeset.