mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Update particlesDict
Changed the rotVelocity to rVelocity.
This commit is contained in:
@ -20,7 +20,7 @@ setFields
|
|||||||
// linear acceleration (m/s2)
|
// linear acceleration (m/s2)
|
||||||
acceleration realx3 (0 0 0);
|
acceleration realx3 (0 0 0);
|
||||||
// rotational velocity (rad/s)
|
// rotational velocity (rad/s)
|
||||||
rotVelocity realx3 (0 0 0);
|
rVelocity realx3 (0 0 0);
|
||||||
// name of the particle shape
|
// name of the particle shape
|
||||||
shapeName word sphere1;
|
shapeName word sphere1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user