Merge pull request #1119 from stefoss23/add_keywords_M
Added keywords beginning w/ M.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{"name" : "MESSOPTS" , "sections" : ["SCHEDULE"], "size" : 1 , "items" : [
|
||||
{"name" : "MNEMONIC" , "value_type" : "STRING"},
|
||||
{"name" : "SEVERITY" , "value_type" : "INT"}
|
||||
|
||||
]}
|
||||
@@ -0,0 +1,4 @@
|
||||
{"name" : "MESSSRVC" , "sections" : ["RUNSPEC"], "size" : 1 , "items" : [
|
||||
{"name" : "PRODUCE_MESSAGE" , "value_type" : "STRING", "default" : "ON"}
|
||||
|
||||
]}
|
||||
@@ -0,0 +1,6 @@
|
||||
{"name" : "MINNNCT" , "sections" : ["GRID"], "size" : 1 , "items" : [
|
||||
{"name" : "CUTOFF_TRANSMISSIBILITY" , "value_type" : "DOUBLE", "dimension": "Transmissibility", "default" : 0.0},
|
||||
{"name" : "DIFFUSIVITY" , "value_type" : "DOUBLE", "dimension": "Length", "default" : 0.0},
|
||||
{"name" : "CUTOFF_THERMAL_TRANSMISSIBILITY" , "value_type" : "DOUBLE", "dimension": "Energy/AbsoluteTemperature*Time", "default" : 0.0}
|
||||
|
||||
]}
|
||||
@@ -0,0 +1,4 @@
|
||||
{"name" : "MINPORV" , "sections" : ["GRID"], "size" : 1 , "items" : [
|
||||
{"name" : "MIN_PORE_VOL" , "value_type" : "DOUBLE", "dimension": "ReservoirVolume", "default" : 0.000001}
|
||||
|
||||
]}
|
||||
@@ -0,0 +1 @@
|
||||
{"name" : "MLANG" , "sections" : ["PROPS"], "data" : {"value_type" : "DOUBLE" , "dimension":"GasSurfaceVolume/Length*Length*Length"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"name" : "MLANGSLV" , "sections" : ["PROPS"], "data" : {"value_type" : "DOUBLE" , "dimension":"GasSurfaceVolume/Length*Length*Length"}}
|
||||
@@ -22,6 +22,7 @@
|
||||
#GECONT records of records
|
||||
#GIALL records of tables
|
||||
#MASSFLOW tables w/ int, double, str
|
||||
#MESSAGE record without slash
|
||||
#UDT
|
||||
#STOG, STOW, STWG records of records
|
||||
|
||||
@@ -459,13 +460,19 @@ set( keywords
|
||||
000_Eclipse100/M/MAXVALUE
|
||||
000_Eclipse100/M/MEMORY
|
||||
000_Eclipse100/M/MESSAGES
|
||||
000_Eclipse100/M/MESSOPTS
|
||||
000_Eclipse100/M/MESSSRVC
|
||||
000_Eclipse100/M/METRIC
|
||||
000_Eclipse100/M/MINNNCT
|
||||
000_Eclipse100/M/MINPORV
|
||||
000_Eclipse100/M/MINPV
|
||||
000_Eclipse100/M/MINPVV
|
||||
000_Eclipse100/M/MINVALUE
|
||||
000_Eclipse100/M/MISC
|
||||
000_Eclipse100/M/MISCIBLE
|
||||
000_Eclipse100/M/MISCNUM
|
||||
000_Eclipse100/M/MLANG
|
||||
000_Eclipse100/M/MLANGSLV
|
||||
000_Eclipse100/M/MONITOR
|
||||
000_Eclipse100/M/MSFN
|
||||
000_Eclipse100/M/MSGFILE
|
||||
|
||||
Reference in New Issue
Block a user