Jump to content

How can I measure a particles change in position per frame?


Recommended Posts

Rapid changes in direction or position is a characteristic of turbulent flow. I am currently reading particles into VOPs via point clouds, and I am unsure how to measure the change from the previous frame's position. I want to do it this way even though I could get similar results using acceleration. That wont do me any good if a particle comes to a screeching halt though.

Thanks!

Jason

Link to comment
Share on other sites

Acceleration is the first derivative of velocity with respect to time: the rate of change of velocity. So, acceleration = difference_in_speed/difference_in_time. If you want that to be precise you can take the limit of it as difference_time -> 0, so differentiate if you know the function. That is unlikely however so you could just calculate a rough value based on 1 frame as your time difference.

Edited by Macha
Link to comment
Share on other sites

Acceleration is the change in velocity over a period of time (usually 1 second). From physics, the sum of all forces = mass * acceleration ( F = ma). If your force is -10 and your mass is 1, your acceleration will always been -10 in y. Starting with an initial velocity of 0, after 24 frames of ay=-10, Vy = -10.

Link to comment
Share on other sites

Thank you both for the physics lesson.

I guess my question now is: how can I grab the velocity of something from a previous frame in pops so that I can use it to find the acceleration?

If I understand correctly, I can use vel2 - vel1 divided by the time increment to get the acceleration.

Edited by mightcouldb1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...