trunk

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fill xml with slip circle results

Related to Issue [MWDAM-1706]

    • too large
    ./src/Deltares.DamEngine.Io/DamInput.cs
    • too large
    ./src/Deltares.DamEngine.Io/DamOutput.cs
Added extra precondition to solve failing test.

Related to Issue [MWDAM-1711]

Set WorkInProgress tests to Ignore for now in order to be able to get a green Team City DAM project.

Related to Issue [MWDAM-1711]

Adapted the output xsd's to include slip circle data.

Related to Issue [MWDAM-1707]

    • -0
    • +64
    ./xsd/OutputTypes/SliceTypeDefinition.xsd
    • -0
    • +8
    ./xsd/Common/Point2D.xsd
    • -0
    • +86
    ./xsd/OutputTypes/MinimumSafetyCurveTypeDefinition.xsd
    • -0
    • +11
    ./xsd/Common/ShearStrengthModelType.xsd
Fixed the issue by replacing soil as dictionary key by soilname as key for the Aquifer dictionary. Now the aquifers can be found.

Related to Issue [MWDAM-1697]

Update C# wrapper

Related to Issue [MWDAM-1694]

  1. … 15 more files in changeset.
Add error message if sensor data has an invalid (negative) value

Merge from 19.2 branch

Related to Issue [MWDAM-1605]

Revert changes from rev 3339

Related to Issue [MWDAM-1605]

Merged solution from 19.2 branch:

Fixed error generated by MStabDamDll:

- Offset the sensor X locations with the origin of the surfaceline

Related to Issue [MWDAM-1605]

Incorporated comments CR-DAM55:

- Changed enum values back to original values and fixed failing tests

-- Initialize WaterpressureInterpolationModel for tests that fail and make use of soil layers

-- Initialize the DikeEmbankmentMaterial soil layer with HydroStatic when it is needed

Related to Issue [MWDAM-1650]

Incorporated comments CR-DAM55:

- Adjust test name as zones are not longer supported

Related to Issue [MWDAM-1650]

Release of engine to be able to check UI/Live.

Related to Issue [MWDAM-1627]

    • binary
    ./release/nl-NL/Deltares.DamEngine.Calculators.resources.dll
    • binary
    ./release/Deltares.DamEngine.Io.dll
    • binary
    ./release/Deltares.DamEngine.Interface.pdb
    • binary
    ./release/Deltares.DamEngine.Version.pdb
    • binary
    ./release/Deltares.DamEngine.Interface.dll
    • binary
    ./release/nl-NL/Deltares.DamEngine.Data.resources.dll
    • binary
    ./release/Deltares.DamEngine.Calculators.pdb
    • binary
    ./release/Deltares.DamEngine.Data.pdb
    • binary
    ./release/Deltares.DamEngine.Io.pdb
    • binary
    ./release/Deltares.DamEngine.Calculators.dll
    • binary
    ./release/Deltares.DamEngine.Data.dll
    • binary
    ./release/nl-NL/Deltares.DamEngine.Interface.resources.dll
    • binary
    ./release/Deltares.DamEngine.Version.dll
Adapted to review comments + added comment for bishop test + some small improvements to code (typo's and correcting signature for CalculateOneTimeEntry). Finally added PipingFactor to enum as we need that for the next step (piping in DamLive).

Related to Issue [MWDAM-1627]

Small improvement in check (removed obsolete identical precondition).

Related to Issue [MWDAM-1627]

Replace UpliftVanWti Stability Model Type with UpliftVan Stability Model Type

Related to Issue [MWDAM-1685]

    • -3
    • +0
    ./src/Deltares.DamEngine.Io/DamOutput.cs
Set this test to Wip for now.

Related to Issue [MWDAM-1677]

Enabled passing 1D Soil profile UpliftVan tests.

Related to Issue [MWDAM-1650]

Adjusted the SoilGeometryProbability:

- All profiles (regardless of 1D or 2D) are passed as a 2D profile. As such, the ToString() representation needs to be updated to prevent failing tests

Related to Issue [MWDAM-1650]

Fixed Piping in v20 too.

Related to Issue [MWDAM-1677]

Updated input file for TestRunMacroStabilityTutorialDesignUpliftVan

Related to Issue [MWDAM-1650]

Updated test TestRunMacroStabilityWithErrorUpliftVan to make it green:

- Adjusted safety factors

- Adjusted naming of the result 2D soil profile (1D soil profile + surfaceline)

Related to Issue [MWDAM-1650]

Updated input file for TestRunMacroStabilityDeltaDijkZoneAreasUpliftVanWith1D

Related to Issue [MWDAM-1650]

Cleanup:

- Extracted function for retrieving the enclosed areas.

Related to Issue [MWDAM-1683]

Fixed edge case:

- Updated XMLDocs and function argument types to prevent modification to collections

-- Changed a ToList to an ToArray call to prevent modifications

Related to Issue [MWDAM-1683]

Fixed edge case:

- Updated XMLDocs and function argument types to prevent modification to collections

- Added a filter on the layerdata --> the layer data sometimes generates a surface consisting of two curves (which simply cannot represent a surface, because at least 3 curves are necessary). This behavior becomes relevant when running TestRunMacroStabilityWithErrorUpliftVan

Related to Issue [MWDAM-1683]

Fixed edge case:

- Refactored solution: pass a local surface line geometry to prevent rounding off errors from properly recognising the surfaces

Related to Issue [MWDAM-1683]

Fixed edge case:

- Fixed test

Related to Issue [MWDAM-1683]

Fixed edge case:

- Added case to deal with horizontal intersections or when the ZCoordinate has rounding errors at intersections

Related to Issue [MWDAM-1683]

Rename function to reflect its functionality

Merged from 19.2 branch

Related to Issue [MWDAM-1579]

Cleanup:

- Updated XMLDocs and function calls

Related to Issue [MWDAM-1683]