BUG: driftFluxFoam: removed divide by alpha from general Udm model

This commit is contained in:
william 2014-03-25 16:06:03 +00:00 committed by Andrew Heather
parent 170fd9e5ec
commit 17cea5eb7c

View File

@ -70,8 +70,7 @@ void Foam::relativeVelocityModels::general::correct()
*(
exp(-a_*max(alphad_ - residualAlpha_, scalar(0)))
- exp(-a1_*max(alphad_ - residualAlpha_, scalar(0)))
)
/max(alphac_, residualAlpha_);
);
}