Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed DamType as property from Location and xsd.

Related to Issue [MWDAM-1441]

  1. … 6 more files in changeset.
Removed obsolete PolderLevelLow and PolderLevelLowSpecified.

Related to Issue [MWDAM-1409]

  1. … 5 more files in changeset.
Moved exception classes to separate files.

Related to Issue [MWDAM-1394]

    • -0
    • +37
    ./Geometry/CoordinateSystemConverterException.cs
    • -0
    • +38
    ./General/DikeException.cs
    • -0
    • +38
    ./General/PolyLineException.cs
    • -12
    • +0
    ./Geometry/CoordinateSystemConverter.cs
  1. … 5 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. … 3 more files in changeset.
refactored all Exception classes, removed methods that were not used, added comments

Related to Issue [MWDAM-1394]

    • -12
    • +10
    ./Standard/ConversionException.cs
    • -2
    • +1
    ./Geometry/CoordinateSystemConverter.cs
  1. … 16 more files in changeset.
After removing Assessment mode, cleaned code somewhat. Mainly getting rid of dead code.

Related to Issue [MWDAM-1410]

    • -31
    • +1
    ./General/DamFailureMechanismeCalculationSpecification.cs
    • -10
    • +1
    ./General/Sensors/SensorLocation.cs
  1. … 12 more files in changeset.
Removed all Assessment mode enumerations now too see Issue [MWDAM-1282].

Related to Issue [MWDAM-1410]

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]

    • -87
    • +0
    ./General/RegionalAssessmentScenarioJobSettings.cs
    • -22
    • +2
    ./General/DamFailureMechanismeCalculationSpecification.cs
    • -39
    • +0
    ./General/Results/LocationResult.cs
    • -119
    • +0
    ./RegionalAssessmentResults/EvaluationJob.cs
    • -86
    • +0
    ./RegionalAssessmentResults/RegionalScenariosResult.cs
    • -87
    • +0
    ./RegionalAssessmentResults/RegionalResult.cs
    • -147
    • +0
    ./RegionalAssessmentResults/RegionalScenarioResult.cs
    • -302
    • +0
    ./RegionalAssessmentResults/RegionalScenarioProfileJob.cs
  1. … 66 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]

    • -60
    • +0
    ./General/Results/JobResultInterpreter.cs
    • -2
    • +32
    ./General/DamFailureMechanismeCalculationSpecification.cs
    • -0
    • +37
    ./General/Sensors/SensorEnumerations.cs
    • -0
    • +35
    ./General/TimeSeries/TimeSerieEnumerations.cs
  1. … 3 more files in changeset.
Refactored: removed redundant properties

Related to Issue [MWDAM-1387]

Removed WtiStabilityInside as failure mechanism and replaced it with UpliftVanWti as ModelType.

Related to Issue [MWDAM-1383]

    • -2
    • +0
    ./General/DamFailureMechanismeCalculationSpecification.cs
  1. … 14 more files in changeset.
Added Waternet data model

Related to Issue [MWDAM-1387]

    • -0
    • +44
    ./Geometry/PhreaticLine.cs
    • -0
    • +32
    ./Geometry/HeadLine.cs
    • -0
    • +40
    ./Geometry/WaternetLine.cs
    • -0
    • +151
    ./Geometry/Waternet.cs
  1. … 1 more file in changeset.
Implemented NOT the StabilityKernelType but added the kernel as FailureMechanismSystemType by adding WtiStabilityInside as mechanism. Removed StabilityKernelType as this is NOT to be used in the DamEngine.

Related to Issue [MWDAM-1383]

    • -14
    • +20
    ./General/DamProjectCalculationSpecification.cs
    • -19
    • +2
    ./General/DamFailureMechanismeCalculationSpecification.cs
  1. … 10 more files in changeset.
Update license headers

Related to Issue [MWDAM-1369]

    • -1
    • +1
    ./RegionalAssessmentResults/RegionalScenarioProfileJob.cs
    • -1
    • +1
    ./General/Results/PipingDesignResults.cs
    • -1
    • +1
    ./Geotechnics/SurfaceLine2Extensions.cs
    • -1
    • +1
    ./General/Results/JobResultInterpreter.cs
  1. … 190 more files in changeset.
