Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -65
    • +0
    ./PreconsolidationStressTableDefinitions.cs
    • -274
    • +0
    ./SoilProfileTableDefinitions.cs
    • -54
    • +0
    ./StochasticSoilModelTableDefinitions.cs
    • -55
    • +0
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 15706 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./PreconsolidationStressTableDefinitions.cs
    • -1
    • +1
    ./StochasticSoilModelTableDefinitions.cs
    • -1
    • +1
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 6087 more files in changeset.
Fixed some inconsistencies Related to Issue [WTI-1449]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@12365 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bcc67d71febb0f98a821b26f6afe295be66b793c

Former-commit-id: f71b8df54989618663a20c7516cf0a4482259e7d

    • -1
    • +1
    ./PreconsolidationStressTableDefinitions.cs
  1. … 4 more files in changeset.
Incorporated comments review 2103: - Updated XMLDocs - Updated SQL query for the preconsolidationstresses - Updated test names - Moved and renamed resource entries - Corrected project settings - Removed unused references Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11793 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8b495767ee098a6fc8cfacb5654b5865b11a359d

Former-commit-id: 42e9462a0fe5627e753c5ae643a65cff185f586b

    • -1
    • +1
    ./PreconsolidationStressTableDefinitions.cs
  1. … 29 more files in changeset.
- Introduced preconsolidationstress reader: -- Added test data - Renamed PreconsolidationStressProperties => this object actually represents the read values (although they could be seen as properties, similar to the LayerProperties) - Updated table definitions => removed duplicate definitions, renamed distribution to distribution type to prevent confusion

Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11705 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 698bddb2213465134f459d4f8247f6b58dab27f1

Former-commit-id: 588b25c6093ccce5441240903050422f421bdd7a

    • -1
    • +1
    ./PreconsolidationStressTableDefinitions.cs
  1. … 13 more files in changeset.
- Updated SQL query to retrieve PreconsolidationStresses per row - Removed obsolete calculation value property and table definitions Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11702 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 73da8c34554f1f5605c8c0c7f7212594c9e47d4d

Former-commit-id: 2d34c21c50949b01a9c40b53a1ca2df0920a1faf

    • -6
    • +1
    ./PreconsolidationStressTableDefinitions.cs
  1. … 4 more files in changeset.
- Removed design value of PreconsolidationStresses => property is derived in the factory Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11653 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4ec75aaa052b5ffa9d6d2b96c4689a1520037359

Former-commit-id: e1c14e5920855f207522bee588558338cd57e2fb

    • -5
    • +0
    ./PreconsolidationStressTableDefinitions.cs
  1. … 8 more files in changeset.
Incorporated comments review 2090: - Renamed <X>Distribution => DistributionType for clarity -- Also renamed SQL table aliases -- Updated XMLDocs

Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11645 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e57d5ebf6d6882a57af69ba8852e6891db372619

Former-commit-id: 19370b90b56682c40ca670fe55b08b3b07de4c2b

    • -18
    • +18
    ./SoilProfileTableDefinitions.cs
  1. … 15 more files in changeset.
- Added a PreconsolidationStress class on the RT side: -- Represents PreconsolidationStress data imported from D-Soil model - Renamed PreconsolidationStressValue to PreconsolidationStressCalculationValue for clarity

Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11638 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: aa3dfe04530d72da9bbaa9495877361346500ef5

Former-commit-id: bb5d96f5ffe03cbfbd4a5f08962f4894f765c342

    • -2
    • +2
    ./PreconsolidationStressTableDefinitions.cs
  1. … 10 more files in changeset.
Read the PreconsolidationStresses from DSoil model files: - Added a query which can retrieve all the stresses associated with a soil profile Related to Issue [WTI-1341]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11630 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 640c67cee69a150e36ebf603c8c5cceedfea0f80

Former-commit-id: 33a35402270e1a9a529f27e86ab8f51e56cfddfc

    • -0
    • +75
    ./PreconsolidationStressTableDefinitions.cs
  1. … 3 more files in changeset.
Incorporated comments P/O / dev: - Added coefficient of variation for the below phreatic level -- Adjusted SQL query -- Added properties in the relevant classes -- Adjusted the transformer for MacroStabilityInwardsSoilLayerTransformer => should set the coefficient of variation onto the soil layer properties instead of the deviation. Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11616 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: aab2be5fb5adf176d42db98b31a96bf5780542b8

Former-commit-id: 44264e867b5f96a52232ef6b07d067502c30900e

  1. … 12 more files in changeset.
