allow for explicit initial condition for SALT and SALTP
This commit is contained in:
parent
0a000dae5a
commit
0e24dc78c4
@ -259,6 +259,8 @@ static const std::unordered_map<std::string, keyword_info<double>> double_keywor
|
||||
{"SUREA", keyword_info<double>{}.unit_string("Density")},
|
||||
{"SBIOF", keyword_info<double>{}},
|
||||
{"SCALC", keyword_info<double>{}},
|
||||
{"SALTP", keyword_info<double>{}},
|
||||
{"SALT", keyword_info<double>{}.unit_string("Density")},
|
||||
{"TEMPI", keyword_info<double>{}.unit_string("Temperature")},
|
||||
{"RS", keyword_info<double>{}.unit_string("GasDissolutionFactor")},
|
||||
{"RV", keyword_info<double>{}.unit_string("OilDissolutionFactor")}};
|
||||
|
@ -9,7 +9,7 @@
|
||||
"name": "SALT_CONCENTRATION",
|
||||
"value_type": "DOUBLE",
|
||||
"size_type": "ALL",
|
||||
"dimension": "Mass/Length*Length*Length"
|
||||
"dimension": "Salinity"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
15
src/opm/input/eclipse/share/keywords/900_OPM/S/SALTP
Normal file
15
src/opm/input/eclipse/share/keywords/900_OPM/S/SALTP
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "SALTP",
|
||||
"sections": [
|
||||
"SOLUTION"
|
||||
],
|
||||
"size": 1,
|
||||
"items": [
|
||||
{
|
||||
"name": "SALT_SATURATION",
|
||||
"value_type": "DOUBLE",
|
||||
"size_type": "ALL",
|
||||
"dimension": "1"
|
||||
}
|
||||
]
|
||||
}
|
@ -1113,6 +1113,7 @@ set( keywords
|
||||
900_OPM/P/PYINPUT
|
||||
900_OPM/R/RHO
|
||||
900_OPM/R/RWGSALT
|
||||
900_OPM/S/SALTP
|
||||
900_OPM/S/SALTPVD
|
||||
900_OPM/S/SALTSOL
|
||||
900_OPM/S/SBIOF
|
||||
|
Loading…
Reference in New Issue
Block a user