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

BUG: corrected source term solve variable

parent 35d1bdd8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
fvc::ddt(rho) + psi*correction(fvm::ddt(p_rgh)) fvc::ddt(rho) + psi*correction(fvm::ddt(p_rgh))
+ fvc::div(phiHbyA) + fvc::div(phiHbyA)
== ==
sources(psi, p, rho.name()) sources(psi, p_rgh, rho.name())
); );
while (pimple.correctNonOrthogonal()) while (pimple.correctNonOrthogonal())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment