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

BUG: buoyantBoussinesq[Simple|Pimple]Foam - added missing fvOptions to...

BUG: buoyantBoussinesq[Simple|Pimple]Foam - added missing fvOptions to pressure equations - mantis #921
parent d339f821
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@
// calculated from the relaxed pressure
U = HbyA + rAU*fvc::reconstruct((phig - p_rghEqn.flux())/rAUf);
U.correctBoundaryConditions();
fvOptions.correct(U);
}
}
......
......@@ -41,6 +41,7 @@
// calculated from the relaxed pressure
U = HbyA + rAU*fvc::reconstruct((phig - p_rghEqn.flux())/rAUf);
U.correctBoundaryConditions();
fvOptions.correct(U);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment