Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
3025df4e
Commit
3025df4e
authored
Jun 26, 2015
by
Henry Weller
Browse files
interFoam: Change construction order
parent
e0d7809c
Changes
3
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/interFoam/interDyMFoam/interDyMFoam.C
View file @
3025df4e
...
...
@@ -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
)
{
...
...
applications/solvers/multiphase/interFoam/interFoam.C
View file @
3025df4e
...
...
@@ -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
)
{
...
...
applications/solvers/multiphase/interFoam/interMixingFoam/interMixingFoam.C
View file @
3025df4e
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment