interDyMFoam: Updated the initialisation of phiAbs

This commit is contained in:
Henry
2011-11-28 13:59:53 +00:00
parent 04f5f5c459
commit fb64cd1131

View File

@ -54,13 +54,13 @@ int main(int argc, char *argv[])
pimpleControl pimple(mesh);
surfaceScalarField phiAbs("phiAbs", phi);
fvc::makeAbsolute(phiAbs, U);
#include "correctPhi.H"
#include "CourantNo.H"
#include "setInitialDeltaT.H"
surfaceScalarField phiAbs("phiAbs", phi);
fvc::makeAbsolute(phiAbs, U);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;