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

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

parent 1b337c84
Branches
Tags
No related merge requests found
......@@ -4,6 +4,8 @@
volVectorField HbyA("HbyA", U);
HbyA = rAU*UEqn.H();
phi.boundaryField() =
fvc::interpolate(U.boundaryField()) & mesh.Sf().boundaryField();
surfaceScalarField phiHbyA
(
......
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