Added SWATINIT as supported grid property.

This commit is contained in:
Joakim Hove
2014-06-25 18:26:31 +02:00
parent 93c5ac23f2
commit 6d88a8dabe

View File

@@ -317,6 +317,9 @@ namespace Opm {
SupportedDoubleKeywordInfo( "MULTX-", 1.0, "1" ),
SupportedDoubleKeywordInfo( "MULTY-", 1.0, "1" ),
SupportedDoubleKeywordInfo( "MULTZ-", 1.0, "1" ),
// initialisation
SupportedDoubleKeywordInfo( "SWATINIT" , 0.0, "1");
// pore volume multipliers
SupportedDoubleKeywordInfo( "MULTPV", 1.0, "1" ),