Deltares.DamEngine.Data

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

Related to Issue [MWDAM-1243]

    • -63
    • +4
    ./General/Sensors/SensorLocation.cs
    • -22
    • +0
    ./General/Sensors/SensorRepository.cs
  1. … 4 more files in changeset.
Remove redundant code

Related to Issue [MWDAM-1254]

    • -11
    • +0
    ./General/Sensors/SensorRepository.cs
Remove redundant code

Related to Issue [MWDAM-1254]

Connected SensorPlLineCreator for operational calculation

Related to Issue [MWDAM-1254]

    • -1
    • +12
    ./General/Sensors/SensorLocation.cs
    • -31
    • +56
    ./General/DamFailureMechanismeCalculationSpecification.cs
    • -0
    • +32
    ./General/Sensors/SensorPlLineCreatorSettings.cs
  1. … 9 more files in changeset.
Added unit tests for Segment

Related to Issue [MWDAM-1112]

  1. … 1 more file in changeset.
Further implementation of OperationlCalculator

Related to Issue [MWDAM-1112]

  1. … 5 more files in changeset.
Start implementation of OperationlCalculator

Related to Issue [MWDAM-1112]

  1. … 6 more files in changeset.
Added missing headers. Made PiezometricHeadSensorSpecification public instead of internal to be the same as all other specifications.

Related to Issue [MWDAM-1254]

    • -0
    • +59
    ./General/Sensors/SensorLocation.cs
    • -0
    • +23
    ./General/Sensors/SensorRepository.cs
Refactored: rename Sensor.Type to Sensor.SensorType

Related to Issue [MWDAM-1254]

  1. … 1 more file in changeset.
Refactored: rename Group to SensorGroup

Related to Issue [MWDAM-1254]

    • -11
    • +11
    ./General/Sensors/SensorRepository.cs
    • -0
    • +229
    ./General/Sensors/SensorGroup.cs
Adapted to review

Fixed use uppercase/lowercase in variable names

Improved method name

Related to Issue [MWDAM-1254]

  1. … 2 more files in changeset.
Refactored; more logical naming

Related to Issue [MWDAM-1243]

    • -30
    • +30
    ./General/Sensors/SensorLocation.cs
  1. … 7 more files in changeset.
Transfer Dam Classic sensor calculators to Dam Engine

Source compiles. Does not do anything yet

Related to Issue [MWDAM-1112]

  1. … 11 more files in changeset.
Add sensors to data model Dam engine

Related to Issue [MWDAM-1254]

    • -0
    • +55
    ./General/Specifications/OrSpecification.cs
    • -0
    • +128
    ./Standard/UniqueNameProvider.cs
    • -0
    • +117
    ./General/Specifications/CompositeSpecification.cs
    • -0
    • +93
    ./General/Specifications/SpecificationBaseAttribute.cs
    • -3
    • +32
    ./Geotechnics/SurfaceLine2Extensions.cs
    • -0
    • +72
    ./General/Specifications/SpecificationBase.cs
    • -52
    • +54
    ./General/Sensors/SensorLocation.cs
    • -0
    • +41
    ./General/Specifications/MinimumAttribute.cs
  1. … 36 more files in changeset.
Adapted to review

Related to Issue [MWDAM-1244]

  1. … 9 more files in changeset.
Finished multi core integration for regional assessment.

Related to Issue [MWDAM-1144]

    • -1
    • +1
    ./General/DamFailureMechanismeCalculationSpecification.cs
    • -0
    • +15
    ./RegionalAssessmentResults/RegionalScenarioProfileResult.cs
  1. … 3 more files in changeset.
Add output time series to data model

Add failing test for serialization

Related to Issue [MWDAM-1244]

  1. … 2 more files in changeset.
Add input time series to XSD

Add input time series serialization to the Dam Engine

Related to Issue [MWDAM-1244]

  1. … 10 more files in changeset.
Move build folder to src folder

Related to Issue [MWDAM-1110]

  1. … 10 more files in changeset.
Ensured use of proper ProgressDelegate, implemented this for RegionalScenarios.

Related to Issue [MWDAM-1196]

  1. … 1 more file in changeset.
Avoid points on geometry on same location, when adding characteristic points

Related to Issue [MWDAM-1201]

    • -2
    • +18
    ./Geotechnics/CharacteristicPointSet.cs
  1. … 3 more files in changeset.
Renamed PointsOrderdByX to PointsOrderedByX

Related to Issue [MWDAM-1105]

Adapted to review

Related to Issue [MWDAM-1105]

  1. … 1 more file in changeset.
Ensured that data is connected to job as that is the object being locked.

Related to Issue [MWDAM-1144]

    • -0
    • +53
    ./RegionalAssessmentResults/RegionalScenarioProfileResult.cs
  1. … 1 more file in changeset.
Refactored: use Shoulder Length instead of Shoulder Width

Related to Issue [MWDAM-1218]

    • -2
    • +2
    ./Geotechnics/SurfaceLine2Extensions.cs
  1. … 12 more files in changeset.
Set safety factor to -1 when exception is raised in DesignCalculatorShoulderPerPoint.

Added HorizontalBalance to get of SafetyFactor in DesignResult

Added TestIfSellmeijerVnkCalculationResultIsSetToFailDueToShoulderWidthError

Related to Issue [MWDAM-1183]

    • -13
    • +41
    ./General/Results/PipingDesignResults.cs
  1. … 4 more files in changeset.
Fixed calculating with a changed surfaceline if multiple subsoilscenarios are calculated for design

Related to Issue [MWDAM-1200]

  1. … 2 more files in changeset.
Fixed fail when redesign slope adaption

Related to Issue [MWDAM-1200]

    • -0
    • +1
    ./Geotechnics/SurfaceLine2Extensions.cs
  1. … 1 more file in changeset.
Cleaned LocationJob.

Related to Issue [MWDAM-1111]