mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Update particlesDict
Changed the rotVelocity to rVelocity.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user