Add support for MISCNUM

- MISCNUM is used to specify miscibility regions
This commit is contained in:
Tor Harald Sandve
2016-02-15 14:59:43 +01:00
parent 31961cc193
commit 710df504e2
2 changed files with 3 additions and 1 deletions

View File

@@ -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();

View File

@@ -0,0 +1 @@
{"name" : "MISCNUM", "sections" : ["REGIONS"], "data" : {"value_type" : "INT" }}