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

twoPhaseEulerFoam: minor update of alphaEqn.H

parent 4b257efe
Branches
Tags
No related merge requests found
......@@ -2,8 +2,8 @@
word scheme("div(phi,alpha)");
word schemer("div(phir,alpha)");
surfaceScalarField phic(phi);
surfaceScalarField phir(phia - phib);
surfaceScalarField phic("phic", phi);
surfaceScalarField phir("phir", phia - phib);
if (g0.value() > 0.0)
{
......@@ -41,7 +41,7 @@
alphaEqn.relax();
alphaEqn.solve();
# include "packingLimiter.H"
#include "packingLimiter.H"
beta = scalar(1) - alpha;
......
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