Build your own Vasimr-type drive

  • Thread starter Thread starter Nice coder
  • Start date Start date
  • Tags Tags
    Build Drive
Click For Summary
SUMMARY

The discussion focuses on constructing a Vasimr-type drive, incorporating an ionization chamber with americium isotopes for gas ionization, a heating chamber utilizing magnetrons, and an exhaust chamber functioning as a coil gun. The proposed design includes a control cycle in VB code to manage fuel intake and temperature regulation. The concept combines elements of traditional ion drives with innovative features, suggesting potential applications beyond propulsion, including energy generation and weaponry.

PREREQUISITES
  • Understanding of ion propulsion systems
  • Familiarity with americium isotopes and their applications
  • Knowledge of magnetron technology
  • Proficiency in VB programming for control logic
NEXT STEPS
  • Research the principles of Vasimr propulsion technology
  • Study the safety and handling of americium isotopes
  • Explore magnetron design and applications in heating systems
  • Learn advanced VB programming techniques for real-time control systems
USEFUL FOR

Aerospace engineers, propulsion system designers, and hobbyists interested in advanced propulsion technologies and experimental spacecraft design.

Nice coder
Messages
59
Reaction score
0
First off; get the fuel tank, get the fuel supply lines and attach to ionisation chamber.
Ionisation chamber- get a small metal semicircular dish, and weld in americium isotops (to make it ionise the gas)
Put in some small holes for the fuel supply lines.
Heating chamber-
This is a larger cylingrical chamber- meshed on both sides (cover mesh with magnet wire) with magnatrons in the middle (on the sides, aiming in the middle, but missing each other).
Put current on both sides of the mesh, and place a temperature controlled trigger- see later
exhaust chamber-
basically a coil gun, to fire the ionised fuel out the back of the masimar thruster.

Cycle goes like
const ctemp = 200
const wamo = 100
do while true
intake_timer.starttimer
Do until intake.timeleft <= 0
addmorefuel
loop
intake_timer.stoptimer
intake_timer.resettimer
Do until temp >= ctemp
temp = findtemp()
wait 1
loop
fireoutput()
wait wamo
loop

(in VBcode ofcource)

What do you think of this?
Please point out anything i did wrong/did not do.
de Nice codre
 
Engineering news on Phys.org
Originally posted by Nice coder
What do you think of this?
Please point out anything i did wrong/did not do.
Did you actually build it and seen it work ? :wink:
 
I don't have the materials/time/money to make this :frown:
I may be able to get a few $$ if the probe (see my idea on an autonomous satilite) actually gets launched.

And this is a cross between vasimir and your regular ion drive.
with a bit of tweeking, (and more coils) this could be quite a powerful moter.

It also pulses its ions, rather then a continuous stream; which is quite good (charge up cap bank- 10-20F) then BOOM (new use- weapon, cooker and fire-starter)

Hopefully someone can build this...
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
11K