BUG: Corrected use of ddtCorr off
This commit is contained in:
parent
b325cb86c0
commit
d1dae159ad
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user