Recent content by Aeroflux
-
Undergrad Numerical calculations of a railgun yielded disappointing results
Magnetic permeability of course, from the table below. The simulation is very simple, so skin effect is not modelled. Maybe I can try to simulate it with an FEA program or something like that.- Aeroflux
- Post #5
- Forum: Electromagnetism
-
Arrival of an aspiring engineer
Thanks! Can I get some advice on a matlab simulation of a railgun?- Aeroflux
- Post #6
- Forum: New Member Introductions
-
Arrival of an aspiring engineer
Not exactly inventions, but I spent time designing and 3D printing some random stuff. For example, a magnetic arm mount that lets me strap all kind of stuff to my arm, such as a metro card, or a flashlight. Other examples includes attempts to DIY a bladeless fan and a railgun, but so far they...- Aeroflux
- Post #4
- Forum: New Member Introductions
-
Undergrad Numerical calculations of a railgun yielded disappointing results
I was wondering about that too. But my simulation doesn't account for any inductance of the circuit, and the capacitor discharges under ideal circumstances. So, I'm not sure if an inductor is going to help with that, assuming it didn't get obliterated by the huge spike in voltage and current. I...- Aeroflux
- Post #3
- Forum: Electromagnetism
-
Undergrad Numerical calculations of a railgun yielded disappointing results
clear clc u0= 4*pi*1e-7 %magnetic permittivity constant %simulation settings n=1000; v=zeros(1,1000); t = linspace(0,0.1,n); %railgun electrical properties R_wire = 0.1; %0.1 ohms of wire R_projectile = 2e-6; R_t = R_wire+R_projectile; V_cap = zeros(1,n); V_cap(1) = 500; % capacitor maximum...- Aeroflux
- Thread
- elecromagnetism Numerical simulation Railgun
- Replies: 4
- Forum: Electromagnetism
-
Arrival of an aspiring engineer
I'm currently studying to become a mechatronics engineer. My grades aren't all that great, but I like making inventions in my spare time. Had I encountered difficulties that tests my knowledge of physics, I would like to share it.- Aeroflux
- Thread
- Engineer Mechatronics
- Replies: 6
- Forum: New Member Introductions