mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Not a reference, a value.
This commit is contained in:
@ -187,7 +187,7 @@ Foam::forceSuSp Foam::NonInertialFrameForce<CloudType>::calcNonCoupled
|
|||||||
{
|
{
|
||||||
forceSuSp value(vector::zero, 0.0);
|
forceSuSp value(vector::zero, 0.0);
|
||||||
|
|
||||||
const vector& r = p.position() - centreOfRotation_;
|
const vector r = p.position() - centreOfRotation_;
|
||||||
|
|
||||||
value.Su() =
|
value.Su() =
|
||||||
mass
|
mass
|
||||||
|
|||||||
Reference in New Issue
Block a user