Skip to content
Snippets Groups Projects
Commit 9c5c503c authored by sergio's avatar sergio
Browse files

BUG: YiEqn was not being solved

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