Skip to content
Snippets Groups Projects
Commit fb64cd11 authored by Henry's avatar Henry
Browse files

interDyMFoam: Updated the initialisation of phiAbs

parent 04f5f5c4
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment