Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs =================================================================== diff -u -r6181b47c13d78023ce936b0037294a94cc1f1708 -r8b61e5e63c28e3b28e1b65e04440f26fce364475 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs (.../StabilityPointStructuresCalculationService.cs) (revision 6181b47c13d78023ce936b0037294a94cc1f1708) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs (.../StabilityPointStructuresCalculationService.cs) (revision 8b61e5e63c28e3b28e1b65e04440f26fce364475) @@ -52,7 +52,7 @@ if (!Enum.IsDefined(typeof(StabilityPointStructureInflowModelType), inflowModelType)) { throw new InvalidEnumArgumentException(nameof(structureInput), - (int)inflowModelType, + (int) inflowModelType, typeof(StabilityPointStructureInflowModelType)); } @@ -91,7 +91,7 @@ if (!Enum.IsDefined(typeof(LoadSchematizationType), loadSchematizationType)) { throw new InvalidEnumArgumentException(nameof(structureInput), - (int)loadSchematizationType, + (int) loadSchematizationType, typeof(LoadSchematizationType)); } @@ -205,8 +205,8 @@ structureInput.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - structureInput.ModelFactorSuperCriticalFlow.Mean, - structureInput.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, structureInput.ConstructiveStrengthLinearLoadModel.Mean, structureInput.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation, structureInput.StabilityLinearLoadModel.Mean, @@ -275,8 +275,8 @@ structureInput.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - structureInput.ModelFactorSuperCriticalFlow.Mean, - structureInput.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, structureInput.ConstructiveStrengthQuadraticLoadModel.Mean, structureInput.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation, structureInput.StabilityQuadraticLoadModel.Mean, Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -r3c5ebba1960e62145fdf5ca05f7efcf3e99cf6f5 -r8b61e5e63c28e3b28e1b65e04440f26fce364475 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 3c5ebba1960e62145fdf5ca05f7efcf3e99cf6f5) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 8b61e5e63c28e3b28e1b65e04440f26fce364475) @@ -671,8 +671,8 @@ input.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - input.ModelFactorSuperCriticalFlow.Mean, - input.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, input.ConstructiveStrengthLinearLoadModel.Mean, input.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation, input.StabilityLinearLoadModel.Mean, @@ -790,8 +790,8 @@ input.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - input.ModelFactorSuperCriticalFlow.Mean, - input.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, input.ConstructiveStrengthLinearLoadModel.Mean, input.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation, input.StabilityLinearLoadModel.Mean, @@ -906,8 +906,8 @@ input.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - input.ModelFactorSuperCriticalFlow.Mean, - input.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, input.ConstructiveStrengthQuadraticLoadModel.Mean, input.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation, input.StabilityQuadraticLoadModel.Mean, @@ -1025,8 +1025,8 @@ input.VerticalDistance, generalInput.ModificationFactorWavesSlowlyVaryingPressureComponent, generalInput.ModificationFactorDynamicOrImpulsivePressureComponent, - input.ModelFactorSuperCriticalFlow.Mean, - input.ModelFactorSuperCriticalFlow.StandardDeviation, + 0.0, + 0.0, input.ConstructiveStrengthQuadraticLoadModel.Mean, input.ConstructiveStrengthQuadraticLoadModel.CoefficientOfVariation, input.StabilityQuadraticLoadModel.Mean, @@ -1832,7 +1832,6 @@ input.InsideWaterLevelFailureConstruction.Mean = value; input.InsideWaterLevel.Mean = value; - input.ModelFactorSuperCriticalFlow.Mean = value; input.FlowVelocityStructureClosable.Mean = value; input.DrainCoefficient.Mean = value; input.LevelCrestStructure.Mean = value; @@ -1847,7 +1846,6 @@ input.InsideWaterLevelFailureConstruction.StandardDeviation = RoundedDouble.NaN; input.InsideWaterLevel.StandardDeviation = RoundedDouble.NaN; input.StormDuration.CoefficientOfVariation = RoundedDouble.NaN; - input.ModelFactorSuperCriticalFlow.StandardDeviation = RoundedDouble.NaN; input.FlowVelocityStructureClosable.CoefficientOfVariation = RoundedDouble.NaN; input.DrainCoefficient.StandardDeviation = RoundedDouble.NaN; input.LevelCrestStructure.StandardDeviation = RoundedDouble.NaN; @@ -1868,7 +1866,6 @@ input.BankWidth.StandardDeviation = RoundedDouble.NaN; input.StormDuration.Mean = RoundedDouble.NaN; - input.ModelFactorSuperCriticalFlow.Mean = RoundedDouble.NaN; input.FlowVelocityStructureClosable.Mean = RoundedDouble.NaN; input.DrainCoefficient.Mean = RoundedDouble.NaN; input.LevelCrestStructure.Mean = RoundedDouble.NaN; @@ -1892,7 +1889,6 @@ input.InsideWaterLevelFailureConstruction.StandardDeviation = value; input.InsideWaterLevel.StandardDeviation = value; input.StormDuration.CoefficientOfVariation = value; - input.ModelFactorSuperCriticalFlow.StandardDeviation = value; input.FlowVelocityStructureClosable.CoefficientOfVariation = value; input.DrainCoefficient.StandardDeviation = value; input.LevelCrestStructure.StandardDeviation = value; @@ -1913,7 +1909,6 @@ input.BankWidth.StandardDeviation = value; input.StormDuration.Mean = value; - input.ModelFactorSuperCriticalFlow.Mean = value; input.FlowVelocityStructureClosable.Mean = value; input.DrainCoefficient.Mean = value; input.LevelCrestStructure.Mean = value;