Add support for MISCNUM
- MISCNUM is used to specify miscibility regions
This commit is contained in:
@@ -521,7 +521,8 @@ namespace Opm {
|
||||
SupportedIntKeywordInfo( "ENDNUM" , 1, "1" ),
|
||||
SupportedIntKeywordInfo( "FLUXNUM" , 1 , "1" ),
|
||||
SupportedIntKeywordInfo( "MULTNUM", 1 , "1" ),
|
||||
SupportedIntKeywordInfo( "FIPNUM" , 1, "1" )
|
||||
SupportedIntKeywordInfo( "FIPNUM" , 1, "1" ),
|
||||
SupportedIntKeywordInfo( "MISCNUM", 1, "1" )
|
||||
});
|
||||
|
||||
double nan = std::numeric_limits<double>::quiet_NaN();
|
||||
|
||||
1
opm/parser/share/keywords/000_Eclipse100/M/MISCNUM
Normal file
1
opm/parser/share/keywords/000_Eclipse100/M/MISCNUM
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "MISCNUM", "sections" : ["REGIONS"], "data" : {"value_type" : "INT" }}
|
||||
Reference in New Issue
Block a user