Added ddtPhiCorr back into the pEqn, use if wisely.

This commit is contained in:
henry
2008-12-12 12:24:12 +00:00
parent d3dde21aff
commit 8d2bed91ce
9 changed files with 15 additions and 11 deletions

View File

@ -60,12 +60,11 @@ int main(int argc, char *argv[])
{
# include "readControls.H"
# include "CourantNo.H"
# include "setDeltaT.H"
// Make the fluxes absolute
fvc::makeAbsolute(phi, U);
# include "setDeltaT.H"
runTime++;
Info<< "Time = " << runTime.timeName() << nl << endl;