Find Jobs
Hire Freelancers

Add Feature in Cuda to NVidia Particle Example

$250-750 USD

In Progress
Posted over 6 years ago

$250-750 USD

Paid on delivery
I want to add a feature to the NVidia Particle example included in the SDK. /Developer/NVIDIA/CUDA-8.0/samples/5_Simulations/particles The feature is to track the contacts between particles between subsequent time steps. In the sample contacts are not tracked. I would like to keep track of the contacts and incrementally contact the normal force. In the collideSpheres function in [login to view URL] the following line: // tangential shear force force += [login to view URL]*tanVel; would be replaced by something like: delta.x += varis->delta_t*vrs.x; delta.y += varis->delta_t*vrs.y; delta.z += varis->delta_t*vrs.z; shear.x = delta.x * varis->kc; shear.y = delta.y * varis->kc; shear.z = delta.z * varis->kc; double friction_force = [login to view URL](); double max_friction_force = friction*varis->kc*penet; if (friction_force > max_friction_force) { delta.x *= max_friction_force/friction_force; delta.y *= max_friction_force/friction_force; delta.z *= max_friction_force/friction_force; shear.x = delta.x * varis->kc; shear.y = delta.y * varis->kc; shear.z = delta.z * varis->kc; } where the delta.x , y, z is tracked for each contact between iterations. Looking for someone with good CUDA skills that can implement this properly.
Project ID: 15226899

About the project

10 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

About the client

Flag of UNITED STATES
Bonita Springs, United States
5.0
136
Payment method verified
Member since Oct 25, 2004

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.