BUG: Corrected ddtCorr switch - see #2183

This commit is contained in:
Andrew Heather
2021-08-17 15:36:19 +01:00
parent 9678b1dc22
commit 8be3f3d910
2 changed files with 0 additions and 8 deletions

View File

@ -6,10 +6,6 @@ if (pimple.ddtCorr())
{
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU)*fvc::ddtCorr(U, phi, Uf));
}
else
{
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU));
}
MRF.makeRelative(phiHbyA);

View File

@ -8,10 +8,6 @@ if (pimple.ddtCorr())
{
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU)*fvc::ddtCorr(U, phi, Uf));
}
else
{
phiHbyA += MRF.zeroFilter(fvc::interpolate(rAU));
}
MRF.makeRelative(phiHbyA);