Deltares.DamEngine.Calculators

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typos fixed and improved formatting

Related to Issue [MWDAM-1554]

    • -12
    • +11
    ./DikesDesign/DesignCalculator.cs
Re-instated deep copy and reset of surface line in PerformDesignCalculation to ensure that correct surface line is used for each individual design step in case of Piping as well as in Stability.

Related to Issue [MWDAM-1554]

    • -21
    • +34
    ./DikesDesign/DesignCalculator.cs
Fixed the issue by taking the adaption of the surface line forward to before kernel Prepare statement. Added tests for it.

Related to Issue [MWDAM-1554]

    • -78
    • +88
    ./DikesDesign/DesignCalculator.cs
  1. … 4 more files in changeset.
Improved naming of functions for PL3 and PL4

Related to Issue [MWDAM-1555]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
Whilst investigating this option, came across typo and 2 thing that could easily be fixed when looking at the sonarqube results. So did this whilst waiting for Irene to return her verdict about this issue.

Related to Issue [MWDAM-1554]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 2 more files in changeset.
Made RequiredSafetyFactorStabilityInnerSlope, RequiredSafetyFactorStabilityOuterSlope, RequiredSafetyFactorPiping, UpliftCriterionStability and UpliftCriterionPiping required in xsd/DamLocation.xsd

Related to Issue [MWDAM-1537]

  1. … 8 more files in changeset.
Made PlLineOffsetBelowDikeToeAtPolder, PlLineOffsetBelowDikeTopAtPolder, PlLineOffsetBelowDikeTopAtRiver and PlLineOffsetBelowShoulderBaseInside required in xsd/DamLocation.xsd

Related to Issue [MWDAM-1537]

  1. … 6 more files in changeset.
Removed all probabilistic parameters named under "Added on 9-7-2019" except for SlopeDampingPiezometricHeightPolderSide (used in PlLinesCreator) and SlopeDampingPiezometricHeightPolderSide (used by Delphi D-GeoStability) as these are used in the engine.

Related to Issue [MWDAM-1527]

  1. … 6 more files in changeset.
Removed obsolete parameters from the Engine. Increased version number from 19.1 to 19.2.

Related to Issue [MWDAM-1527]

  1. … 4 more files in changeset.
Implemented DistanceToEntryPoint in design oprion too. Added test to show influence of DistanceToEntryPoint on calculations.

Related to Issue [MWDAM-1361]

  1. … 1 more file in changeset.
Added DistanceToEntryPoint to Location (class and xsd), implemented it in the WtiPipingSellmeijerRevisedKernelWrapper. Added it to the Interface code (both FillDamFromXmlInput and FillXmlInputFromDam) with tests.

Related to Issue [MWDAM-1361]

  1. … 7 more files in changeset.
Added write of Traffic Load degree of consolidation to DGSMStabDam XML file

Related to Issue [MWDAM-1452]

  1. … 6 more files in changeset.
Processed review comments.

Related to Issue [MWDAM-1282]

    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +32
    ./DikesOperational/OperationalEnumerations.cs
    • -9
    • +0
    ./DikesOperational/OperationalCalculator.cs
  1. … 11 more files in changeset.
SoilProfile should also be included in the calculation if the SoilProfile is of type SegmentFailureMechanismType.All

Related to Issue [MWDAM-1294]

  1. … 8 more files in changeset.
Replace type of SubSoilScenario.SegmentFailureMechanismType from FailureMechanismSystemType to SegmentFailureMechanismType

Related to Issue [MWDAM-1294]

    • -8
    • +2
    ./DikesOperational/OperationalCalculator.cs
  1. … 20 more files in changeset.
Fix failing compile

Related to Issue [MWDAM-1294]

  1. … 7 more files in changeset.
Set message when no segments with the expected failure mechanism type were found

Related to Issue [MWDAM-1231]

    • -22
    • +42
    ./DikesDesign/DesignCalculator.cs
  1. … 4 more files in changeset.
Removed DamType from CreatePlLineByExpertKnowledge

Related to Issue [MWDAM-1434]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 1 more file in changeset.
Removed DamType from GetHeadPl4

Related to Issue [MWDAM-1434]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
Removed 'no hydraulic shortcut' from comment because it is no longer applicable. If no value for headPl4 then always use waterLevel.

Related to Issue [MWDAM-1434]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
added calculation message to PerformSingleCalculation (NoAdaption) when calculation fails, as for PerformDesignCalculation (AdaptGeometry)

Related to Issue [MWDAM-1396]

    • -0
    • +1
    ./DikesDesign/DesignCalculatorSingle.cs
  1. … 1 more file in changeset.
Moved exception classes to separate files.

Related to Issue [MWDAM-1394]

    • -0
    • +2
    ./Deltares.DamEngine.Calculators.csproj
    • -0
    • +37
    ./Uplift/SoilVolumicMassCalculatorException.cs
    • -12
    • +0
    ./Uplift/SoilVolumicMassCalculator.cs
  1. … 7 more files in changeset.
Removed ObjectExtensions from Calculators, instead use ObjectExtensions from Standard. Added the missing methods from Calculators to Standard.

Related to Issue [MWDAM-1394]

    • -1
    • +0
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
refactored all Exception classes, removed methods that were not used, added comments

Related to Issue [MWDAM-1394]

    • -18
    • +10
    ./PlLinesCreator/SensorPlLineCreatorException.cs
    • -3
    • +1
    ./DikesOperational/OperationalCalculatorException.cs
    • -30
    • +2
    ./DikesDesign/SurfaceLineAdapterException.cs
    • -6
    • +4
    ./Stability/StabilityServiceAgentException.cs
    • -19
    • +11
    ./PlLinesCreator/PlLinesCreatorException.cs
    • -3
    • +5
    ./DikesDesign/DesignCalculatorException.cs
  1. … 7 more files in changeset.
refactored WtiPipingSellmeijerRevisedException, removed methods that were not used, added comments

Related to Issue [MWDAM-1394]

After removing Assessment mode, cleaned code somewhat. Mainly getting rid of dead code.

Related to Issue [MWDAM-1410]

    • -11
    • +1
    ./DikesOperational/OperationalCalculator.cs
  1. … 26 more files in changeset.
Removed Assessment mode from the Engine (code and xsd). Note: the enumerations belonging to this mode will be removed in next commit as this is part of two issues.

Related to Issue [MWDAM-1410]

    • too large
    ./PlLinesCreator/PlLinesCreator.cs
    • -3
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -3
    • +1
    ./KernelWrappers/Common/UpliftHelper.cs
    • -10
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 65 more files in changeset.
When uplift, heave or Sellmeijer revised fails, the whole calculation fails. All output from these calculation parts will be set to 0 when they fail. If one of them fails, the next will not be done.

When calculation result is InvalidInputStructure, InvalidInputData, UnexpectedError the result will be set to RunFailed.

Related to Issue [MWDAM-1394]

    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 2 more files in changeset.
Cleaned DAMEnumerations.cs as far as possible for now. Moving RWScenario options not done as these have to be removed as stated in MWDAM-1410.

Related to Issue [MWDAM-1282]

    • -0
    • +15
    ./DikesOperational/OperationalCalculator.cs
  1. … 11 more files in changeset.
Implemented conversion from pl lines to waternet

Related to Issue [MWDAM-1398]

    • -0
    • +1
    ./Deltares.DamEngine.Calculators.csproj
  1. … 4 more files in changeset.