Renamed all remaining Wbi's to Wti's parameters.

Related to Issue [MWDAM-1351]

  1. … 22 more files in changeset.
Added, implemented and tested the additionally required parameters at the Engine side for this issue.

Related to Issue [MWDAM-1370]

    • -9
    • +66
    ./General/Results/PipingDesignResults.cs
  1. … 8 more files in changeset.
Add property DikeSoilScenario to XML.

Implement read/write of DikeSoilScenario

Related to Issue [MWDAM-1352]

Related to Issue [MWDAM-1353]

  1. … 7 more files in changeset.
Did the requested renaming. Note: FoSp/Wti2017SafetyFactorPiping is renamed as FoSbe/Wti2017BackwardErosionSafetyFactor and Hc/Wti2017HcriticalPiping to Hcbe/Wti2017BackwardErosionHcritical. This because Kin Sun requested this in Issue [MWDAM-1370].
    • -30
    • +32
    ./General/Results/PipingDesignResults.cs
  1. … 12 more files in changeset.
Implemented the heave (safety) calculation as performed by the WBI-calculator. Adapted tests to be able to test this. Extended the engine/ui interface output xsd with the new output parameters. Also added the overall safety and Hcritical parameters for output purposes (as part of Issue [MWDAM-1370]).

Related to Issue [MWDAM-1351]

    • -2
    • +115
    ./General/Results/PipingDesignResults.cs
  1. … 10 more files in changeset.
Implemented The uplift safety calculation as performed by the WBI-calculator. Adapted tests en test data to be able to test this. Extended the engine/ui interface output xsd with the new output parameters. Renamed some of the existing Wbi output parameters to have better names.

Related to Issue [MWDAM-1349]

    • -14
    • +71
    ./General/Results/PipingDesignResults.cs
  1. … 12 more files in changeset.
Output value now has NOVALUE as value, when calculation cannot be performed (added also test for this)

Cleanup project file

Related to Issue [MWDAM-1292]

    • -1
    • +5
    ./General/TimeSeries/TimeSerieEntry.cs
  1. … 3 more files in changeset.
Cleaned up code according to comments of reviewer.

Related to Issue [MWDAM-1111]

    • -2
    • +2
    ./RegionalAssessmentResults/RegionalScenarioResult.cs
    • -302
    • +0
    ./RegionalAssessmentResults/RegionalScenarioProfileResult.cs
    • -0
    • +302
    ./RegionalAssessmentResults/RegionalScenarioProfileJob.cs
    • -34
    • +32
    ./RegionalAssessmentResults/EvaluationJob.cs
    • -43
    • +0
    ./Standard/Calculation/ICalculation.cs
  1. … 11 more files in changeset.
Make sure that D-Geo Stability path points to the D-Geo Stability version that is located in the application map.

Also added code to unit test this.

Related to Issue [MWDAM-1112]

    • -3
    • +6
    ./General/FailureMechanismParametersMStab.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-1111]

    • -21
    • +0
    ./General/Results/LocationResult.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-1111]

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

Related to Issue [MWDAM-1111]

Added missing headers and other small lay out improvements (as forgotten by Tom).

Related to Issue [MWDAM-1268]

    • -0
    • +3
    ./Standard/ReferenceEqualityComparer.cs
Added missing headers and other small lay out improvements (as forgotten by Tom)

Related to Issue [MWDAM-1112]

  1. … 3 more files in changeset.
Fixed multicore problems by using deep copy of Location and StabilityParameters objects to DamKernelInput.

These objects are changed dureing the calculation.

Removed redundant code in Dike.cs

Related to Issue [MWDAM-1142]

  1. … 2 more files in changeset.
Implement ObjectCopy extension

Related to Issue [MWDAM-1268]

    • -0
    • +84
    ./Standard/ReferenceEqualityComparer.cs
    • -0
    • +102
    ./Standard/ArrayExtensions.cs
    • -0
    • +140
    ./Standard/ObjectCopier.cs
  1. … 6 more files in changeset.