PipingCalculationConfigurationHelperTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.