TNO Intern

Commit 5be6e03d authored by Florian Knappers's avatar Florian Knappers
Browse files

debugd issue 1

parent 82438826
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ def doubletcalc(
        aquifer=aquifer,
        well_type="injector",
        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
        )],