Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed the obsolete ZoneAreaRestSlopeCrestWidth (but not from xsd definition to prevent possible backward compatibility problems).

Related to Issue [MWDAM-1639]

  1. … 7 more files in changeset.
Removed the obsolete ZoneArea.

Related to Issue [MWDAM-1639]

  1. … 7 more files in changeset.
Implemented BeeSwarm as Search method in DamEngine. Note that DamInput.cs and DamOutput.cs remain virtually unchanged eventhough they were recreated based on the adapted xsd, only the copyright date doe these files is updated to indicate hese are not outdated.

Related to Issue [MWDAM-1791]

  1. … 6 more files in changeset.
Updated the headers files for the code projects after updating the template.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./Standard/Language/LanguageTypeHelper.cs
    • -1
    • +1
    ./General/TimeSeries/TimeSerieEntry.cs
    • -1
    • +1
    ./Geotechnics/CharacteristicPointSet.cs
  1. … 262 more files in changeset.
Update all DAMEngine projects to .Net 4.6.1 in preparation for using the Stix Writer.

Related to Issue [MWDAM-1722]

  1. … 12 more files in changeset.
Added filling the slice data for Bishop and UpliftVan from kernel to engine. Note that this is not (yet) to be made part of the DamEngine output interface (not yet in interface code and not yet in output xsd).

Related to Issue [MWDAM-1712]

    • -0
    • +304
    ./General/Results/StabilityResultSlice.cs
  1. … 5 more files in changeset.
fill xml with slip circle results

Related to Issue [MWDAM-1706]

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

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

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]

    • -2
    • +2
    ./Geotechnics/WaterpressureInterpolationModel.cs
  1. … 2 more files in changeset.
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]

  1. … 3 more files in changeset.
Replace UpliftVanWti Stability Model Type with UpliftVan Stability Model Type

Related to Issue [MWDAM-1685]

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

  1. … 2 more files in changeset.
Fixed Piping in v20 too.

Related to Issue [MWDAM-1677]

  1. … 13 more files in changeset.
Cleanup:

- Extracted function for retrieving the enclosed areas.

Related to Issue [MWDAM-1683]

    • -23
    • +31
    ./Geotechnics/SoilSurfaceProfile.cs
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]

    • -10
    • +20
    ./Geotechnics/SoilSurfaceProfile.cs
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]

    • -42
    • +47
    ./Geotechnics/SoilSurfaceProfile.cs
Fixed edge case:

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

Related to Issue [MWDAM-1683]

    • -11
    • +35
    ./Geotechnics/SoilSurfaceProfile.cs
  1. … 1 more file in changeset.
Cleanup:

- Updated XMLDocs and function calls

Related to Issue [MWDAM-1683]

    • -9
    • +25
    ./Geotechnics/SoilSurfaceProfile.cs
Cleanup:

- Refactored: extracted a function to generate closed outer loop based on coordinates

Related to Issue [MWDAM-1683]

    • -15
    • +13
    ./Geotechnics/SoilSurfaceProfile.cs
Cleanup:

- Reordered functions for clarity

Related to Issue [MWDAM-1683]

    • -124
    • +123
    ./Geotechnics/SoilSurfaceProfile.cs
Cleanup:

- Removed obsolete code

Related to Issue [MWDAM-1683]

    • -220
    • +0
    ./Geotechnics/SoilSurfaceProfile.cs
Improved algorithm for the generation of surfaces:

- Added test to verify that the soil properties are correctly set after generating

Related to Issue [MWDAM-1683]

    • -2
    • +14
    ./Geotechnics/SoilSurfaceProfile.cs
  1. … 1 more file in changeset.
Improved algorithm for the generation of surfaces:

- Adjustments made when the intersection inflects at the bottom level of a layer

Related to Issue [MWDAM-1683]

    • -7
    • +29
    ./Geotechnics/SoilSurfaceProfile.cs
  1. … 1 more file in changeset.
Fixed failing unit test:

- Corrected algorithm, because apparently it is possible to get an enclosed area without coordinates ---> corrected filtering

- Adjusted resulting safety factor.

Related to Issue [MWDAM-1683]

  1. … 1 more file in changeset.
Improved algorithm for the generation of surfaces:

- Added testcase where a layer is fully above the surface line (no intersections)

Related to Issue [MWDAM-1683]

  1. … 1 more file in changeset.
Improved algorithm for the generation of surfaces:

- Decoupled old algorithm

-- Used 3 testcases to prove the algorithm:

--- Soil layers fully below surface line

--- Soil layers enveloping the surface line

--- Soil layers partially enveloping the surface line such that the enveloped area results in one single area

Related to Issue [MWDAM-1683]

    • -6
    • +372
    ./Geotechnics/SoilSurfaceProfile.cs
  1. … 1 more file in changeset.
Commented out correction for 1d profile layers above surface level as this causes numerous unexplained errors.

Related to Issue [MWDAM-1627]

    • -13
    • +15
    ./Geotechnics/SoilProfileHelper.cs
Added setting aquifer status.

Related to Issue [MWDAM-1627]