Modelling Charged Particle Flow

Click For Summary
SUMMARY

This discussion focuses on modeling the flow of electrically charged hydrogen gas in response to an electrostatically charged metal grid. The user intends to implement a simulation using a programming language that calculates forces based on Coulomb's law, updating every millisecond for precision. The primary inquiry is whether Coulomb's law suffices for modeling particle interactions or if additional calculations, such as magnetic fields, are necessary for accuracy. The consensus indicates that while Coulomb's law is essential, considering magnetic fields may enhance the simulation's realism.

PREREQUISITES
  • Coulomb's law for electrostatic force calculations
  • Basic programming skills for simulation development
  • Understanding of particle dynamics and motion
  • Familiarity with electromagnetic theory, particularly electric and magnetic fields
NEXT STEPS
  • Research the implementation of Coulomb's law in programming languages
  • Explore the effects of magnetic fields on charged particle motion
  • Learn about numerical methods for simulating particle interactions
  • Investigate existing simulation tools or libraries for charged particle dynamics
USEFUL FOR

Researchers, physicists, and developers interested in computational physics, particularly those modeling charged particle dynamics and electrostatic interactions.

MattRob
Messages
208
Reaction score
29
I'm working on something right now where I want to model the flow of an electrically charged gas (hydrogen) reacting to an electrostatically charged metal grid.
I know, more or less nothing about this type of mechanics, so I want to create a model using a simple programming language, with a series of points arranged like the structure of the grid to simulate it, and other points traveling towards the grid at a high velocity to simulate the charged particles.

I was thinking I could set the program to calculate the force using Coulomb's law every milisecond (or faster for more precision) and use force vectors to calculate the motion of each simulated "particle".

To model how the charged particles interact with the charge of the metal grid, is Coulomb's law the only calculation I need to run for each particle at each moment, or do I need to also calculate the structure of the magnetic fields and other factors using more equations, to accurately plot how the charged gas particles respond?

Thanks in advance for any replies.
 
Physics news on Phys.org
So your metal grid Just has an E field and no B field.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
974
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 44 ·
2
Replies
44
Views
4K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K