TNO Intern

Commit 664ffce3 authored by Florian Knappers's avatar Florian Knappers
Browse files

debugd issue 3

parent f6660051
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ def doubletcalc(
        aquifer=aquifer,
        well_type="producer",
        pipe_segments=[WellPipeSegment(
            ah_depth=input.depth,
            tv_depth=get_along_hole_length(input.depth, well_distance, props.well_curv_scaling, props.max_tvd_stepout_factor),
            ah_depth=get_along_hole_length(input.depth, well_distance, props.well_curv_scaling, props.max_tvd_stepout_factor),
            tv_depth=input.depth,
            inner_diameter=props.inner_diameter * INCH_SI,
            roughness=props.roughness * 1e-3 * INCH_SI
        )],