Skip to content
Snippets Groups Projects
Commit d8782db6 authored by Andrew Heather's avatar Andrew Heather
Browse files

INT: Re-instated escpaed mass

parent b78d844c
No related branches found
No related tags found
No related merge requests found
...@@ -378,6 +378,11 @@ bool Foam::KinematicParcel<ParcelType>::hitPatch ...@@ -378,6 +378,11 @@ bool Foam::KinematicParcel<ParcelType>::hitPatch
} }
else else
{ {
if (!isA<wallPolyPatch>(pp) && !polyPatch::constraintType(pp.type()))
{
cloud.patchInteraction().addToEscapedParcels(nParticle_*mass());
}
// Invoke patch interaction model // Invoke patch interaction model
return cloud.patchInteraction().correct(p, pp, td.keepParticle); return cloud.patchInteraction().correct(p, pp, td.keepParticle);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment