Skip to content
Snippets Groups Projects
Commit 2d419cc7 authored by andy's avatar andy
Browse files

BUG: Corrected mechanical energy in pEqn of compressibleTwoPhaseEulerFoam - mantis #624

parent 0dae57fb
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@
rho2 = rho20 + psi2*p;
K1 = 0.5*magSqr(U1);
K2 = 0.5*magSqr(U1);
K2 = 0.5*magSqr(U2);
dpdt = fvc::ddt(p);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment