Skip to content

Commit

Permalink
eclipse deck -> input deck
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Nov 15, 2023
1 parent 06178b3 commit 122a111
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Glossary
========

.. glossary::

deck/input deck
Inputs provided to reservoir simulators such as Eclipse or OpenMP.
Usually a .DATA file pointing to other include files. One deck points
to multiple include files.

include files
Individual include files that provide inputs to reservoir simulators.


4 changes: 2 additions & 2 deletions docs/usage/satfunc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Alternatively, the same data can be produced as a CSV file using the command lin
It is possible to extract keywords one at a time using the ``--keywords`` command
line option.

Instead of Eclipse data decks, individual include files may also be parsed, but
Instead of data decks, individual include files may also be parsed, but
only one at a time.

Generating Eclipse include files from dataframes
Generating include files from dataframes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When a dataframe of saturation function data is loaded into Python, any operation
Expand Down
2 changes: 1 addition & 1 deletion res2df/inferdims.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Support module for inferring EQLDIMS and TABDIMS from incomplete
Eclipse 100 decks (typically single include-files)
input decks (typically single include-files)
"""

import logging
Expand Down

0 comments on commit 122a111

Please sign in to comment.