Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add newly created 1D soil profiles (when IsImportAsRelativeProfiles=true) to existing dike.SoilProfileList

Merged revision(s) 3703 from DamClients/DamUI/branches/DamUI 19.3:

Related to Issue [MWDAM-1825]

    • -3
    • +9
    ./WaterBoardPostProcessRelativeProfiles.cs
  1. … 2 more files in changeset.
Restored CalculationParameters etc. locally as its only used by DAM Live. Also reintroduced FileInfo version of LoadFromFile.

Related to Issue [MWDAM-1823]

  1. … 3 more files in changeset.
Removed obsolete code (and belonging tests/testfile).

Related to Issue [MWDAM-1823]

    • -241
    • +0
    ./Assemblers/CalculationParametersAssembler.cs
  1. … 2 more files in changeset.
Update filename for open calculation button

Related to Issue [MWDAM-1804]

Made sure the timestamped logfile is written when needed.

Related to Issue [MWDAM-1821]

  1. … 1 more file in changeset.
Removed obsolete model Horizontal Balance and options for Stability from code. Also solved some warnings.

Related to Issue [MWDAM-1818]

    • -1
    • +0
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 5 more files in changeset.
Removed ZoneAreas from the UI, made sure validation messages from the Engine are logged in the UI.

Related to Issue [MWDAM-1640]

  1. … 2 more files in changeset.
Corrected code to fix failing test.

Related to Issue [MWDAM-1798]

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]