tutorial files modified for minor errors

This commit is contained in:
Hamidreza Norouzi
2023-09-25 17:39:22 +03:30
parent 33a838b784
commit d0aa5af792
16 changed files with 46 additions and 20 deletions

View File

@ -16,7 +16,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 smallSphere;
}