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
Commits
4d02f410
Commit
4d02f410
authored
Dec 12, 2008
by
henry
Browse files
Moved setDeltaT to before the flux is made absolute.
parent
83a365ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/pimpleDyMFoam/pimpleDyMFoam.C
View file @
4d02f410
...
...
@@ -60,11 +60,12 @@ int main(int argc, char *argv[])
{
# include "readControls.H"
# include "CourantNo.H"
# include "setDeltaT.H"
// Make the fluxes absolute
fvc
::
makeAbsolute
(
phi
,
U
);
# include "setDeltaT.H"
runTime
++
;
Info
<<
"Time = "
<<
runTime
.
timeName
()
<<
nl
<<
endl
;
...
...
applications/solvers/multiphase/interDyMFoam/interDyMFoam.C
View file @
4d02f410
...
...
@@ -65,11 +65,12 @@ int main(int argc, char *argv[])
{
#include "readControls.H"
#include "CourantNo.H"
#include "setDeltaT.H"
// Make the fluxes absolute
fvc
::
makeAbsolute
(
phi
,
U
);
#include "setDeltaT.H"
runTime
++
;
Info
<<
"Time = "
<<
runTime
.
timeName
()
<<
nl
<<
endl
;
...
...
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