mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected mechanical energy in pEqn of compressibleTwoPhaseEulerFoam - mantis #624
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user