PipingCalculationConfigurationHelperTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Skipped and logged surface line for which no soil profile could be matched when generating calculations.

Related to Issue [WTI-420]

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

Former-commit-id: 2bdb3be9936ba725705c4f2798ca358120f05d60

Former-commit-id: a1e031ffcba29e8a61a95f293ad4d4fca717118a

    • -52
    • +210
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 3 more files in changeset.
- Added StochasticSoilModel to PipingCalculationsView and PipingInputContextProperties -- StochasticSoilProfile that can be selected depends on the selected StochasticSoilModel - Updated Demo project such that the first StochasticSoilModel is selected - Updated generate scenarios Related to Issue [WTI-483]

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

Former-commit-id: fb5d922c6ab651f3f4acfb89ecc834125620f56e

Former-commit-id: 75fe2ecadc558226c260882d7f88485470467c22

    • -18
    • +17
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 16 more files in changeset.
- In *PipingCalculation* -> *PipingInput*, changed PipingSoilProfile to StochasticSoilProfile Related to Issue [WTI-483]

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

Former-commit-id: 6978049951fb8b902c09342b93c8fe01daf04fd8

Former-commit-id: ba6a8a91341bf6afe1eadaa1cb80a6edf63f53bd

    • -149
    • +167
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 26 more files in changeset.
Changed interface of GenerateCalculationsStructure so that it only accepts non null values. Cleanup/format/added tests. Related to Issue [WTI-420]

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

Former-commit-id: c585ca34e6dd577acb065272f89db12813351797

Former-commit-id: d2fd57977e7c5942b2f5fccf1fd22efc109569e1

    • -150
    • +59
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 9 more files in changeset.
Pass general input and semi probabilistic input to the generated calculations. Related to Issue [WTI-420]

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

Former-commit-id: 0b3806ed73300ff99bf2baf71ccc15c9c9679b99

Former-commit-id: 78f0021ee9cdff36456c33338f6edd1be57d1a32

    • -22
    • +146
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 3 more files in changeset.
Fixed compilation errors. Related to Issue [WTI-420]

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

Former-commit-id: 5573d74f42d75650bb80314faf2fe676c44bb1e1

Former-commit-id: 94bd594e848fbdf53187f6942d9e38c6795016a0

    • -5
    • +5
    ./PipingCalculationConfigurationHelperTest.cs
Generated calculations' names are now based on the surface line and the profile. Made calculation names unique when generating. Added doc/tests. Related to Issue [WTI-420]

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

Former-commit-id: c70faea7458eca5c6b9700320fd3d9bc8e2f1bc4

Former-commit-id: 87f8dd87e5068c6b05529c52686d43f96f376848

    • -18
    • +167
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 6 more files in changeset.
* Made summation to 100% of StochasticSoilProfile instances more robust by taking into account limit precision of the double value type and use a tolerance around 100%. * Improved SQL queries to only consider Piping related profiles, instead of all 1D profiles and 2D profiles that happen to have a 'MechanismPointLocation' for extracting a 1D profile from a 2D profile. ** This requires to set a SoilProfileType at PipingSoilProfile construction time in order to properly match read profiles to read stochastic soil profiles in PipingSoilProfilesImporter. ** Updated *.soil databases in test data accordingly with new required rows in Segment, StochasticSoilModel and StochasticSoilProfile tables. Related to Issue [WTI-426]

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

Former-commit-id: 0da134d294da206237cc1200f37412c762021409

Former-commit-id: 63da7f2f96f6c4c6a3eb14b391d0a052828e2b0e

    • -16
    • +16
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 42 more files in changeset.
Moved Generate method of PipingCalculationGenerator.cs to PipingCalculationConfigurationHelper. Related to Issue [WTI-420]

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

Former-commit-id: 58e0db063dbf9dbd5a291c01a3fa7aabdc26f874

Former-commit-id: da58b85d38a00e3f43a4e8a6b6a58c048e078b80

    • -39
    • +570
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 7 more files in changeset.
Renamed PipingCalculationHelper to PipingCalculationConfigurationHelper. Updated signature of PipingCalculationConfigurationHelper.GetPipingSoilProfilesForCalculation, so that it accepts a SurfaceLine (instead of a whole PipingCalculation object). Added PipingCalculationGenerator to help generate PipingCalculation objects into a tree structure based on surface lines and soil models. Added a PipingSurfaceLineSelectionDialog to embed the PipingSurfaceLineSelectionView so it can be shown as a Dialog when "Genereer scenario's" is selected from the "Berekeningen" folder's context menu. Related to Issue [WTI-420]

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

Former-commit-id: 3a03af164c956901b5197a7ffa7c5b2beb8bc1cd

Former-commit-id: f44d94e9d3f3e7321ac31066fa3cca7761bb5b1f

    • -0
    • +263
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 23 more files in changeset.