adequate
adequate
adequate
adequate
 

JPPF
 Home   About   Download   Documentation   Forums 
May 20, 2013, 06:05:01 PM *
Welcome,
Please login or register.

Login with username, password and session length
Advanced search  
News: Registered users, your contribution is requested! Please participate in our JDK support poll
New users, please read this message. Thank you!
  Home Help Search Login Register  
Pages: [1]   Go Down

Author Topic: I need some help  (Read 2048 times)

no_body

  • JPPF Padawan
  • *
  • Posts: 1
I need some help
« on: May 04, 2008, 09:42:38 PM »

:oops:
hi
thanks alot for the efforts that you spend in this domain

really i need some help in jppf implementation for N-bodies project
as the following
The Antimatter Simulation program calculates the motion of a number of antiprotons moving in a two-dimensional plane. The antiprotons have equal, negative charges
The Antimatter Simulation program maintains each antiproton's position and velocity.
the program calculates the total force on each antiproton (repulsive forces from all other antiprotons plus repulsive forces from the sides of the trap), updates the velocity based on the force, and updates the position based on the velocity and force:
 
V' = V + F Δt
 
P' = P + V Δt + 1/2 F Δt2
 
where F is the vector force on the antiproton, V is the antiproton's vector velocity before the time step, V' is the antiproton's vector velocity after the time step, P is the antiproton's vector position before the time step, P' is the antiproton's vector position after the time step, and Δt is the size of the time step. (These formulas represent the first few terms in the Taylor series expansions for velocity and position as a function of time.)

and thanks amillion :oops:
Logged
Pages: [1]   Go Up
 
Support This Project Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC Powered by Parallel Matters Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads