add comment

This commit is contained in:
danielque
2017-08-31 09:57:12 +02:00
parent 652e7b3f74
commit 006d9c7cd2

View File

@ -138,6 +138,8 @@ tmp<volScalarField> implicitCouple::impMomSource() const
if (Ur > SMALL && alpha_[cellI] < maxAlpha_) //momentum exchange switched off if alpha too big if (Ur > SMALL && alpha_[cellI] < maxAlpha_) //momentum exchange switched off if alpha too big
{ {
// NOTE: impParticleForces() are calculated at coupling step based on current values
// therefore the use of Next fields in forceM and here is recommended
KslNext_[cellI] = mag(particleCloud_.forceM(0).impParticleForces()[cellI]) KslNext_[cellI] = mag(particleCloud_.forceM(0).impParticleForces()[cellI])
/ Ur / Ur
/ particleCloud_.mesh().V()[cellI]; / particleCloud_.mesh().V()[cellI];