Skip to content
Snippets Groups Projects
Commit 9d28df49 authored by Henry's avatar Henry
Browse files

fvcDdt: Enable ddtCorr(rho, U, Uf)

parent 0cb195fa
Branches
Tags
No related merge requests found
......@@ -176,8 +176,7 @@ ddtCorr
(
U.mesh(),
U.mesh().ddtScheme("ddt(" + U.name() + ')')
)().fvcDdtPhiCorr(rho, U, U.mesh().Sf() & Uf);
//***HGW fvcDdtUfCorr(rho, U, Uf);
)().fvcDdtUfCorr(rho, U, Uf);
}
......
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