mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 16:11:57 -06:00
Explanation for primary variable switches
This commit is contained in:
parent
a678f5f471
commit
5d364cc560
@ -470,7 +470,12 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Primary variable switches possibilities for black-oil (from -> to)
|
||||
// Sw_po_Sg (3-phase) -> Rvw_po_Sg, Sw_pg_Rv, Rvw_pg_Rv, Sw_po_Rs
|
||||
// Sw_pg_Rv (water-gas) -> Rvw_pg_Rv, Sw_po_Sg, Rvw_po_Sg
|
||||
// Rvw_po_Sg (gas-oil) -> Sw_po_Sg, Rvw_pg_Rv
|
||||
// Rvw_pg_Rv (gas) -> Sw_pg_Rv, Rvw_po_Sg
|
||||
// Sw_po_Rs (water-oil) -> Sw_po_Sg
|
||||
if (primaryVarsMeaning() == Sw_po_Sg) {
|
||||
|
||||
// special case for cells with almost only water
|
||||
|
Loading…
Reference in New Issue
Block a user