Skip to main content

All Questions

Tagged with
1 vote
1 answer
69 views

How do you solve instantaneous 3 body collisions

A few years ago I built myself a very basic python program that did some very basic collision mechanics between particles with a mass and velocity and it was helpful in learning a few things and ...
Max's user avatar
  • 111
3 votes
2 answers
294 views

Circle-circle collision, linear and angular momenta transfer

I am trying to simulate particle collisions in two dimensions (hydrated ions). I have found the formulas I need for the transfer of linear momentum. However, I kind of suspect that angular momentum of ...
Oleg Shevchenko's user avatar
0 votes
0 answers
117 views

Simulating Destructive High-Speed Collisions

I'm at the beginning of some research involving the simulation of space-debris cascades. I understand the various different forces and perturbations that I'm going to be required to account for to ...
ScottishTapWater's user avatar
0 votes
1 answer
63 views

Finding Scattering Angle by solving Integral numerically with Singularities

I was trying to do a computational project from Computational Physics by Steven Koonin. The problem requires us to solve two integrals each of which has singularity at the lower limit and numerically ...
user288009's user avatar
1 vote
1 answer
111 views

Gas particle collision rate dependence on particle velocity/ Hard sphere simulation

From a basic kinetic theory perspective the A-B collision rate $\theta_{AB}$ is given as a function of the mean speed and the number density.$$\theta_{AB} \propto \bar{C}_A n_B$$ If we are considering ...
beans's user avatar
  • 21
-1 votes
1 answer
663 views

Calculating the force between a collision of unequal masses and unequal velocities

I'm writing a physics engine, and it works by implementing forces. Inside the world, you can add a constant force to any object (the most obvious of which would be gravity), and you can add a ...
Jcsq6's user avatar
  • 77
2 votes
2 answers
121 views

Calculating RMS Radius of a Globular Cluster

I am coding a simulation of a globular cluster in python, starting with particles of the same mass and $0$ initial velocity in a random spherical distribution. I am trying to investigate the root-mean-...
Oliver Moore's user avatar
1 vote
3 answers
2k views

How can I calculate the final velocities of two spheres after an elastic collision? [duplicate]

I have two spheres in 3-dimensional space. The mass and initial velocity of each sphere is known. If the spheres collide elastically, how can I calculate their final velocities? The spheres do not ...
Liam Bohl's user avatar
  • 121
2 votes
0 answers
36 views

Impulses in a Collision

The question I have is that of computing the impulse in a collision between two objects in real life (or in a scenario that is very close to real life). I wish to simulate collisions of objects of ...
Venkataram Sivaram's user avatar
3 votes
1 answer
157 views

Is reversal of velocity always equivalent to reversal of time?

Let us imagine there is a container full of small particles which are allowed to collide with each other and the container walls (in 2D). If I initialise the system with given velocities and positions ...
mlg556's user avatar
  • 351
2 votes
1 answer
629 views

Sweeping collision detection between two line segments moving in 3d [closed]

I have two moving line segments in 3d; A and B with known endpoints at time t=0 and t=1. A0(t0), A1(t0), B0(t0), B1(t0), A0(t1), A1(t1), B0(t1), B1(t1) I need to know if they collided while moving ...
Tom Taic's user avatar
  • 204
2 votes
1 answer
147 views

Spring Constant Dependence on Contact Area

I'm actually modeling a contact situation between an elastic cuboid (in reality it is an elastomer) and a non elastic sphere ($c_c\ll c_s$). The spring constant $c$ is defined with the young's modulus ...
Alex R.'s user avatar
  • 23
1 vote
1 answer
2k views

How to simulate collision of two balls?

There two balls, $B_1$ & $B_2$ with respective masses $m_1$ & $m_2$ traveling in two dimensions with velocities $v_1$ & $v_2$ in the directions $\theta_1$ & $\theta_2$. I also know the ...
Bretsky's user avatar
  • 190
0 votes
2 answers
1k views

Elastic collision in 2 dimension: Simulation [closed]

I am writing an MD simulation of an ideal gas. To solve for the final velocities of two particles that collide, I came across the following code on the Internet: ...
Prashant Pandey's user avatar
8 votes
2 answers
738 views

What is the difference between Monte Carlo Tracks and Reconstructed tracks in heavy ion collisions?

I am doing a simulation of heavy ion collision, so I want to know what is the meaning of Monte Carlo tracks, what is a reconstructed track, and also, what is the relation and difference between Monte ...
Sudhir Rode's user avatar

15 30 50 per page