mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: forces - scatter result to all procs - mantis #1043
This commit is contained in:
@ -940,6 +940,8 @@ void Foam::forces::calcForcesMoment()
|
|||||||
|
|
||||||
Pstream::listCombineGather(force_, plusEqOp<vectorField>());
|
Pstream::listCombineGather(force_, plusEqOp<vectorField>());
|
||||||
Pstream::listCombineGather(moment_, plusEqOp<vectorField>());
|
Pstream::listCombineGather(moment_, plusEqOp<vectorField>());
|
||||||
|
Pstream::listCombineScatter(force_);
|
||||||
|
Pstream::listCombineScatter(moment_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user