Merge remote-tracking branch 'kristian/new-norne-keywords' into add-keywords
This commit is contained in:
commit
d430b97533
3
opm/parser/share/keywords/C/CGFR
Normal file
3
opm/parser/share/keywords/C/CGFR
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "CGFR", "items" : [
|
||||
{"name" : "MNEMONIC_LIST" , "size_type" : "ALL" , "value_type" : "STRING"}
|
||||
]}
|
3
opm/parser/share/keywords/C/CGPT
Normal file
3
opm/parser/share/keywords/C/CGPT
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "CGPT", "items" : [
|
||||
{"name" : "MNEMONIC_LIST" , "size_type" : "ALL" , "value_type" : "STRING"}
|
||||
]}
|
3
opm/parser/share/keywords/C/CWFR
Normal file
3
opm/parser/share/keywords/C/CWFR
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "CWFR", "items" : [
|
||||
{"name" : "MNEMONIC_LIST" , "size_type" : "ALL" , "value_type" : "STRING"}
|
||||
]}
|
3
opm/parser/share/keywords/C/CWIR
Normal file
3
opm/parser/share/keywords/C/CWIR
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "CWIR", "items" : [
|
||||
{"name" : "MNEMONIC_LIST" , "size_type" : "ALL" , "value_type" : "STRING"}
|
||||
]}
|
3
opm/parser/share/keywords/C/CWIT
Normal file
3
opm/parser/share/keywords/C/CWIT
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "CWIT", "items" : [
|
||||
{"name" : "MNEMONIC_LIST" , "size_type" : "ALL" , "value_type" : "STRING"}
|
||||
]}
|
1
opm/parser/share/keywords/D/DATE
Normal file
1
opm/parser/share/keywords/D/DATE
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "DATE"}
|
4
opm/parser/share/keywords/D/DENSITY
Normal file
4
opm/parser/share/keywords/D/DENSITY
Normal file
@ -0,0 +1,4 @@
|
||||
{"name" : "DENSITY", "size" : {"keyword":"TABDIMS", "item":"NTPVT" }, "items" :
|
||||
[{"name": "OIL" , "value_type" : "FLOAT", "default": 600},
|
||||
{"name": "WATER" , "value_type" : "FLOAT", "default": 999.014},
|
||||
{"name": "GAS" , "value_type" : "FLOAT", "default": 1}]}
|
4
opm/parser/share/keywords/D/DRSDT
Normal file
4
opm/parser/share/keywords/D/DRSDT
Normal file
@ -0,0 +1,4 @@
|
||||
{"name" : "DRSDT", "size" : 1, "items" :
|
||||
[{"name" : "DRSDT" , "value_type" : "FLOAT"},
|
||||
{"name" : "Option" , "value_type" : "STRING", "default" : "ALL"}]
|
||||
}
|
15
opm/parser/share/keywords/E/EHYSTR
Normal file
15
opm/parser/share/keywords/E/EHYSTR
Normal file
@ -0,0 +1,15 @@
|
||||
{"name" : "EHYSTR" , "size" : 1, "items" :
|
||||
[
|
||||
{"name" : "curvature_caplillary_pressure_hyst", "value_type" : "FLOAT", "default" : 0.1},
|
||||
{"name" : "relative_perm_hyst", "value_type" : "INT", "default" : 0, "comment" : "Default is 2 for Eclipse300"},
|
||||
{"name" : "curvature_param_killough_wetting", "value_type" : "FLOAT", "default" : 1.0},
|
||||
{"name" : "mod_param_trapped", "value_type" : "FLOAT", "default" : 0.1},
|
||||
{"name" : "limiting_hyst_flag", "value_type" : "STRING", "default" : "BOTH"},
|
||||
{"name" : "shape_cap_press_flag", "value_type" : "STRING", "default" : "RETR"},
|
||||
{"name" : "init_fluid_mob_flag", "value_type" : "STRING", "default" : "DRAIN"},
|
||||
{"name" : "wetting_phase_flag", "value_type" : "STRING"},
|
||||
{"name" : "baker_flag_oil", "value_type" : "STRING", "default" : "NO"},
|
||||
{"name" : "baker_flag_gas", "value_type" : "STRING", "default" : "NO"},
|
||||
{"name" : "baker_flag_water", "value_type" : "STRING", "default" : "NO"},
|
||||
{"name" : "threshold_saturation", "value_type" : "FLOAT", "default" : 0.0}
|
||||
]}
|
3
opm/parser/share/keywords/E/EQLNUM
Normal file
3
opm/parser/share/keywords/E/EQLNUM
Normal file
@ -0,0 +1,3 @@
|
||||
{"name" : "EQLNUM" , "size" : 1, "items" :
|
||||
[{"name" : "EQL_REGION", "value_type" : "INT"}]
|
||||
}
|
14
opm/parser/share/keywords/F/FAULTS
Normal file
14
opm/parser/share/keywords/F/FAULTS
Normal file
@ -0,0 +1,14 @@
|
||||
{"name" : "FAULTS", "items" :
|
||||
[
|
||||
{"name" : "NAME", "value_type" : "STRING"},
|
||||
{"name" : "IX1", "value_type" : "INT"},
|
||||
{"name" : "IX2", "value_type" : "INT"},
|
||||
{"name" : "IY1", "value_type" : "INT"},
|
||||
{"name" : "IY2", "value_type" : "INT"},
|
||||
{"name" : "IZ1", "value_type" : "INT"},
|
||||
{"name" : "IZ2", "value_type" : "INT"},
|
||||
{"name" : "FACE", "value_type" : "STRING"}
|
||||
]
|
||||
}
|
||||
|
||||
|
1
opm/parser/share/keywords/F/FGCR
Normal file
1
opm/parser/share/keywords/F/FGCR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGCR" }
|
1
opm/parser/share/keywords/F/FGCT
Normal file
1
opm/parser/share/keywords/F/FGCT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGCT" }
|
1
opm/parser/share/keywords/F/FGIP
Normal file
1
opm/parser/share/keywords/F/FGIP
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGIP" }
|
1
opm/parser/share/keywords/F/FGIR
Normal file
1
opm/parser/share/keywords/F/FGIR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGIR" }
|
1
opm/parser/share/keywords/F/FGIRH
Normal file
1
opm/parser/share/keywords/F/FGIRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGIRH" }
|
1
opm/parser/share/keywords/F/FGIT
Normal file
1
opm/parser/share/keywords/F/FGIT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGIT" }
|
1
opm/parser/share/keywords/F/FGITH
Normal file
1
opm/parser/share/keywords/F/FGITH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGITH" }
|
1
opm/parser/share/keywords/F/FGOR
Normal file
1
opm/parser/share/keywords/F/FGOR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGOR" }
|
1
opm/parser/share/keywords/F/FGORH
Normal file
1
opm/parser/share/keywords/F/FGORH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGORH" }
|
1
opm/parser/share/keywords/F/FGPR
Normal file
1
opm/parser/share/keywords/F/FGPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGPR" }
|
1
opm/parser/share/keywords/F/FGPRH
Normal file
1
opm/parser/share/keywords/F/FGPRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGPRH" }
|
1
opm/parser/share/keywords/F/FGPT
Normal file
1
opm/parser/share/keywords/F/FGPT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGPT" }
|
1
opm/parser/share/keywords/F/FGPTH
Normal file
1
opm/parser/share/keywords/F/FGPTH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGPTH" }
|
1
opm/parser/share/keywords/F/FGSR
Normal file
1
opm/parser/share/keywords/F/FGSR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGSR" }
|
1
opm/parser/share/keywords/F/FGST
Normal file
1
opm/parser/share/keywords/F/FGST
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FGST" }
|
1
opm/parser/share/keywords/F/FLPR
Normal file
1
opm/parser/share/keywords/F/FLPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FLPR" }
|
1
opm/parser/share/keywords/F/FLPRH
Normal file
1
opm/parser/share/keywords/F/FLPRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FLPRH" }
|
1
opm/parser/share/keywords/F/FLPT
Normal file
1
opm/parser/share/keywords/F/FLPT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FLPT" }
|
1
opm/parser/share/keywords/F/FLPTH
Normal file
1
opm/parser/share/keywords/F/FLPTH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FLPTH" }
|
1
opm/parser/share/keywords/F/FOIP
Normal file
1
opm/parser/share/keywords/F/FOIP
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FOIP" }
|
1
opm/parser/share/keywords/F/FOPR
Normal file
1
opm/parser/share/keywords/F/FOPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FOPR" }
|
1
opm/parser/share/keywords/F/FOPRH
Normal file
1
opm/parser/share/keywords/F/FOPRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FOPRH" }
|
1
opm/parser/share/keywords/F/FOPT
Normal file
1
opm/parser/share/keywords/F/FOPT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FOPT" }
|
1
opm/parser/share/keywords/F/FOPTH
Normal file
1
opm/parser/share/keywords/F/FOPTH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FOPTH" }
|
1
opm/parser/share/keywords/F/FPR
Normal file
1
opm/parser/share/keywords/F/FPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FPR" }
|
1
opm/parser/share/keywords/F/FVIR
Normal file
1
opm/parser/share/keywords/F/FVIR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FVIR" }
|
1
opm/parser/share/keywords/F/FVIT
Normal file
1
opm/parser/share/keywords/F/FVIT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FVIT" }
|
1
opm/parser/share/keywords/F/FVPR
Normal file
1
opm/parser/share/keywords/F/FVPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FVPR" }
|
1
opm/parser/share/keywords/F/FVPT
Normal file
1
opm/parser/share/keywords/F/FVPT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FVPT" }
|
1
opm/parser/share/keywords/F/FWCT
Normal file
1
opm/parser/share/keywords/F/FWCT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWCT" }
|
1
opm/parser/share/keywords/F/FWCTH
Normal file
1
opm/parser/share/keywords/F/FWCTH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWCTH" }
|
1
opm/parser/share/keywords/F/FWIP
Normal file
1
opm/parser/share/keywords/F/FWIP
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWIP" }
|
1
opm/parser/share/keywords/F/FWIR
Normal file
1
opm/parser/share/keywords/F/FWIR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWIR" }
|
1
opm/parser/share/keywords/F/FWIRH
Normal file
1
opm/parser/share/keywords/F/FWIRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWIRH" }
|
1
opm/parser/share/keywords/F/FWIT
Normal file
1
opm/parser/share/keywords/F/FWIT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWIT" }
|
1
opm/parser/share/keywords/F/FWITH
Normal file
1
opm/parser/share/keywords/F/FWITH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWITH" }
|
1
opm/parser/share/keywords/F/FWPR
Normal file
1
opm/parser/share/keywords/F/FWPR
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWPR" }
|
1
opm/parser/share/keywords/F/FWPRH
Normal file
1
opm/parser/share/keywords/F/FWPRH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWPRH" }
|
1
opm/parser/share/keywords/F/FWPT
Normal file
1
opm/parser/share/keywords/F/FWPT
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWPT" }
|
1
opm/parser/share/keywords/F/FWPTH
Normal file
1
opm/parser/share/keywords/F/FWPTH
Normal file
@ -0,0 +1 @@
|
||||
{"name" : "FWPTH" }
|
Loading…
Reference in New Issue
Block a user