INT: Re-instated escpaed mass

This commit is contained in:
Andrew Heather
2017-09-08 16:40:14 +01:00
parent b78d844cf4
commit d8782db651

View File

@ -378,6 +378,11 @@ bool Foam::KinematicParcel<ParcelType>::hitPatch
}
else
{
if (!isA<wallPolyPatch>(pp) && !polyPatch::constraintType(pp.type()))
{
cloud.patchInteraction().addToEscapedParcels(nParticle_*mass());
}
// Invoke patch interaction model
return cloud.patchInteraction().correct(p, pp, td.keepParticle);
}