Merge pull request #1145 from joakim-hove/properties-testdata

Properties testdata
This commit is contained in:
Joakim Hove
2019-10-22 17:18:48 +02:00
committed by GitHub
4 changed files with 10 additions and 6 deletions
@@ -1,6 +1,6 @@
{"name" : "MULTIPLY", "sections" : ["GRID", "EDIT", "PROPS", "REGIONS", "SOLUTION"], "items" : [
{"name" : "field" , "value_type" : "STRING"},
{"name" : "factor" , "value_type" : "DOUBLE"},
{"name" : "factor" , "value_type" : "DOUBLE", "dimension" : "1"},
{"name" : "I1" , "value_type" : "INT" },
{"name" : "I2" , "value_type" : "INT" },
{"name" : "J1" , "value_type" : "INT" },
+1 -1
View File
@@ -54,7 +54,7 @@ PORO
REGIONS
FIPNUM
1*2
1*2 999*1
/
SUMMARY
+4
View File
@@ -67,10 +67,13 @@ static Deck createDeckTOP() {
"1000*0.25 /\n"
"TOPS\n"
"1000*0.25 /\n"
"BOX\n"
"1 10 1 10 1 1 /\n"
"PORO \n"
"100*0.10 /\n"
"PERMX \n"
"100*0.25 /\n"
"ENDBOX\n"
"EDIT\n"
"OIL\n"
"\n"
@@ -645,3 +648,4 @@ BOOST_AUTO_TEST_CASE(TestIOConfigCreationWithSolutionRPTSOL) {
BOOST_CHECK_EQUAL(true, rstConfig.getWriteRestartFile(0));
}
}
+4 -4
View File
@@ -243,6 +243,10 @@ BOOST_AUTO_TEST_CASE(EclipseIOIntegration) {
"DIMENS\n"
"3 3 3/\n"
"GRID\n"
"PORO\n"
"27*0.3 /\n"
"PERMX\n"
"27*1 /\n"
"INIT\n"
"DXV\n"
"1.0 2.0 3.0 /\n"
@@ -253,10 +257,6 @@ BOOST_AUTO_TEST_CASE(EclipseIOIntegration) {
"TOPS\n"
"9*100 /\n"
"PROPS\n"
"PORO\n"
"27*0.3 /\n"
"PERMX\n"
"27*1 /\n"
"REGIONS\n"
"SATNUM\n"
"27*2 /\n"