interPhaseChangeFoam: Compensate for compressibility effects

This commit is contained in:
Henry
2013-08-05 15:21:54 +01:00
parent 339bda2894
commit 2c4c1320d9
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
(
fvm::ddt(rho, U)
+ fvm::div(rhoPhi, U)
- fvm::Sp(fvc::ddt(rho) + fvc::div(rhoPhi), U)
+ turbulence->divDevRhoReff(rho, U)
);

View File

@ -58,7 +58,6 @@
{
tphiAlphaCorr() -= tphiAlpha();
volScalarField alpha100("alpha100", alpha10);
alpha10 = alpha1;