interDyMFoam: Update the phi boundary field for consistency for the p_rgh BC

This commit is contained in:
Henry
2012-07-30 12:31:51 +01:00
parent 1b337c84bf
commit aac8468aa8

View File

@ -4,6 +4,8 @@
volVectorField HbyA("HbyA", U);
HbyA = rAU*UEqn.H();
phi.boundaryField() =
fvc::interpolate(U.boundaryField()) & mesh.Sf().boundaryField();
surfaceScalarField phiHbyA
(