Loading src/pythermogis/workflow/utc/doubletcalc.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 )], Loading Loading
src/pythermogis/workflow/utc/doubletcalc.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 )], Loading