mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: Re-instated escpaed mass
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user