Dust simulation and electrode modeling using Matlab
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Andreas Bernatzky
2020-12-14
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!