From 1d61b87ad4ccd490e6efa890721f3bb0a7e644ea Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Tue, 28 Mar 2023 16:56:41 +0430 Subject: [PATCH] Update particlesDict Changed the rotVelocity to rVelocity. --- tutorials/sphereGranFlow/toteblender/settings/particlesDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index 8cccaabf..f7e291c4 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -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; }