Skip to content
Snippets Groups Projects
Commit d1dae159 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected use of ddtCorr off

parent b325cb86
Branches
Tags
Loading
...@@ -6,6 +6,10 @@ if (pimple.ddtCorr()) ...@@ -6,6 +6,10 @@ if (pimple.ddtCorr())
{ {
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU)*fvc::ddtCorr(U, phi, Uf)); phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU)*fvc::ddtCorr(U, phi, Uf));
} }
else
{
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU));
}
MRF.makeRelative(phiHbyA); MRF.makeRelative(phiHbyA);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment