Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Solved the vulnerability and some code smwlls as reported by SonarQube.

Related to Issue [MWDAM-1852]

  1. … 1 more file in changeset.
Remove number of parameters

Related to Issue [MWDAM-1856]

Remove unused setter

Related to Issue [MWDAM-1856]

Remove the unnecessary Boolean literal(s)

Related to Issue [MWDAM-1856]

  1. … 2 more files in changeset.
Short-circuit logic should be used in boolean contexts

Related to Issue [MWDAM-1856]

Remove unused directives

Related to Issue [MWDAM-1856]

    • -1
    • +0
    ./Geotechnics/SoilProfile1DAquiferLayerCombiner.cs
  1. … 15 more files in changeset.
Use getters and setters for properties

Related to Issue [MWDAM-1856]

    • -3
    • +3
    ./Geotechnics/SoilProfile1DAquiferLayerCombiner.cs
  1. … 3 more files in changeset.
Solved the bugs in SonarQube. Note that 2 (of the 10) reported bugs were actually false negatives as assessed by me and reviewed by Tom who closed these two bugs.

Related to Issue [MWDAM-1852]

  1. … 1 more file in changeset.
Adaapted to review comments.

Related to Issue [MWDAM-1842]

  1. … 2 more files in changeset.
Re-implemented Adapt Geometry option for OptimizedSlopeAndShoulderAdaption, model Bishop.

Related to Issue [MWDAM-1842]

  1. … 5 more files in changeset.
Clean-up unused of DGeoStability executable

Related to Issue [MWDAM-1809]

    • -41
    • +21
    ./General/FailureMechanismParametersMStab.cs
Removed obsolete model Horizontal Balance and option UpliftVanWti from code.

Related to Issue [MWDAM-1818]

  1. … 8 more files in changeset.
Removed obsolete IsCombinedBishopUpliftVanCalculation.

Related to Issue [MWDAM-1807]

Removed some more obsolete ZoneArea related items.

Related to Issue [MWDAM-1639]

    • -61
    • +0
    ./General/Results/StabilityResultTypes.cs
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]