Skip to content
New issue

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

Exported perforation files with rips contain incorrect diameter #11102

Closed
slawekszklarz opened this issue Jan 23, 2024 · 1 comment
Closed

Exported perforation files with rips contain incorrect diameter #11102

slawekszklarz opened this issue Jan 23, 2024 · 1 comment

Comments

@slawekszklarz
Copy link

Using append_perforation_interval from rips, exports incorrect diameter for multi-segment output, e.g,:

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

@magnesj
Copy link
Member

magnesj commented Jan 23, 2024

Thanks for detailed description. The issue you describe is fixed in the latest release. See here for details #10781

@magnesj magnesj closed this as completed Jan 23, 2024
@github-actions github-actions bot added the PendingRelease Issues is fixed and will be available in next release label Jan 23, 2024
@magnesj magnesj removed the PendingRelease Issues is fixed and will be available in next release label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants