added calculation of mole field

This commit is contained in:
ekinaci
2017-02-23 16:12:37 +01:00
parent 4da55dd812
commit 9b69b035d6

View File

@ -50,6 +50,8 @@ tmp<fv::convectionScheme<scalar> > mvConvection
} }
} }
N = Yt*rhoeps/W;
Y[inertIndex] = scalar(1) - Yt; Y[inertIndex] = scalar(1) - Yt;
Y[inertIndex].max(0.0); Y[inertIndex].max(0.0);
} }