mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add GRUPNET to partially suppported keywords
This commit is contained in:
parent
893568fd64
commit
dcba4d9496
@ -116,6 +116,13 @@ partiallySupported()
|
||||
{1,{true, allow_values<std::string> {"NO", "YES"}, "GRIDOPTS(TRANMULT): should be set to either NO or YES"}}, // TRANMULT
|
||||
},
|
||||
},
|
||||
{
|
||||
"GRUPNET",
|
||||
{
|
||||
{5,{true, allow_values<std::string> {}, "GRUPNET(SUBSEAMANIFOLD): not supported use default"}}, // SUB_SEA_MANIFOLD
|
||||
{6,{true, allow_values<std::string> {}, "GRUPNET(LIFTGAS): not supported use default"}}, // LIFT_GAS_FLOW_THROUGH
|
||||
}
|
||||
},
|
||||
{
|
||||
"GUIDERAT",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user