From 272ae1c8f865f8954b3357f10d88e2c5601cc1d3 Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Sat, 10 Jul 2021 09:04:15 +0800 Subject: [PATCH] Minor updates Delete time stamp update WCONPROD, TRACER and TRACERS --- .../utils/PartiallySupportedFlowKeywords.cpp | 48 ++++++++----------- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp index c3aaff596..b0d031a62 100644 --- a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp +++ b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp @@ -19,11 +19,6 @@ #include -/* - Generated : keyw-code.py - Date : 2021-07-08 16:05:58 -*/ - using namespace Opm::KeywordValidation; namespace Opm::FlowKeywordValidation { @@ -206,15 +201,15 @@ partiallySupported() { "TRACER", { - {4,{false, allow_values {}, "SOLUTION_PHASE: not supported - ignored as not used"}}, // SOLUTION_PHASE - {6,{false, allow_values {}, "ADSORB_PHASE: not supported - ignored as not used"}}, // ADSORB_PHASE + {4,{false, allow_values {}, "TRACER(SOLPHASE): partitioned tracer model not supported - ignored as not used"}}, // SOLUTION_PHASE + {6,{false, allow_values {}, "TRACER(ADSPHASE): partitioned tracer model not supported - ignored as not used"}}, // ADSORB_PHASE }, }, { "TRACERS", { - {5,{false, allow_values {"NODIFF"}, "NUMERIC_DIFF: not supported - ignored as not used"}}, // NUMERIC_DIFF - {8,{false, allow_values {"NO"}, "PASSIVE_NONLINEAR: not supported - ignored as not used"}}, // PASSIVE_NONLINEAR + {5,{false, allow_values {"NODIFF"}, "TRACERS(DIFFOPT): numerical diffusion control not implemented. - ignored as not used"}}, // NUMERIC_DIFF + {8,{false, allow_values {"NO"}, "TRACERS(NONLIN): only linear option NO supported – will continue"}}, // PASSIVE_NONLINEAR }, }, { @@ -229,13 +224,6 @@ partiallySupported() {3,{false, allow_values {"ORAT", "WRAT", "GRAT", "LRAT", "RESV", "BHP"}, "WCONHIST(TARGET): should be set to ORAT/WRAT/GRAT/LRAT/RESV or BHP – will STOP"}}, // CMODE }, }, - { - "WCONPROD", - { - {17,{false, allow_values {}, "WCONPROD(DELTAT): temperature offset not used and should be defaulted (1*) – will continue"}}, // E300_ITEM17 - {19,{false, allow_values {}, "WCONPROD(COMBPROC): linearly combined rate not used and should be defaulted (1*) – will continue"}}, // E300_ITEM19 - }, - }, { "WEFAC", { @@ -420,18 +408,18 @@ partiallySupported() { "TRACER", { - {5,{false, allow_values {0}, "NUM_PART_TABLE should be defaulted (0) - ignored as not used"}}, // NUM_PART_TABLE + {5,{false, allow_values {0}, "TRACER(KPNUM): partitioned tracer model not supported - ignored as not used"}}, // NUM_PART_TABLE }, }, { "TRACERS", { - {4,{false, allow_values {0}, "MAX_ENV_TRACERS: not supported - ignored as not used"}}, // MAX_ENV_TRACERS - {6,{false, allow_values {12}, "MAX_ITER: not supported - ignored as not used"}}, // MAX_ITER - {7,{false, allow_values {1}, "MIN_ITER: not supported - ignored as not used"}}, // MIN_ITER - {9,{false, allow_values {}, "ONEOFF_LIN_TIGHT: not supported - ignored as not used"}}, // ONEOFF_LIN_TIGHT - {10,{false, allow_values {}, "ONEOFF_NLIN_TIGHT: not supported - ignored as not used"}}, // ONEOFF_NLIN_TIGHT - {12,{false, allow_values {0}, "NTIGHTFACTORS: not supported - ignored as not used"}}, // NTIGHTFACTORS + {4,{false, allow_values {0}, "TRACERS(MXENVTR): passive environmental tracers not supported - ignored as not used"}}, // MAX_ENV_TRACERS + {6,{false, allow_values {12}, "TRACERS(MXITRTR): not supported - ignored as not used"}}, // MAX_ITER + {7,{false, allow_values {1}, "TRACERS(MNITRTR): not supported - ignored as not used"}}, // MIN_ITER + {9,{false, allow_values {}, "TRACERS(LNCONFAC): not supported - ignored as not used"}}, // ONEOFF_LIN_TIGHT + {10,{false, allow_values {}, "TRACERS(NLCONFAC): not supported - ignored as not used"}}, // ONEOFF_NLIN_TIGHT + {12,{false, allow_values {0}, "TRACERS(NUMCONF): not supported - ignored as not used"}}, // NTIGHTFACTORS }, }, { @@ -575,6 +563,12 @@ partiallySupported() {4,{false, allow_values {0}, "ROCKCOMP(CARKZEXP): transmissibility dependent on porosity model is not supported"}}, // CARKZEXP }, }, + { + "TRACERS", + { + {11,{false, allow_values {1.0}, "TRACERS(CONFAC): not supported - ignored as not used"}}, // TIGHTENING_FACTORS + }, + }, { "VISCREF", { @@ -615,7 +609,9 @@ partiallySupported() {14,{false, allow_values {}, "WCONPROD(MOLARATE): molar rate not used and should be defaulted (1*) – will continue"}}, // E300_ITEM14 {15,{false, allow_values {}, "WCONPROD(STEAMRAT): steam rate is not used and should be defaulted (1*) – will continue"}}, // E300_ITEM15 {16,{false, allow_values {}, "WCONPROD(DELTAP): pressure offset not used and should be defaulted (1*) – will continue"}}, // E300_ITEM16 + {17,{false, allow_values {}, "WCONPROD(DELTAT): temperature offset not used and should be defaulted (1*) – will continue"}}, // E300_ITEM17 {18,{false, allow_values {}, "WCONPROD(CALRATE): calorific rate not used and should be defaulted (1*) – will continue"}}, // E300_ITEM18 + {19,{false, allow_values {}, "WCONPROD(COMBPROC): linearly combined rate not used and should be defaulted (1*) – will continue"}}, // E300_ITEM19 {20,{false, allow_values {}, "WCONPROD(NGL): natural gas liquid rate is not used and should be defaulted (1*) – will continue"}}, // E300_ITEM20 }, }, @@ -632,12 +628,6 @@ partiallySupported() {6,{false, allow_values {0}, "WLIFTOPT(OPTGAS): incremental gas weighting not supported – will continue"}}, // DELTA_GAS_RATE_WEIGHT_FACTOR }, }, - { - "TRACERS", - { - {11,{false, allow_values {1.0}, "TIGHTENING_FACTORS: not supported - ignored as not used"}}, // TIGHTENING_FACTORS - }, - }, }; return partially_supported_keywords_double;