From 7fc41b99aa8641ce476b5140547007821e8cf791 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Wed, 16 Nov 2022 11:30:20 +0100 Subject: [PATCH] adding the definition of keyword WINJCLN --- .../eclipse/share/keywords/900_OPM/W/WINJCLN | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/opm/input/eclipse/share/keywords/900_OPM/W/WINJCLN diff --git a/src/opm/input/eclipse/share/keywords/900_OPM/W/WINJCLN b/src/opm/input/eclipse/share/keywords/900_OPM/W/WINJCLN new file mode 100644 index 000000000..5c2a66cf6 --- /dev/null +++ b/src/opm/input/eclipse/share/keywords/900_OPM/W/WINJCLN @@ -0,0 +1,32 @@ +{ + "name": "WINJCLN", + "sections": [ + "SCHEDULE" + ], + "items": [ + { + "name": "WELL_NAME", + "value_type": "STRING" + }, + { + "name": "FRAC_REMOVE", + "value_type": "1", + "default": 1.0 + }, + { + "name": "I", + "value_type": "INT", + "default": -1 + }, + { + "name": "J", + "value_type": "INT", + "default": -1 + }, + { + "name": "K", + "value_type": "INT", + "default": -1 + } + ] +}