interFoam: Change construction order
This commit is contained in:
parent
1d16db3fa0
commit
d14e8ed169
@ -59,6 +59,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
pimpleControl pimple(mesh);
|
||||
|
||||
#include "createRDeltaT.H"
|
||||
#include "createFields.H"
|
||||
#include "createMRF.H"
|
||||
#include "createFvOptions.H"
|
||||
@ -79,7 +80,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
#include "correctPhi.H"
|
||||
#include "createUf.H"
|
||||
#include "createRDeltaT.H"
|
||||
|
||||
if (!LTS)
|
||||
{
|
||||
|
@ -62,12 +62,12 @@ int main(int argc, char *argv[])
|
||||
|
||||
pimpleControl pimple(mesh);
|
||||
|
||||
#include "createRDeltaT.H"
|
||||
#include "initContinuityErrs.H"
|
||||
#include "createFields.H"
|
||||
#include "createMRF.H"
|
||||
#include "createFvOptions.H"
|
||||
#include "correctPhi.H"
|
||||
#include "createRDeltaT.H"
|
||||
|
||||
if (!LTS)
|
||||
{
|
||||
|
@ -52,12 +52,12 @@ int main(int argc, char *argv[])
|
||||
|
||||
pimpleControl pimple(mesh);
|
||||
|
||||
#include "createRDeltaT.H"
|
||||
#include "initContinuityErrs.H"
|
||||
#include "createFields.H"
|
||||
#include "createMRF.H"
|
||||
#include "createFvOptions.H"
|
||||
#include "correctPhi.H"
|
||||
#include "createRDeltaT.H"
|
||||
|
||||
if (!LTS)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user