Skip to content
Snippets Groups Projects
Commit 3fd6abf8 authored by andy's avatar andy
Browse files

ENH: Updated simpleFoam sources hook for relativeFlux

parent 1faed70c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@
surfaceScalarField phiHbyA("phiHbyA", fvc::interpolate(HbyA) & mesh.Sf());
adjustPhi(phiHbyA, U, p);
sources.relativeFlux(phiHbyA);
// Non-orthogonal pressure corrector loop
while (simple.correctNonOrthogonal())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment