Ringtoets.AssemblyTool.KernelWrapper

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 3105:

- Renamed categoryLimits --> categories

WTI-1763

    • -2
    • +2
    ./Calculators/Assembly/FailureMechanismAssemblyCalculator.cs
    • -30
    • +30
    ./Creators/AssemblyCategoryCreator.cs
  1. … 4 more files in changeset.
Incorporated comments review 3105:

- Ran Cleanup

- Merged properties into a single property as on calling side it is still possible to determine which function was called

- Cleaned up src and tests by extracting common knowledge in separate functions

- Updated XMLDoc

WTI-1763

    • -4
    • +3
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculator.cs
    • -25
    • +13
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
    • -2
    • +2
    ./Calculators/Assembly/IAssessmentSectionAssemblyCalculator.cs
  1. … 7 more files in changeset.
Added overload to the DetailedAssemblyResult:

- Pulled overloaded function up to interface definition

-- Fixed calculator stub

WTI-1782

    • -0
    • +17
    ./Calculators/Assembly/IFailureMechanismSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Added overload to the DetailedAssemblyResult:

- G3 needs to be configurable with the different manners to calculate the category limits.

WTI-1782

    • -0
    • +31
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Cleanup:

- Added missing asserts

- Editorial changes

WTI-1763

    • -1
    • +2
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculator.cs
  1. … 13 more files in changeset.
Fixed compilation errors on the FailureMechanismSectionAssemblyCalculator:

- Corrected function call due to changed function call in calculating the category limits

WTI-1763

    • -6
    • +7
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
    • -2
    • +6
    ./Calculators/Assembly/IFailureMechanismSectionAssemblyCalculator.cs
  1. … 3 more files in changeset.
Fixed compilation errors on the AssemblyCategoriesCalculator:

- Modified function arguments for WBI02, it only requires a contribution, a norm and an N value to calculate the categories.

WTI-1763

  1. … 3 more files in changeset.
Fixed compilation errors for the AssessmentSectionAssemblyCalculator

- Changed return and function arguments to adhere to the new kernel API

-- Fixed ICalculator and stubs. Calculator and its tests were already fixed as part of rev. 8ab2faf07b8a06b705b156aec092eecc8e70cbb8

WTI-1763

    • -8
    • +8
    ./Calculators/Assembly/IAssessmentSectionAssemblyCalculator.cs
  1. … 2 more files in changeset.
Fixed compilation errors for the message creators

- Removed obsolete enum value and behaviour

- Added 2 (theoretical) enum values and behaviour

WTI-1763

    • -2
    • +4
    ./Creators/AssemblyErrorMessageCreator.cs
    • -100
    • +122
    ./Properties/Resources.resx
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed all compilation errors related to the manual assembly

- Fixed output type of G5 to prevent upcasting and resulting in wrong results.

WTI-1763

    • -4
    • +4
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed all compilation errors related to the Combined Section Assembly.

WTI-1763

    • -3
    • +3
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed compilation errors related to T5

WTI-1763

    • -4
    • +8
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed compilation errors related to T3

WTI-1763

    • -4
    • +8
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed errors on T7 calls.

-- Note, compilation error on determining the categories still exist due to a necessary API change on the calculator interface.

WTI-1763

    • -3
    • +7
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed errors on G5 calls.

WTI-1763

    • -6
    • +9
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Rewired all G3 related calls

WTI-1763

    • -5
    • +11
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors on FailureMechanismAssemblyCalculator:

- Fixed tests for the SimpleAssembly: results are split into FailureMechanismAssemblyDirectResultWithProbability and FailureMechanismAssemblyDirectResult --> rewired output logic and asserts

WTI-1763

    • -2
    • +2
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyCalculator

- Added kernel call to calculate the category limits.

WTI-1763

    • -1
    • +7
    ./Calculators/Assembly/FailureMechanismAssemblyCalculator.cs
  1. … 1 more file in changeset.
Fixes compilation errors on AssessmentSectionAssemblyCalculator

- Removed obsolete creators related to the AssessmentSectionAssemblyResult and AssemblyResult

WTI-1763

    • -56
    • +0
    ./Creators/AssessmentSectionAssemblyCreator.cs
    • -67
    • +0
    ./Creators/AssessmentSectionAssemblyInputCreator.cs
    • -1
    • +0
    ./Ringtoets.AssemblyTool.KernelWrapper.csproj
  1. … 3 more files in changeset.
Fixes compilation errors on AssessmentSectionAssemblyCalculator

-Exposed converter of the input creator to allow conversions between the kernel and RT data values

- Fixed calls. WBI-11 should be called with a fixed contribution of 0.54 when determining the category limits

WTI-1763

WTI-1763

    • -14
    • +20
    ./Calculators/Assembly/AssessmentSectionAssemblyCalculator.cs
    • -36
    • +46
    ./Creators/AssessmentSectionAssemblyInputCreator.cs
  1. … 2 more files in changeset.
Fixed compilation errors for the AssemblyCategoriesCalculator

- Introduced the CategoriesList<T> testfactory in the tests

- Fixed compilation errors for the calculator, exceptWBI02 due to an API change.

WTI-1763

  1. … 1 more file in changeset.
Introduced overload to be able to create FailureMechanismSectionResults based on outputs from the kernel with and without probability. WTI-1763

    • -0
    • +21
    ./Creators/FailureMechanismSectionAssemblyCreator.cs
  1. … 1 more file in changeset.
Adjusted the input for failure mechanism sections creator.

- Changed return type of direct results with probabilities.

WTI-1763

    • -6
    • +6
    ./Creators/FailureMechanismSectionAssemblyCalculatorInputCreator.cs
  1. … 1 more file in changeset.
Fixed Creator for the CombinedFailureMechanismSectionAssembly. WTI-1763

    • -1
    • +1
    ./Creators/CombinedFailureMechanismSectionAssemblyCreator.cs
Fixed compilation errors for creating categories for FailureMechanismSections:

- Adjusted calculator and creator method

WTI-1763

  1. … 1 more file in changeset.
Fixed compilation errors for creating categories for FailureMechanism:

- Adjusted calculator and creator method

WTI-1763

  1. … 1 more file in changeset.
Fixed compilation errors for creating categories on AssessmentSection level:

- Adjusted calculator and creator method

WTI-1763

  1. … 1 more file in changeset.
Geimporteerd -> geïmporteerd. WTI-1724

  1. … 2 more files in changeset.
Changed error message. WTI-1724

    • -4
    • +4
    ./Creators/AssemblyErrorMessageCreator.cs
    • -10
    • +19
    ./Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Add extra calculator method for combined assembly for failure mechanisms with only simple and tailor made assessment WTI-1723

    • -27
    • +45
    ./Calculators/Assembly/FailureMechanismSectionAssemblyCalculator.cs
    • -0
    • +11
    ./Calculators/Assembly/IFailureMechanismSectionAssemblyCalculator.cs
  1. … 3 more files in changeset.