historyProperties(): Add note on numerically zero defaults
This is a hint to a future maintainers that the subsequent control modes are unconditionally supported.
This commit is contained in:
parent
07c7b59702
commit
e23659b286
@ -175,6 +175,10 @@ namespace Opm {
|
||||
p.predictionMode = false;
|
||||
|
||||
// Modes supported in WCONHIST just from {O,W,G}RAT values
|
||||
//
|
||||
// Note: The default value of observed {O,W,G}RAT is zero
|
||||
// (numerically) whence the following control modes are
|
||||
// unconditionally supported.
|
||||
const std::vector<std::string> controlModes{
|
||||
"ORAT", "WRAT", "GRAT", "LRAT", "RESV"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user