adapting to the interface change for PTFlash::solve()

This commit is contained in:
Kai Bao 2025-01-13 10:25:05 +01:00
parent cbc12a915b
commit e31b9784fd

View File

@ -178,7 +178,7 @@ public:
const int spatialIdx = elemCtx.globalSpaceIndex(dofIdx, timeIdx);
std::cout << " updating the intensive quantities for Cell " << spatialIdx << std::endl;
}
FlashSolver::solve(fluidState_, z, flashTwoPhaseMethod, flashTolerance, flashVerbosity);
FlashSolver::solve(fluidState_, flashTwoPhaseMethod, flashTolerance, flashVerbosity);
if (flashVerbosity >= 5) {
// printing of flash result after solve