Skip to content

Commit

Permalink
Merge pull request #1084 from andlaus/add_SPOLY
Browse files Browse the repository at this point in the history
Add SPOLY and make SSOL a grid property
  • Loading branch information
joakim-hove authored Jun 12, 2017
2 parents b0234b7 + b680eb8 commit bb074b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/eclipse/EclipseState/Eclipse3DProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ namespace Opm {
supportedDoubleKeywords.emplace_back( "PRESSURE", 0.0 , "Pressure" );
supportedDoubleKeywords.emplace_back( "SWAT", 0.0 , "1" );
supportedDoubleKeywords.emplace_back( "SGAS", 0.0 , "1" );
supportedDoubleKeywords.emplace_back( "SSOL", 0.0 , "1" );
supportedDoubleKeywords.emplace_back( "SPOLY", 0.0 , "Density" );
supportedDoubleKeywords.emplace_back( "RS", 0.0, "1" );
supportedDoubleKeywords.emplace_back( "RV", 0.0, "1" );

Expand Down
8 changes: 8 additions & 0 deletions lib/eclipse/share/keywords/000_Eclipse100/S/SPOLY
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name" : "SPOLY" ,
"sections" : ["SOLUTION", "SPECIAL"],
"data" : {
"value_type" : "DOUBLE",
"dimension" : "Density"
}
}

0 comments on commit bb074b9

Please sign in to comment.