Skip to content
Snippets Groups Projects
Commit 3da28cb4 authored by Henry's avatar Henry
Browse files

interDyMFoam: support relaxation of p_rgh

parent ea064d9c
Branches
Tags
No related merge requests found
......@@ -54,6 +54,8 @@
{
phi = phiHbyA - p_rghEqn.flux();
p_rgh.relax();
U = HbyA + rAU*fvc::reconstruct((phig - p_rghEqn.flux())/rAUf);
U.correctBoundaryConditions();
fvOptions.correct(U);
......
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