Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented BeeSwarm algorithm/method at the UI side.

Related to Issue [MWDAM-1798]

  1. … 1 more file in changeset.
Enable dropdown menu for stability inside

Related to Issue [MWDAM-1788]

    • -8
    • +7
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 1 more file in changeset.
Enable the BishopUpliftVan model for calculation in the UI

Related to Issue [MWDAM-1788]

  1. … 1 more file in changeset.
Fix unit tests

Related to Issue [MWDAM-1788]

  1. … 1 more file in changeset.
Enable the Bishop model for calculation in the UI

Related to Issue [MWDAM-1788]

Improve error to make sure D-Stability is installed

Related to Issue [MWDAM-1759]

When D-Stability is not installed an error message is shown

Related to Issue [MWDAM-1759]

  1. … 2 more files in changeset.
Updated headers for program code.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./CsvImporters/CsvImporterCharacteristicPoints.cs
    • -1
    • +1
    ./Specifications/InRangeSpecification.cs
    • -1
    • +1
    ./IO/FailureMechanismeParamatersMStabXmlHandler.cs
    • -1
    • +1
    ./Xsd/CalculationParametersDefinition.xsd
    • -1
    • +1
    ./DtoAssembler/DtoDocumentAssembler.cs
  1. … 261 more files in changeset.
Enable 'Open Calculation' button, which open D-Stability

Related to Issue [MWDAM-1759]

    • -0
    • +38
    ./CsvExportDataException.cs
  1. … 15 more files in changeset.
Fixed the problem by preventing writing of result slices to the damx as that is done incorrect. That causes the file to be read incompletely which cuases the errors.

Related to Issue [MWDAM-1732]

Update DAM UI to .Net 4.6.1

Related to Issue [MWDAM-1722]

    • too large
    ./Xsd/SoilProfileDataSet1.Designer.cs
  1. … 15 more files in changeset.
Bug fix in FillDamUiFromXmlOutput: dualSlipCircleDefinition must be filled for UpliftVan (BishopUpliftVan is not yet supported)

Related to Issue [MWDAM-1721]

    • -15
    • +15
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Draw all slices of the slip circle

Related to Issue [MWDAM-1721]

    • -0
    • +48
    ./StabilityResultSlices.cs
  1. … 2 more files in changeset.
Remove XmlIgnore-tag

Related to Issue [MWDAM-1708]

Fill DamUI with slices from xml output

Related to Issue [MWDAM-1708]

    • -0
    • +52
    ./StabilityResultSlice.cs
    • -3
    • +26
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Some small fixes.

Related to Issue [MWDAM-1708]

    • -3
    • +6
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 1 more file in changeset.
Fill DamUI from xml output

Related to Issue [MWDAM-1708]

    • -1
    • +33
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Always set the layers to HydroStatic WaterPressureInterPolationModel when importing

Related to Issue [MWDAM-1686]

    • -0
    • +1
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Fixed conversion for the WaterpressureInterpolationModel for a SoilLayer2D

Related to Issue [MWDAM-1686]

    • -1
    • +1
    ./DamEngineIo/XmlSoilProfile2DConverter.cs
  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Added step to transfer layer properties in the SoilProfile2DImporter

Related to Issue [MWDAM-1686]

    • -0
    • +10
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Explicitly set to a SoilProfile2D in case it is a sti file. Sti files are now read by in the FillDamUiFromXmlInput and should be passed as a SoilProfile2D instead

Related to Issue [MWDAM-1686]

    • -1
    • +7
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -1
    • +9
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Improved error message for obsolete parameters in parameters xml.

Related to Issue [MWDAM-1677]

Improved error message for obsolete parameters in parameters xml.

Related to Issue [MWDAM-1677]

    • -12
    • +19
    ./Assemblers/CalculationParametersAssembler.cs
Corrected reading for v20, stumbled on this when trying to reproduce the error in v20 before it was decided to solve it for v19.

Related to Issue [MWDAM-1579]

    • -2
    • +8
    ./Assemblers/CalculationParametersAssembler.cs
Incorporated comments reviewer:

- Removed dead code

- Fixed string values

Related to Issue [MWDAM-1630]

    • -17
    • +0
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 2 more files in changeset.
Incorporated comments reviewer:

- Made FailureMechanismSystemType.StabilityOutside invisible

- Improved source code by cleaning up the nested switch

Related to Issue [MWDAM-1630]

    • -11
    • +11
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 1 more file in changeset.
Fixed SonarQube issues

Related to Issue [MWDAM-1374]

Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Removed duplicate entry

Related to Issue [MWDAM-1630]

Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Disabled options also in the ConfigurationManager, as this gives problems when loading older projects

Related to Issue [MWDAM-1630]

  1. … 1 more file in changeset.
Added check to validate whether the outdate file is supported:

- Only files that contain UpliftVan settings are currently supported --> if old files are not made with these settings, do not load further and generate an error message.

Related to Issue [MWDAM-1630]