ENH: moved rho update

This commit is contained in:
andy 2011-03-24 15:08:10 +00:00
parent 1dce642fe2
commit 3d1fc441c2
2 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,6 @@ else
#include "rhoEqn.H"
#include "compressibleContinuityErrs.H"
rho = thermo.rho();
U -= rAU*fvc::grad(p);
U.correctBoundaryConditions();

View File

@ -98,6 +98,8 @@ int main(int argc, char *argv[])
turbulence->correct();
rho = thermo.rho();
if (finalIter)
{
mesh.data::remove("finalIteration");