Added FGLIR and GGLIR.
This commit is contained in:
@@ -1098,6 +1098,7 @@ static const std::unordered_map< std::string, ofun > funs = {
|
||||
{ "GWPR", rate< rt::wat, producer > },
|
||||
{ "GOPR", rate< rt::oil, producer > },
|
||||
{ "GGPR", rate< rt::gas, producer > },
|
||||
{ "GGLIR", alqrate },
|
||||
{ "GNPR", rate< rt::solvent, producer > },
|
||||
{ "GCPR", rate< rt::polymer, producer > },
|
||||
{ "GSPR", rate< rt::brine, producer > },
|
||||
@@ -1251,6 +1252,7 @@ static const std::unordered_map< std::string, ofun > funs = {
|
||||
{ "FWPR", rate< rt::wat, producer > },
|
||||
{ "FOPR", rate< rt::oil, producer > },
|
||||
{ "FGPR", rate< rt::gas, producer > },
|
||||
{ "FGLIR", alqrate },
|
||||
{ "FNPR", rate< rt::solvent, producer > },
|
||||
{ "FCPR", rate< rt::polymer, producer > },
|
||||
{ "FSPR", rate< rt::brine, producer > },
|
||||
|
||||
@@ -194,7 +194,7 @@ namespace {
|
||||
|
||||
bool is_rate(const std::string& keyword) {
|
||||
static const keyword_set ratekw {
|
||||
"OPR", "GPR", "WPR", "WGLIR", "LPR", "NPR", "VPR",
|
||||
"OPR", "GPR", "WPR", "GLIR", "LPR", "NPR", "VPR",
|
||||
"OPGR", "GPGR", "WPGR", "VPGR",
|
||||
"OPRH", "GPRH", "WPRH", "LPRH",
|
||||
"OVPR", "GVPR", "WVPR",
|
||||
|
||||
Reference in New Issue
Block a user