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