- Expanded SoilProfileTableDefinitions. - Added test class for SoilProfileTableDefinitions. Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11385 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ec32868bcbe54c3a70a41a04b995e3f382cffb87

Former-commit-id: 977989f4001545dc25d67b76be3b8210fe07dead

    • -0
    • +130
    ./SoilProfileTableDefinitions.cs
  1. … 2 more files in changeset.
Review related change: - Fixed aliases of SQL query - Updated XMLdocs Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11347 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8af8635fcc0bf379f38e1f40dc1998b6431f2856

Former-commit-id: f30c2ef8e2ef74e9645cd0c34b87ea8e29943356

  1. … 8 more files in changeset.
Changed FailureMechanismType to support all (currently known) 'faulure mechanisms' from D-Soil model Updated XMLdocs Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11338 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ac586a5aa7e676ffad2e51b0f27d0cc5080aa93

Former-commit-id: d1ae35eb93e30db7201061acac9dc81f05d3b55c

    • -5
    • +5
    ./StochasticSoilModelTableDefinitions.cs
    • -5
    • +5
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 3 more files in changeset.
Changed *DSoil-Model database* to *D-Soil Model database* Merged resources Cleanup Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11336 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9bac9615f4218c8ed9d161e2a2f632bbec535eca

Former-commit-id: 517660b90770cd4253b19348dd9e451bb4d2ac23

    • -1
    • +1
    ./StochasticSoilModelTableDefinitions.cs
    • -1
    • +1
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 16 more files in changeset.
Added query and public property to determine how many stochastic soil models can be read Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11163 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 464f11ad3fc64ec71b1ec0c02da229c2a9bb9edf

Former-commit-id: b53dd78a6360109e523cf5955f7fc76db337f6b6

    • -0
    • +5
    ./StochasticSoilModelTableDefinitions.cs
  1. … 4 more files in changeset.
Cleanup for table definitions Introduced DSoil failure mechanism type Updated XMLDoc Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10943 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9f315c2626716e6cfcff2bd897fe640c558f6540

Former-commit-id: 3c1880db6a2d47a2d97781b5808b08ddc97af4fa

    • -0
    • +43
    ./FailureMechanismType.cs
    • -5
    • +0
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 14 more files in changeset.
First implementation of SoilLayer2DReader Modified SoilProfile2DReader such that it reads soil layers Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10910 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: be99b2fa00fb29777420620ba18e16e39e0079c2

Former-commit-id: 0dfa82ddd6eefe289380651d2068c70a80989b22

  1. … 11 more files in changeset.
First implementation of SegmentPointReaderTest Added query to read segment points Added query for reading stochastic soil models with stochastic soil profiles Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10891 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b00702b6111a3e75e2f1787ae7249899e797d3ef

Former-commit-id: 98e031eaa89fae2b89ebfdc1cad084000a3d2447

  1. … 10 more files in changeset.
First implementation of SoilProfile1DReader Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10876 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 092bb8c7c54de779eb79e7791cf83c95a449b452

Former-commit-id: fc1b51e76763ff2d9d5c214ca4727704ec6c55d2

    • -0
    • +55
    ./SoilProfileTableDefinitions.cs
  1. … 15 more files in changeset.
Completed validation method for StochasticSoilModelReader Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10869 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 00bda34bc090bfbf7beac1b84a56a30694d29774

Former-commit-id: 231fdc462044e167121a93b062bcfe3a21510b52

    • -0
    • +56
    ./MechanismTableDefinitions.cs
    • -0
    • +49
    ./SegmentPointsTableDefinitions.cs
    • -0
    • +39
    ./SegmentTableDefinitions.cs
    • -0
    • +5
    ./StochasticSoilModelTableDefinitions.cs
  1. … 8 more files in changeset.
Final implementation of new SoilDatabaseConstraintsReader

Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10858 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ef835d82589076b084088a577f86ca1bbb5e9fc1

Former-commit-id: 77e4e9c7a5aaacc2b9b3b215ba46be0f6ffa025e

    • -0
    • +44
    ./StochasticSoilModelTableDefinitions.cs
    • -0
    • +60
    ./StochasticSoilProfileTableDefinitions.cs
  1. … 12 more files in changeset.
Full implementation of new SoilDatabaseVersionReader Updated XMLdoc Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10852 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a720c70b7399012d7949d0c54612f04aae785282

Former-commit-id: 3286e25080d955f999c98f197c0b68b127648236

    • -0
    • +44
    ./MetaTableDefinitions.cs
  1. … 13 more files in changeset.