Index: Core/Common/src/Core.Common.Gui/GuiCore.cs
===================================================================
diff -u -r1c44c94a636f74fcffeaa4a77d6a30d54df84f43 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Core/Common/src/Core.Common.Gui/GuiCore.cs (.../GuiCore.cs) (revision 1c44c94a636f74fcffeaa4a77d6a30d54df84f43)
+++ Core/Common/src/Core.Common.Gui/GuiCore.cs (.../GuiCore.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -281,7 +281,7 @@
Plugins = null;
}
- #region prevent nasty Windows.Forms memory leak (keeps references to databinding objects / controls
+ #region Prevent nasty Windows.Forms memory leak (keeps references to databinding objects / controls
Assembly systemAssembly = typeof(Component).Assembly;
Type reflectTypeDescriptionProviderType =
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs
===================================================================
diff -u -r38414ee18cb869ba91e6b70abc4019a39ea2e08c -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs (.../Math2DTest.cs) (revision 38414ee18cb869ba91e6b70abc4019a39ea2e08c)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs (.../Math2DTest.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -1218,7 +1218,7 @@
return relativeLengths.Select(l => lineLength * l).ToArray();
}
- #region testcases
+ #region Test cases
///
/// Test cases for intersecting segments. The contains pairs of ,
Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresConfigurationSchemaIdentifiers.cs (.../ClosingStructuresConfigurationSchemaIdentifiers.cs) (revision 12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.IO/Configurations/ClosingStructuresConfigurationSchemaIdentifiers.cs (.../ClosingStructuresConfigurationSchemaIdentifiers.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -26,7 +26,7 @@
///
internal static class ClosingStructuresConfigurationSchemaIdentifiers
{
- #region parameters
+ #region Parameters
///
/// The identifier for the identical apertures element.
@@ -60,7 +60,7 @@
#endregion
- #region stochasts
+ #region Stochasts
///
/// The identifier for the level crest structure not closing stochast name.
@@ -89,7 +89,7 @@
#endregion
- #region inflow model type
+ #region Inflow model types
///
/// The identifier for the flooded culvert inflow model type.
Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs
===================================================================
diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs (.../FailureMechanismSection.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs (.../FailureMechanismSection.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -29,7 +29,7 @@
namespace Ringtoets.Common.Data.FailureMechanism
{
///
- /// This class represents a sub-section of a in which similar
+ /// This class represents a sub section of a in which similar
/// characteristics can be found to allow for 1 calculation to determine a result that
/// applies to the whole section.
///
@@ -79,7 +79,7 @@
///
/// Gets the name of the section.
///
- public string Name { get; private set; }
+ public string Name { get; }
///
/// Gets the 2D points describing the geometry of the section.
Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r8ebf5b222f3b052df95f6164ac488a5e7760cf68 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 8ebf5b222f3b052df95f6164ac488a5e7760cf68)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -56,7 +56,7 @@
///
public const string Orientation = "orientatie";
- #region stochasts
+ #region Stochasts
///
/// The identifier for stochasts elements.
@@ -120,7 +120,7 @@
#endregion
- #region wave reduction
+ #region Wave reduction
///
/// The tag of elements containing parameters that define wave reduction.
@@ -167,7 +167,7 @@
#endregion
- #region structure calculation
+ #region Structure calculation
///
/// The tag of elements containing the failure probability of a structure with erosion.
Index: Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs
===================================================================
diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -365,7 +365,7 @@
#endregion
- #region
+ #region Inflow model types
///
/// Defines the value for the 'Inflow Model Type' parameter of a structure corresponding
Index: Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/CharacteristicPointsCsvReader.cs
===================================================================
diff -u -r25772ddfd0a02f2fb7633bf69d114106900f5bb0 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/CharacteristicPointsCsvReader.cs (.../CharacteristicPointsCsvReader.cs) (revision 25772ddfd0a02f2fb7633bf69d114106900f5bb0)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SurfaceLines/CharacteristicPointsCsvReader.cs (.../CharacteristicPointsCsvReader.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -522,7 +522,7 @@
return new LineParseException(message, innerException);
}
- #region csv column names
+ #region Csv column names
private const string locationIdKey = "locationid";
private const string surfaceLineKey = "profielnaam";
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Helpers/FailureMechanismSectionResultRowHelperTest.cs
===================================================================
diff -u -r1b691808bc6321dcabd7ac123b5d8f2043aed602 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Helpers/FailureMechanismSectionResultRowHelperTest.cs (.../FailureMechanismSectionResultRowHelperTest.cs) (revision 1b691808bc6321dcabd7ac123b5d8f2043aed602)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Helpers/FailureMechanismSectionResultRowHelperTest.cs (.../FailureMechanismSectionResultRowHelperTest.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -77,7 +77,7 @@
private class TestDataGridViewCell : DataGridViewCell {}
- #region Testcases
+ #region Test cases
private static IEnumerable AssessmentLayerOneStateIsSufficient()
{
Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Plugin/DuneErosionPlugin.cs
===================================================================
diff -u -r607f8ecd4700c604fb0dff6486385d94f8b778c1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Plugin/DuneErosionPlugin.cs (.../DuneErosionPlugin.cs) (revision 607f8ecd4700c604fb0dff6486385d94f8b778c1)
+++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Plugin/DuneErosionPlugin.cs (.../DuneErosionPlugin.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -158,7 +158,7 @@
#region TreeNodeInfo
- #region failureMechanismContext TreeNodeInfo
+ #region FailureMechanismContext TreeNodeInfo
private static object[] FailureMechanismEnabledChildNodeObjects(DuneErosionFailureMechanismContext failureMechanismContext)
{
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/Configurations/HeightStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/Configurations/HeightStructuresConfigurationSchemaIdentifiers.cs (.../HeightStructuresConfigurationSchemaIdentifiers.cs) (revision 12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/Configurations/HeightStructuresConfigurationSchemaIdentifiers.cs (.../HeightStructuresConfigurationSchemaIdentifiers.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -26,7 +26,7 @@
///
internal static class HeightStructuresConfigurationSchemaIdentifiers
{
- #region stochasts
+ #region Stochasts
///
/// The identifier for the level crest structure stochast name.
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
===================================================================
diff -u -r85fcfb3e47d742a46200fcfb93f7cd4b155b9a94 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision 85fcfb3e47d742a46200fcfb93f7cd4b155b9a94)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -797,7 +797,7 @@
mockRepository.VerifyAll();
}
- #region Testcases
+ #region Test cases
private static IEnumerable NormalDistributionsWithInvalidMean
{
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IllustrationPoints/IllustrationPointsParser.cs
===================================================================
diff -u -rd71b7ff94e33c33d3d8a7b38eee416c9df03f06a -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IllustrationPoints/IllustrationPointsParser.cs (.../IllustrationPointsParser.cs) (revision d71b7ff94e33c33d3d8a7b38eee416c9df03f06a)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IllustrationPoints/IllustrationPointsParser.cs (.../IllustrationPointsParser.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -224,7 +224,7 @@
}
///
- /// Parses sub-mechanism beta values from the .
+ /// Parses sub mechanism beta values from the .
///
/// The database reader.
/// Thrown when:
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
===================================================================
diff -u -r36d3f041dd6f35e62c53b3d1b95bcd4171aa38b1 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 36d3f041dd6f35e62c53b3d1b95bcd4171aa38b1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -121,7 +121,7 @@
{
private static readonly ILog log = LogManager.GetLogger(typeof(PluginBase));
- #region failureMechanismAssociations
+ #region Failure mechanism associations
private static readonly IEnumerable failureMechanismAssociations = new[]
{
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs
===================================================================
diff -u -rb8493c6fb982b455e36129083cc009c5c07a7d05 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision b8493c6fb982b455e36129083cc009c5c07a7d05)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -67,7 +67,7 @@
GridAutomaticallyCalculated = properties.GridAutomaticallyCalculated;
}
- #region properties
+ #region Properties
///
/// Gets the sliding curve.
@@ -80,7 +80,7 @@
public MacroStabilityInwardsSlipPlaneUpliftVan SlipPlane { get; }
///
- /// Gets the factor of stability of the upliftVan calculation.
+ /// Gets the factor of stability of the Uplift Van calculation.
///
public double FactorOfStability { get; }
@@ -128,7 +128,7 @@
}
///
- /// Gets or sets the factor of stability of the upliftVan calculation.
+ /// Gets or sets the factor of stability of the Uplift Van calculation.
///
public double FactorOfStability { internal get; set; }
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlipPlaneUpliftVan.cs
===================================================================
diff -u -r1b16d1bbb40c8246bd53a1dcfa7803cb92501915 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlipPlaneUpliftVan.cs (.../MacroStabilityInwardsSlipPlaneUpliftVan.cs) (revision 1b16d1bbb40c8246bd53a1dcfa7803cb92501915)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlipPlaneUpliftVan.cs (.../MacroStabilityInwardsSlipPlaneUpliftVan.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -26,7 +26,7 @@
namespace Ringtoets.MacroStabilityInwards.Data
{
///
- /// The upliftVan calculation grid result of a macro stability calculation.
+ /// The Uplift Van calculation grid result of a macro stability calculation.
///
public class MacroStabilityInwardsSlipPlaneUpliftVan
{
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculator.cs
===================================================================
diff -u -ra568b0b61288dae503ebc8d86aec4ab3ce786add -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculator.cs (.../MacroStabilityInwardsCalculator.cs) (revision a568b0b61288dae503ebc8d86aec4ab3ce786add)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculator.cs (.../MacroStabilityInwardsCalculator.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -45,7 +45,7 @@
/// The containing all the values required
/// for performing a macro stability inwards calculation.
/// The factory responsible for creating the sub calculators.
- /// or is null.
+ /// Thrown when or is null.
public MacroStabilityInwardsCalculator(MacroStabilityInwardsCalculatorInput input, IMacroStabilityInwardsSubCalculatorFactory factory)
{
if (input == null)
@@ -112,7 +112,8 @@
input.SoilProfile.LayersUnderSurfaceLine
.Zip(soils, (layer, soil) => new
{
- layer, soil
+ layer,
+ soil
})
.ToDictionary(x => x.layer, x => x.soil);
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs
===================================================================
diff -u -r774ce2424ba4ccab70c6dad6198472977e2a8ace -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 774ce2424ba4ccab70c6dad6198472977e2a8ace)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -81,6 +81,9 @@
SlipPlaneMinimumLength = properties.SlipPlaneMinimumLength;
}
+ ///
+ /// Container for properties for constructing a .
+ ///
public class ConstructionProperties
{
///
@@ -114,21 +117,21 @@
SlipPlaneMinimumLength = double.NaN;
}
- #region properties
+ #region Properties
///
- /// Gets the outside high water level.
+ /// Gets or sets the outside high water level.
/// [m]
///
public double AssessmentLevel { internal get; set; }
///
- /// Gets the surface line.
+ /// Gets or sets the surface line.
///
public MacroStabilityInwardsSurfaceLine SurfaceLine { internal get; set; }
///
- /// Gets the profile which contains a definition of soil layers with properties.
+ /// Gets or sets the profile which contains a definition of soil layers with properties.
///
public MacroStabilityInwardsSoilProfileUnderSurfaceLine SoilProfile { internal get; set; }
@@ -179,7 +182,7 @@
public double MinimumLevelPhreaticLineAtDikeTopPolder { internal get; set; }
///
- /// Gets or sets whether the default offset should be used.
+ /// Gets or sets whether the default offsets should be used.
///
public bool UseDefaultOffsets { internal get; set; }
@@ -322,7 +325,7 @@
#endregion
}
- #region properties
+ #region Properties
///
/// Gets the outside high water level.
@@ -387,7 +390,7 @@
public double MinimumLevelPhreaticLineAtDikeTopPolder { get; }
///
- /// Gets whether the default offset should be used.
+ /// Gets whether the default offsets should be used.
///
public bool UseDefaultOffsets { get; }
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs
===================================================================
diff -u -r8df85402c4de8eb335483bcda5e4ff23ce0dd5ef -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 8df85402c4de8eb335483bcda5e4ff23ce0dd5ef)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorResult.cs (.../MacroStabilityInwardsCalculatorResult.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -34,7 +34,7 @@
/// The result will hold all the values which were given.
///
/// The sliding curve result.
- /// The upliftVan calculation grid result.
+ /// The Uplift Van calculation grid result.
/// The container of the properties for the
///
/// Thrown when any
@@ -84,7 +84,7 @@
}
///
- /// Gets or sets the factor of stability of the upliftVan calculation.
+ /// Gets or sets the factor of stability of the Uplift Van calculation.
///
public double FactorOfStability { internal get; set; }
@@ -114,20 +114,20 @@
public bool GridAutomaticallyCalculated { internal get; set; }
}
- #region properties
+ #region Properties
///
/// Gets the sliding curve result.
///
public MacroStabilityInwardsSlidingCurveResult SlidingCurve { get; }
///
- /// Gets the upliftVan calculation grid result.
+ /// Gets the Uplift Van calculation grid result.
///
public MacroStabilityInwardsUpliftVanCalculationGridResult UpliftVanCalculationGrid { get; }
///
- /// Gets the factor of stability of the upliftVan calculation.
+ /// Gets the factor of stability of the Uplift Van calculation.
///
public double FactorOfStability { get; }
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Result/MacroStabilityInwardsUpliftVanCalculationGridResult.cs
===================================================================
diff -u -r2c63c29d4e7a6ea52e12ab8ae673c5681a3fb2fc -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Result/MacroStabilityInwardsUpliftVanCalculationGridResult.cs (.../MacroStabilityInwardsUpliftVanCalculationGridResult.cs) (revision 2c63c29d4e7a6ea52e12ab8ae673c5681a3fb2fc)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Result/MacroStabilityInwardsUpliftVanCalculationGridResult.cs (.../MacroStabilityInwardsUpliftVanCalculationGridResult.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -25,7 +25,7 @@
namespace Ringtoets.MacroStabilityInwards.KernelWrapper.Result
{
///
- /// The upliftVan calculation grid result of a macro stability calculation.
+ /// The Uplift Van calculation grid result of a macro stability calculation.
///
public class MacroStabilityInwardsUpliftVanCalculationGridResult
{
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IMacroStabilityInwardsSubCalculatorFactory.cs
===================================================================
diff -u -r4304327f96a967967877c287ed20f85d51255b41 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IMacroStabilityInwardsSubCalculatorFactory.cs (.../IMacroStabilityInwardsSubCalculatorFactory.cs) (revision 4304327f96a967967877c287ed20f85d51255b41)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IMacroStabilityInwardsSubCalculatorFactory.cs (.../IMacroStabilityInwardsSubCalculatorFactory.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -27,7 +27,7 @@
public interface IMacroStabilityInwardsSubCalculatorFactory
{
///
- /// Creates the upliftVan calculator.
+ /// Creates the Uplift Van calculator.
///
/// A new .
IUpliftVanCalculator CreateUpliftVanCalculator();
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs
===================================================================
diff -u -r774ce2424ba4ccab70c6dad6198472977e2a8ace -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 774ce2424ba4ccab70c6dad6198472977e2a8ace)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -25,7 +25,7 @@
namespace Ringtoets.MacroStabilityInwards.KernelWrapper.SubCalculator
{
///
- /// Interface with operations for performing an upliftVan sub calculation.
+ /// Interface with operations for performing an Uplift Van sub calculation.
///
public interface IUpliftVanCalculator
{
@@ -56,11 +56,12 @@
///
/// Sets the maximum slice width.
+ /// [m]
///
double MaximumSliceWidth { set; }
///
- /// Sets the slip plane upliftVan.
+ /// Sets the slip plane Uplift Van.
///
SlipPlaneUpliftVan SlipPlaneUpliftVan { set; }
@@ -132,7 +133,7 @@
SlipPlaneUpliftVan SlipPlaneResult { get; }
///
- /// Performs the upliftVan calculation.
+ /// Performs the Uplift Van calculation.
///
void Calculate();
}
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/UpliftVanCalculator.cs
===================================================================
diff -u -ra568b0b61288dae503ebc8d86aec4ab3ce786add -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/UpliftVanCalculator.cs (.../UpliftVanCalculator.cs) (revision a568b0b61288dae503ebc8d86aec4ab3ce786add)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/UpliftVanCalculator.cs (.../UpliftVanCalculator.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -30,7 +30,7 @@
namespace Ringtoets.MacroStabilityInwards.KernelWrapper.SubCalculator
{
///
- /// Class which wraps a .
+ /// Class for performing an Uplift Van calculation based on .
///
public class UpliftVanCalculator : IUpliftVanCalculator
{
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilUnderSurfaceLine/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine.cs
===================================================================
diff -u -reb77464397a17cc0a006933b6d9bfeb5cfba3d66 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilUnderSurfaceLine/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine.cs) (revision eb77464397a17cc0a006933b6d9bfeb5cfba3d66)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/MacroStabilityInwardsSoilUnderSurfaceLine/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine.cs (.../MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLine.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -111,7 +111,7 @@
///
public string MaterialName { get; }
- #region distributions
+ #region Distributions
///
/// Gets the distribution for the volumic weight of the layer above the phreatic level.
Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs
===================================================================
diff -u -ra568b0b61288dae503ebc8d86aec4ab3ce786add -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs (.../UpliftVanCalculatorStub.cs) (revision a568b0b61288dae503ebc8d86aec4ab3ce786add)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs (.../UpliftVanCalculatorStub.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -26,7 +26,7 @@
namespace Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.SubCalculator
{
///
- /// Stub for the real upliftVan sub calculator of macrostability inwards.
+ /// Stub for the real Uplift Van sub calculator of macrostability inwards.
///
public class UpliftVanCalculatorStub : IUpliftVanCalculator
{
Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticOutput.cs
===================================================================
diff -u -r3cf4d4c65cf2ce285bdeb71162cf3b0a79cb3742 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticOutput.cs (.../PipingSemiProbabilisticOutput.cs) (revision 3cf4d4c65cf2ce285bdeb71162cf3b0a79cb3742)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingSemiProbabilisticOutput.cs (.../PipingSemiProbabilisticOutput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -40,15 +40,15 @@
///
/// Creates a new instance of .
///
- /// The factor of safety for the uplift sub-mechanism.
- /// The reliability of uplift the sub-mechanism.
- /// The probability of failure due to the uplift sub-mechanism.
- /// The factor of safety for the heave sub-mechanism.
- /// The reliability of the heave sub-mechanism.
- /// The probability of failure due to the heave sub-mechanism.
- /// The factor of safety for the Sellmeijer sub-mechanism.
- /// The reliability of the Sellmeijer sub-mechanism.
- /// The probability of failure due to the Sellmeijer sub-mechanism.
+ /// The factor of safety for the uplift sub mechanism.
+ /// The reliability of uplift the sub mechanism.
+ /// The probability of failure due to the uplift sub mechanism.
+ /// The factor of safety for the heave sub mechanism.
+ /// The reliability of the heave sub mechanism.
+ /// The probability of failure due to the heave sub mechanism.
+ /// The factor of safety for the Sellmeijer sub mechanism.
+ /// The reliability of the Sellmeijer sub mechanism.
+ /// The probability of failure due to the Sellmeijer sub mechanism.
/// The required (maximum allowed) probability of failure due to piping.
/// The required (maximum allowed) reliability of the piping failure mechanism
/// The calculated probability of failing due to piping.
@@ -136,19 +136,19 @@
}
///
- /// Gets the factor of safety for the uplift sub-mechanism,
+ /// Gets the factor of safety for the uplift sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble UpliftFactorOfSafety { get; }
///
- /// Gets the reliability for the uplift sub-mechanism,
+ /// Gets the reliability for the uplift sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble UpliftReliability { get; }
///
- /// Gets the probability of failing due to the uplift failure sub-mechanism,
+ /// Gets the probability of failing due to the uplift failure sub mechanism,
/// which value in range [0,1].
///
/// Thrown when setting a value that falls
@@ -167,19 +167,19 @@
}
///
- /// Gets the factor of safety for the heave sub-mechanism,
+ /// Gets the factor of safety for the heave sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble HeaveFactorOfSafety { get; }
///
- /// Gets the reliability for the heave sub-mechanism,
+ /// Gets the reliability for the heave sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble HeaveReliability { get; }
///
- /// Gets the probability of failing due to the heave failure sub-mechanism,
+ /// Gets the probability of failing due to the heave failure sub mechanism,
/// which value in range [0,1].
///
/// Thrown when setting a value that falls
@@ -198,19 +198,19 @@
}
///
- /// Gets the factor of safety for the Sellmeijer sub-mechanism,
+ /// Gets the factor of safety for the Sellmeijer sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble SellmeijerFactorOfSafety { get; }
///
- /// Gets the reliability for the Sellmeijer sub-mechanism,
+ /// Gets the reliability for the Sellmeijer sub mechanism,
/// which is a value greater than 0.
///
public RoundedDouble SellmeijerReliability { get; }
///
- /// Gets the probability of failing due to the Sellmeijer failure sub-mechanism,
+ /// Gets the probability of failing due to the Sellmeijer failure sub mechanism,
/// which value in range [0,1].
///
/// Thrown when setting a value that falls
Index: Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorInput.cs
===================================================================
diff -u -rd6fe8399e8398224cf1bda9259052232d85b85a4 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorInput.cs (.../PipingCalculatorInput.cs) (revision d6fe8399e8398224cf1bda9259052232d85b85a4)
+++ Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorInput.cs (.../PipingCalculatorInput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -69,7 +69,7 @@
SoilProfile = properties.SoilProfile;
}
- #region properties
+ #region Properties
///
/// Gets the volumetric weight of water.
@@ -248,7 +248,7 @@
SoilProfile = null;
}
- #region properties
+ #region Properties
///
/// Gets the volumetric weight of water.
Index: Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorResult.cs
===================================================================
diff -u -r81fa8a9bf3bd503cbd280e88b8f6037a840cff12 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorResult.cs (.../PipingCalculatorResult.cs) (revision 81fa8a9bf3bd503cbd280e88b8f6037a840cff12)
+++ Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingCalculatorResult.cs (.../PipingCalculatorResult.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -133,7 +133,7 @@
public double SellmeijerReducedFall { internal get; set; }
}
- #region properties
+ #region Properties
///
/// Gets the z-value of the Uplift sub calculation.
Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingSemiProbabilisticCalculationService.cs
===================================================================
diff -u -rc7e7d504e9f3cc517e8ef3b9216a858b7fe63424 -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingSemiProbabilisticCalculationService.cs (.../PipingSemiProbabilisticCalculationService.cs) (revision c7e7d504e9f3cc517e8ef3b9216a858b7fe63424)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingSemiProbabilisticCalculationService.cs (.../PipingSemiProbabilisticCalculationService.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -165,7 +165,7 @@
}
///
- /// Calculates the reliability of piping based on the factors of safety from the sub-mechanisms.
+ /// Calculates the reliability of piping based on the factors of safety from the sub mechanisms.
///
private void CalculatePipingReliability()
{
@@ -185,9 +185,9 @@
///
/// Calculates the probability of occurrence of the piping failure mechanism.
///
- /// The calculated probability of the heave sub-mechanism.
- /// The calculated probability of the uplift sub-mechanism.
- /// The calculated probability of the Sellmeijer sub-mechanism.
+ /// The calculated probability of the heave sub mechanism.
+ /// The calculated probability of the uplift sub mechanism.
+ /// The calculated probability of the Sellmeijer sub mechanism.
/// A value representing the probability of occurrence of piping.
private static double PipingProbability(double probabilityOfHeave, double probabilityOfUplift, double probabilityOfSellmeijer)
{
@@ -218,7 +218,7 @@
}
}
- #region sub-calculation constants
+ #region Sub calculation constants
private struct SubCalculationFactors
{