Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs =================================================================== diff -u -r39e941a3f116d264000cd6f46a61f64674063933 -re92b96920abfc1e5463b11f4819e2fb79938d3f8 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision 39e941a3f116d264000cd6f46a61f64674063933) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision e92b96920abfc1e5463b11f4819e2fb79938d3f8) @@ -317,8 +317,6 @@ } } - #region Derived input - /// /// Gets or sets the outside high water level. /// [m+NAP] @@ -347,20 +345,6 @@ } } - /// - /// Gets the piezometric head at the exit point. - /// [m] - /// - public RoundedDouble PiezometricHeadExit - { - get - { - return new DerivedPipingInput(this).PiezometricHeadExit; - } - } - - #endregion - #region General input parameters /// @@ -512,78 +496,6 @@ } /// - /// Gets the horizontal distance between entry and exit point. - /// [m] - /// - public VariationCoefficientLogNormalDistribution SeepageLength - { - get - { - return new DerivedPipingInput(this).SeepageLength; - } - } - - /// - /// Gets the sieve size through which 70% of the grains of the top part of the aquifer pass. - /// [m] - /// - public VariationCoefficientLogNormalDistribution Diameter70 - { - get - { - return new DerivedPipingInput(this).DiameterD70; - } - } - - /// - /// Gets the Darcy-speed with which water flows through the aquifer layer. - /// [m/s] - /// - public VariationCoefficientLogNormalDistribution DarcyPermeability - { - get - { - return new DerivedPipingInput(this).DarcyPermeability; - } - } - - /// - /// Gets the total thickness of the aquifer layers at the exit point. - /// [m] - /// - public LogNormalDistribution ThicknessAquiferLayer - { - get - { - return new DerivedPipingInput(this).ThicknessAquiferLayer; - } - } - - /// - /// Gets the total thickness of the coverage layer at the exit point. - /// [m] - /// - public LogNormalDistribution ThicknessCoverageLayer - { - get - { - return new DerivedPipingInput(this).ThicknessCoverageLayer; - } - } - - /// - /// Gets the effective thickness of the coverage layer at the exit point. - /// [m] - /// - public LogNormalDistribution EffectiveThicknessCoverageLayer - { - get - { - return new DerivedPipingInput(this).EffectiveThicknessCoverageLayer; - } - } - - /// /// Gets or sets the damping factor at the exit point. /// public LogNormalDistribution DampingFactorExit @@ -599,17 +511,6 @@ } } - /// - /// Gets the volumic weight of the saturated coverage layer. - /// - public LogNormalDistribution SaturatedVolumicWeightOfCoverageLayer - { - get - { - return new DerivedPipingInput(this).SaturatedVolumicWeightOfCoverageLayer; - } - } - #endregion } } \ No newline at end of file