Update particlesDict

Changed the rotVelocity to rVelocity.
This commit is contained in:
Omid Khosravi
2023-03-28 16:56:41 +04:30
parent e4915140ee
commit 1d61b87ad4

View File

@ -20,7 +20,7 @@ setFields
// linear acceleration (m/s2)
acceleration realx3 (0 0 0);
// rotational velocity (rad/s)
rotVelocity realx3 (0 0 0);
rVelocity realx3 (0 0 0);
// name of the particle shape
shapeName word sphere1;
}