Skip to content
Snippets Groups Projects
Commit a01233bd authored by andy's avatar andy
Browse files

BUG: corrected source term solve variable

parent 35d1bdd8
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@
fvc::ddt(rho) + psi*correction(fvm::ddt(p_rgh))
+ fvc::div(phiHbyA)
==
sources(psi, p, rho.name())
sources(psi, p_rgh, rho.name())
);
while (pimple.correctNonOrthogonal())
......
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