Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create a method that allows us to add to WELLLIST #282

Open
jonnyh404 opened this issue Feb 21, 2024 · 0 comments
Open

Create a method that allows us to add to WELLLIST #282

jonnyh404 opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request Nexus Issues related to the Nexus simulator

Comments

@jonnyh404
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Lack the ability to add to a WELLLIST or create a new well list for a given datetime.

Describe the solution you'd like
Use some of the add_operations in the network file to be able to add a Welllist. Will need to make Welllist inherit from DataObjectsMixin.

The required solution will need to take a welllist name, list of wells to be added and result in the following being added to the network file.

model.network.welllists.add(welllist_name='welllist_name', wells=['well1', 'well2'], date='01/01/2020')

TIME 01/01/2020
WELLLIST welllist_name
ADD
well1
well2
ENDWELLLIST

Additional context
This is required to be able to add an RFT at a specified datetime.

@jonnyh404 jonnyh404 added enhancement New feature or request Nexus Issues related to the Nexus simulator labels Feb 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request Nexus Issues related to the Nexus simulator
Projects
None yet
Development

No branches or pull requests

1 participant