From 95110422a2c5338d061c2ffe415284ee2edf7b91 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 16 Oct 2023 19:42:57 +0100 Subject: [PATCH] multiphaseEuler: Only request pressure from moving phases --- applications/modules/multiphaseEuler/multiphaseEuler.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/modules/multiphaseEuler/multiphaseEuler.C b/applications/modules/multiphaseEuler/multiphaseEuler.C index 7ae6d868c0..e85fd97096 100644 --- a/applications/modules/multiphaseEuler/multiphaseEuler.C +++ b/applications/modules/multiphaseEuler/multiphaseEuler.C @@ -169,7 +169,7 @@ Foam::solvers::multiphaseEuler::multiphaseEuler(fvMesh& mesh) phi_(fluid_.phi()), - p_(phases_[0].fluidThermo().p()), + p_(movingPhases_[0].fluidThermo().p()), p_rgh(buoyancy.p_rgh),