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. … 3 more files in changeset.
Updated headers for program code.

Related to Issue [MWDAM-1730]

  1. … 269 more files in changeset.
Bug fix in FillDamUiFromXmlOutput: dualSlipCircleDefinition must be filled for UpliftVan (BishopUpliftVan is not yet supported)

Related to Issue [MWDAM-1721]

  1. … 2 more files in changeset.
Fill DamUI with slices from xml output

Related to Issue [MWDAM-1708]

  1. … 5 more files in changeset.
Some small fixes.

Related to Issue [MWDAM-1708]

  1. … 1 more file in changeset.
Fill DamUI from xml output

Related to Issue [MWDAM-1708]

  1. … 2 more files in changeset.
Modified conversion for a SoilProfile2D:

- Fixed conversion for the WaterpressureInterpolationModel for a SoilLayer2D

Related to Issue [MWDAM-1686]

  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. … 1 more file in changeset.
Incorporated comments reviewer:

- Removed dead code

- Fixed string values

Related to Issue [MWDAM-1630]

  1. … 3 more files in changeset.
Removed StabilityKernelType:

- Removed from the DamProjectCalculationSpecification and its affected callers.

Related to Issue [MWDAM-1630]

  1. … 2 more files in changeset.
Removed StabilityKernelType:

- Removed from the FillXmlInputFromDamUi

Related to Issue [MWDAM-1630]

Cleanup:

- Renamed parameternames and cleaned up function call

Related to Issue [MWDAM-1380]

Added behaviour to serialise only one soilprofile in case there are duplicates present.

Related to Issue [MWDAM-1380]

  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]

  1. … 4 more files in changeset.
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]

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

Related to Issue [MWDAM-1380]

  1. … 4 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 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]

  1. … 1 more file in changeset.
Added converter to convert the imported SoilProfile2D to the XML format

Related to Issue [MWDAM-1380]

    • -0
    • +122
    ./XMLSoilProfile2DConverter.cs
  1. … 3 more files in changeset.
Transfer soilparameters to DamEngine:

- RRatio

- StrengthIncreaseExponent

- RatioCuPc

Added test for import of RatioCuPc

Related to Issue [MWDAM-1625]

  1. … 3 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Fixed input for test files

Related to Issue [MWDAM-1382]

  1. … 8 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreaRestSlopeCrestWidthAttribute from the DAM data model

Related to Issue [MWDAM-1382]

  1. … 5 more files in changeset.
Removed zoning columns and parameters:

- Output is not available with the new macrostability kernel

Related to Issue [MWDAM-1382]

  1. … 3 more files in changeset.
Rewired the HeadPl2 and the PolderLevel properties of Scenario to the new XML entities:

- Changed nullable PolderLevel to a regular double as this is a mandatory required parameter (maintained consistency with the rest of the application)

Related to Issue [MWDAM-1584]

  1. … 4 more files in changeset.
Fixed ThrowIfArgumentNull to give proper message.

Fixed use of message CsvHeaderNullOrEmpty (it was not found because name was different).

Improved tests to see if expected message was given for header and splitter.

Related to Issue [MWDAM-1556]

  1. … 4 more files in changeset.
Cleanup code due to SonarCube analysis

- Use ArgumentNullException i.s.o. NullReferenceException (implement ThrowHelper)

- Move strings to resources

Related to Issue [MWDAM-1556]

  1. … 4 more files in changeset.
Throw exception when River Level Low is not specified in case the calculation model is Stability Outside.

Related to Issue [MWDAM-1556]

  1. … 1 more file in changeset.
Modified UI for: Made RequiredSafetyFactorStabilityInnerSlope, RequiredSafetyFactorStabilityOuterSlope, RequiredSafetyFactorPiping, UpliftCriterionStability and UpliftCriterionPiping required in xsd/DamLocation.xsd

Set defaults when not specified in import.

Related to Issue [MWDAM-1537]

  1. … 2 more files in changeset.
Refactored: use type double instead of double? for PlLineOffsetBelowDikeToeAtPolder, PlLineOffsetBelowDikeTopAtPolder, PlLineOffsetBelowDikeTopAtRiver and PlLineOffsetBelowShoulderBaseInside in UI.

Related to Issue [MWDAM-1537]

  1. … 1 more file in changeset.
Modified UI for: Made PlLineOffsetBelowDikeToeAtPolder, PlLineOffsetBelowDikeTopAtPolder, PlLineOffsetBelowDikeTopAtRiver and PlLineOffsetBelowShoulderBaseInside required in xsd/DamLocation.xsd

Set default 0.0 when not specified in import (proper defaults in next commit)

Related to Issue [MWDAM-1537]

  1. … 1 more file in changeset.