Reverted to old calculation of rho

This commit is contained in:
Hrvoje Jasak 2016-05-31 14:32:55 +01:00
parent 2915b66887
commit 5fdff77153

View file

@ -33,6 +33,3 @@
<< " Max(alpha1) = " << max(alpha1).value()
<< endl;
}
solve(fvm::ddt(rho) + fvc::div(rhoPhi));