mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
interDyMFoam: Update the phi boundary field for consistency for the p_rgh BC
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
volVectorField HbyA("HbyA", U);
|
||||
HbyA = rAU*UEqn.H();
|
||||
phi.boundaryField() =
|
||||
fvc::interpolate(U.boundaryField()) & mesh.Sf().boundaryField();
|
||||
|
||||
surfaceScalarField phiHbyA
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user