We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using append_perforation_interval from rips, exports incorrect diameter for multi-segment output, e.g,:
append_perforation_interval
well_path.append_perforation_interval( start_md=md1 end_md=md2, diameter=0.416, skin_factor=inputs['skin_factor'] )
results in correct exported COMPDAT diameters:
COMPDAT Well-1 30 26 1 1 OPEN 1* 1.538329E+01 0.41600 1.968262E+03 2.00000 1* 'Z' / Well-1 30 26 2 2 OPEN 1* 1.290645E+01 0.41600 1.651486E+03 2.00000 1* 'Z' /
but WELSEGS contain different (default?) values:
WELSEGS -- Name Dep 1 Tlen 1 Vol 1 Len&Dep PresDrop Well-1 1595.37919 1696.41967 1* ABS 'HF-' / -- First Seg Last Seg Branch Num Outlet Seg Length Depth Change Diam Rough 2 2 1 1 1697.64646 1596.33694 0.15200 0.0000100 / 3 3 1 2 1700.19092 1598.32339 0.15200 0.0000100 /
Using this function in a larger workflow I also obtained 'inf' values but this one is harder to debug:
WELSEGS -- Name Dep 1 Tlen 1 Vol 1 Len&Dep PresDrop INJ1 2700.26724 5181.08200 1* ABS 'HF-' / -- First Seg Last Seg Branch Num Outlet Seg Length Depth Change Diam Rough 2 2 1 1 5194.21916 2703.03389 inf inf / 3 3 1 2 5215.40500 2706.84611 inf inf /
Resisnight 2023.10.0 rips 2023.10.0.2
The text was updated successfully, but these errors were encountered:
Thanks for detailed description. The issue you describe is fixed in the latest release. See here for details #10781
Sorry, something went wrong.
No branches or pull requests
Using
append_perforation_interval
from rips, exports incorrect diameter for multi-segment output, e.g,:results in correct exported COMPDAT diameters:
but WELSEGS contain different (default?) values:
Using this function in a larger workflow I also obtained 'inf' values but this one is harder to debug:
Resisnight 2023.10.0
rips 2023.10.0.2
The text was updated successfully, but these errors were encountered: