Skip to content
Snippets Groups Projects
Commit e8d275ee authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents 307a13f0 9c5c503c
No related merge requests found
......@@ -30,6 +30,9 @@ tmp<fv::convectionScheme<scalar> > mvConvection
combustion->R(Yi)
);
YiEqn.relax();
YiEqn.solve(mesh.solver("Yi"));
Yi.max(0.0);
Yt += Yi;
}
......
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