Skip to content
Snippets Groups Projects
Commit 9663072b authored by henry's avatar henry
Browse files

Removed ddtPhiCorr.

parent 86602859
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
surfaceScalarField phiU
(
"phiU",
(fvc::interpolate(U) & mesh.Sf()) + fvc::ddtPhiCorr(rUA, rho, U, phi)
(fvc::interpolate(U) & mesh.Sf())
);
phi = phiU +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment