wip coupling to opm-models compositionalflash

This commit is contained in:
Trine Mykkeltvedt 2022-06-08 08:33:05 +02:00
parent a8e34880c8
commit b0863ec492

View File

@ -172,7 +172,7 @@ public:
Scalar Vtest = 1 - L_scalar;
const std::string twoPhaseMethod = "ssi"; // "ssi"
const std::string twoPhaseMethod = "newton"; // "ssi"
flash_2ph(z_scalar, twoPhaseMethod, K_scalar, L_scalar, fluid_state_scalar, verbosity);