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

Enhance case file #38

Open
Aleksander-Karlsson opened this issue May 8, 2024 · 0 comments
Open

Enhance case file #38

Aleksander-Karlsson opened this issue May 8, 2024 · 0 comments

Comments

@Aleksander-Karlsson
Copy link
Collaborator

Problem/task:
Completor requires all columns under the COMPLETION keyword to be filled in, even if not all combinations of valves and annulus content require all columns. E.g. it does not make sense that the annulus packer element requires input in the device type or blank portion column.

Possible solution:
Improve Completor to be more flexible and handle empty columns. It should be possible to default or leave out columns not needed in specific situations. The blank portion option should also be deleted.

Description:

The packer annulus content (PA - with zero length) should not need dummy values in the following columns: well diameter, tubing diameter, roughness, VPJ, valve type, device number and blank portion.

"Valve type" PERF means that there is no inflow control devices, thus it should not be necessary to define #valves/joint and Device# for this "valve type".

Example:

COMPLETION
--Well   Branch#   StartMD    EndMD        Screen      well      Roughness   Annulus     #valve/joint   ValveType  Device#
A1         1          1250    1500        0.15       0.1905    1.5E-005          OA        1               AICD     1                    
A1         1          1500    1500        0.15       0.1905    1.5E-005         **PA** 
A1         1          1500    2000        0.15       0.1905    1.5E-005          GP        1               AICD     1                    
A1         1          2000    2000        0.15       0.1905    1.5E-005          GP                     **PERF**
/

Business/User Value

Improve user friendliness and reduce confusion.

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

1 participant