Applications: use pimpleControl.dict() and simpleControl.dict() instead of looking-up the sub-dict

This commit is contained in:
Henry
2015-02-09 22:15:26 +00:00
parent 156fd4dcc6
commit fe8c5ff636
55 changed files with 134 additions and 103 deletions

View File

@ -69,6 +69,9 @@ int main(int argc, char *argv[])
#include "createEngineTime.H"
#include "createEngineMesh.H"
pimpleControl pimple(mesh);
#include "readCombustionProperties.H"
#include "createFields.H"
#include "createFvOptions.H"
@ -79,8 +82,6 @@ int main(int argc, char *argv[])
#include "setInitialDeltaT.H"
#include "startSummary.H"
pimpleControl pimple(mesh);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;