From 1ae61659fa5c7bccf1d5ece23f61c99a61d486ad Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sun, 3 Feb 2013 22:01:22 +0000 Subject: [PATCH] interPhaseChangeFoam: No need to check continuity error and the velocity divergence defines the compressibility effect --- applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H b/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H index 7ff971ed7f7..817db5012c2 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H @@ -49,8 +49,6 @@ } } - #include "continuityErrs.H" - p == p_rgh + rho*gh; if (p_rgh.needReference()) -- GitLab