Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed StabilityKernelType:

- Removed from the FailureMechanismCalculationSpecification and its affected callers.

Related to Issue [MWDAM-1630]

    • -10
    • +0
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 2 more files in changeset.
Removed StabilityKernelType:

- Removed from the DamProjectCalculationSpecification and its affected callers.

Related to Issue [MWDAM-1630]

    • -16
    • +0
    ./DamProjectCalculationSpecification.cs
    • -3
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 1 more file in changeset.
Removed StabilityKernelType:

- Removed from the ConfigurationManager and its affected callers.

Related to Issue [MWDAM-1630]

    • -38
    • +34
    ./UISupport/ConfigurationManager.cs
    • -4
    • +4
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 1 more file in changeset.
Removed StabilityKernelType:

- Removed from the FillXmlInputFromDamUi

Related to Issue [MWDAM-1630]

    • -42
    • +6
    ./DamEngineIo/FillXmlInputFromDamUi.cs
Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Set UpLiftVan as default value when a new project is made

- Added tests to verify behaviour

Related to Issue [MWDAM-1630]

    • -10
    • +14
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 3 more files in changeset.
Incorporated comments reviewer:

- Moved the naming of the read SoilProfile2D to the Importer as all the information is available there

-- The reader is only responsible for reading the soil profile, not for setting additional postprocessing of the read data

Related to Issue [MWDAM-1374]

    • -8
    • +8
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 2 more files in changeset.
Incorporated comments reviewer:

- Removed argument "propertyName" and made dedicated messages for when the soil or geometry version numbers are unsupported

Related to Issue [MWDAM-1374]

Incorporated comments reviewer:

- Added check on whether the profile name has the .sti extension. If not --> add the extension to read from the reader.

- Corrected behaviour on the StiFileReader to set the profile name equivalent to the filename without extension.

Related to Issue [MWDAM-1374]

    • -3
    • +9
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 2 more files in changeset.
Cleanup:

- Renamed parameternames and cleaned up function call

Related to Issue [MWDAM-1380]

    • -4
    • +4
    ./DamEngineIo/FillXmlInputFromDamUi.cs
Added behaviour to serialise only one soilprofile in case there are duplicates present.

Related to Issue [MWDAM-1380]

    • -3
    • +14
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Fixed unit test, as SoilProfile2D profiles in a segment are being read from sti file:

- Reverted changes for the localChanges, as this ensures that ONLY the segments in the waterboard is serialized (prevents duplicated serialization)

- Cleaned up implementation

Related to Issue [MWDAM-1380]

    • -32
    • +21
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 4 more files in changeset.
Cleanup XMLDoc.

Related to Issue [MWDAM-1374]

    • -2
    • +0
    ./StiImporter/SoilProfile2DImporter.cs
Added logic to wire the imported (and converted) soil profiles to the XMLInput object:

- Added unit tests to verify behaviour

Related to Issue [MWDAM-1380]

    • -13
    • +97
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Adjusted reader to set the full name on the soil profile instead of only the file name without extension --> the segments refer to the full name in the XML export.

Related to Issue [MWDAM-1374]

  1. … 1 more file in changeset.
Renamed converter to fix sonarqube issues.

Related to Issue [MWDAM-1380]

    • -147
    • +0
    ./DamEngineIo/XMLSoilProfile2DConverter.cs
    • -0
    • +147
    ./DamEngineIo/XmlSoilProfile2DConverter.cs
  1. … 3 more files in changeset.
Updated converter to set the correct values for the WaterpressureInterpolationModel:

- Set to value 1 as this corresponds with the DAM engine implementation of hydrostatic model

Related to Issue [MWDAM-1374]

    • -1
    • +1
    ./DamEngineIo/XMLSoilProfile2DConverter.cs
  1. … 1 more file in changeset.
Adapted XMLDoc

Related to Issue [MWDAM-1374]

    • -0
    • +7
    ./StiImporter/SoilProfile2DImporter.cs
Modified the reader such that an exception is thrown whenever an error occurs with a soil profile to read.

Related to Issue [MWDAM-1374]

    • -0
    • +55
    ./StiImporter/SoilProfileImporterException.cs
    • -21
    • +14
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 1 more file in changeset.
Added conversion exception whenever a soil profile contains more than 1 inner loop in a soil profile layer

Related to Issue [MWDAM-1380]

    • -10
    • +35
    ./DamEngineIo/XMLSoilProfile2DConverter.cs
  1. … 1 more file in changeset.
Added functionality to set the name to the soil profile (this is not set automatically):

- Adjusted tests to verify behaviour.

- Added missing license headers

Related to Issue [MWDAM-1374]

    • -1
    • +22
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 2 more files in changeset.
Added converter to convert the imported SoilProfile2D to the XML format

Related to Issue [MWDAM-1380]

    • -0
    • +122
    ./DamEngineIo/XMLSoilProfile2DConverter.cs
  1. … 2 more files in changeset.
Moved message to resources:

- Applied for the validator

Related to Issue [MWDAM-1374]

  1. … 2 more files in changeset.
Moved message to resources:

- Applied for the reader

Related to Issue [MWDAM-1374]

  1. … 1 more file in changeset.
Moved message to resources:

- Applied for the importer

Related to Issue [MWDAM-1374]

    • -1
    • +4
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 1 more file in changeset.
Added importer to retrieve collections of SoilProfile2D based on a segment and the soil (materials) that are available.

Related to Issue [MWDAM-1374]

    • -0
    • +96
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 2 more files in changeset.
Cleanup:

- Improved XMLDocs and removed TODO item

Related to Issue [MWDAM-1374]

Cleanup:

- Removed checks on the preconsolidation stresses as they're not imported.

Related to Issue [MWDAM-1374]

  1. … 3 more files in changeset.
Renamed exception for clarity and added test for the reader.

Related to Issue [MWDAM-1374]

    • -0
    • +76
    ./StiImporter/StiFileReadException.cs
    • -76
    • +0
    ./StiImporter/StiFileImporterException.cs
  1. … 2 more files in changeset.
Ported the sti file read functionality from DSoilModel.

Related to Issue [MWDAM-1374]

    • -0
    • +47
    ./StiImporter/StiFileReader.cs
  1. … 5 more files in changeset.
Ported the sti file validation functionality from DSoilModel.

Related to Issue [MWDAM-1374]

    • -0
    • +137
    ./StiImporter/StiFileValidator.cs
    • -0
    • +76
    ./StiImporter/StiFileImporterException.cs
  1. … 12 more files in changeset.