Dust simulation and electrode modeling using Matlab
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am interested in creating a model of dust in which I can adjust the dust's grain size and electric charge as parameters and then an electric field of alternating positive and negative charges to see which electrostatic charges are the most effective at repelling said dust. Are there any toolboxes, modeling packages, or open source code in Matlab that could help with this project? Any advice would be greatly appreciated.
0 Commenti
Risposte (1)
Andreas Bernatzky
il 14 Dic 2020
Hey James,
I had a look at this one: https://de.mathworks.com/matlabcentral/fileexchange/42288-calculating-electric-field-of-a-dipole-using-coulomb-s-law
But this is just a general solution for the calculation of electric fields. Especially for your grain size you have to manipulate the code for this.
For the force on the grain I would consider Coloumbs Law: F = (q1*q2)/R² and the rest can be newtons law with F = m * a
0 Commenti
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!