surfaceFilmModels::waxSolventEvaporation: Corrected dm
rhoInf already included in evapRateCoeff
This commit is contained in:
@ -372,10 +372,7 @@ void waxSolventEvaporation::correctModel
|
|||||||
Ysolvent_.min(1);
|
Ysolvent_.min(1);
|
||||||
Ysolvent_.max(0);
|
Ysolvent_.max(0);
|
||||||
|
|
||||||
scalarField dm
|
const scalarField dm(dt*V*(evapRateCoeff*Ysolvent_ + evapRateInf));
|
||||||
(
|
|
||||||
dt*V*rhoInf*(evapRateCoeff*Ysolvent_ + evapRateInf)
|
|
||||||
);
|
|
||||||
|
|
||||||
dMass += dm;
|
dMass += dm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user