Recent content by Aeroflux

  1. Aeroflux

    I 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.
  2. Aeroflux

    Arrival of an aspiring engineer

    Thanks! Can I get some advice on a matlab simulation of a railgun?
  3. Aeroflux

    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...
  4. Aeroflux

    I 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...
  5. Aeroflux

    I 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...
  6. Aeroflux

    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.
Back
Top