Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d1dae159
Commit
d1dae159
authored
Jun 29, 2020
by
Andrew Heather
Browse files
BUG: Corrected use of ddtCorr off
parent
b325cb86
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/pimpleFoam/pEqn.H
View file @
d1dae159
...
...
@@ -6,6 +6,10 @@ if (pimple.ddtCorr())
{
phiHbyA
+=
MRF
.
zeroFilter
(
fvc
::
interpolate
(
rAU
)
*
fvc
::
ddtCorr
(
U
,
phi
,
Uf
));
}
else
{
phiHbyA
+=
MRF
.
zeroFilter
(
fvc
::
interpolate
(
rAU
));
}
MRF
.
makeRelative
(
phiHbyA
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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