allow for explicit initial condition for SALT and SALTP

This commit is contained in:
Paul Egberts 2022-01-18 11:05:17 +01:00
parent 0a000dae5a
commit 0e24dc78c4
4 changed files with 19 additions and 1 deletions

View File

@ -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")}};

View File

@ -9,7 +9,7 @@
"name": "SALT_CONCENTRATION",
"value_type": "DOUBLE",
"size_type": "ALL",
"dimension": "Mass/Length*Length*Length"
"dimension": "Salinity"
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "SALTP",
"sections": [
"SOLUTION"
],
"size": 1,
"items": [
{
"name": "SALT_SATURATION",
"value_type": "DOUBLE",
"size_type": "ALL",
"dimension": "1"
}
]
}

View File

@ -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