Skip to content
Snippets Groups Projects
Commit c4099167 authored by graham's avatar graham
Browse files

Added reduce operations to collision reporting.

parent 28919eac
Branches
Tags
No related merge requests found
......@@ -291,6 +291,10 @@ void Foam::DsmcCloud<ParcelType>::collisions()
}
}
reduce(collisions, sumOp<label>());
reduce(collisionCandidates, sumOp<label>());
Info<< " Collisions = "
<< collisions << nl
<< " Acceptance rate = "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment