mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected collision order in parcel pair-collision
This commit is contained in:
@ -664,10 +664,10 @@ void Foam::PairCollision<CloudType>::collide()
|
||||
{
|
||||
preInteraction();
|
||||
|
||||
wallInteraction();
|
||||
|
||||
parcelInteraction();
|
||||
|
||||
wallInteraction();
|
||||
|
||||
postInteraction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user