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

Removed ddtPhiCorr.

parent 86602859
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment