interDyMFoam: support relaxation of p_rgh

This commit is contained in:
Henry
2013-11-06 09:55:46 +00:00
parent ea064d9cb0
commit 3da28cb4bc

View File

@ -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);