Welcome! Log In Create A New Profile

Advanced

perpetual magnet electric generator

Posted by chris33 
perpetual magnet electric generator
March 15, 2013 08:01PM
i was messing around learning scad and thought id design this and see if it would work

i did all the individual parts in different colours

the brown is the frame
green is the spindle
blue is the magnets the
red is the coils and the
yellow is the bearings

the top level magnets will be angled on the spindle with the correct poles facing so the magnets on the frame will push the top spindle magnets

there maybe more magnets needed but this was just a practice using scad



the same principle as this youtube link



heres the scad

cylinder (h=5,r1=100,r2=100);
translate ([0,70,0]) color("red")cylinder (h=5.5,r1=25,r2=25);
translate ([0,-70,0]) color("red")cylinder (h=5.5,r1=25,r2=25);
translate ([-70,0,0]) color("red")cylinder (h=5.5,r1=25,r2=25);
translate ([70,0,0]) color("red")cylinder (h=5.5,r1=25,r2=25);
color("green")cylinder (h=10,r1=10,r2=10);
translate ([0,0,10]) color("green")cylinder (h=5,r1=100,r2=100);

translate ([0,-95,15]) color("blue")cube(size = [10,30,5], center = false);
translate ([0,65,15]) color("blue")cube(size = [10,30,5], center = false);
color("yellow")cylinder (h=5,r1=10,r2=10);
translate ([0,0,15]) color("green")cylinder (h=30,r1=10,r2=10);

translate ([0,0,45])color("green")cylinder (h=5,r1=100,r2=100);
translate ([0,65,50]) color("blue")cube(size = [10,30,5], center = false);
translate ([0,-95,50]) color("blue")cube(size = [10,30,5], center = false);
translate ([0,0,50])color("green")cylinder (h=20,r1=10,r2=10);

translate ([0,0,70]) cube(size = [250,30,5], center = true);
rotate ([0,90,0])translate ([-73,-15,-125]) cube(size = [73,30,5], center = false);
rotate ([0,90,0])translate ([-73,-15,125]) cube(size = [73,30,5], center = false);
translate ([0,0,67.5]) color("yellow")cylinder (h=5,r1=10,r2=10);
translate ([-120,-15,50]) color("blue")cube(size = [5,30,10], center = false);

translate ([120,-15,50]) color("blue")cube(size = [5,30,10], center = false);
rotate ([0,0,0])translate ([-125,-15,0]) cube(size = [28,30,5], center = false);
rotate ([0,0,0])translate ([98,-15,0]) cube(size = [28,30,5], center = false);
Re: perpetual magnet electric generator
April 17, 2013 07:06PM
chris33 Wrote:
-------------------------------------------------------
> i was messing around learning scad and thought id
> design this and see if it would work
>
> i did all the individual parts in different
> colours
>
> the brown is the frame
> green is the spindle
> blue is the magnets the
> red is the coils and the
> yellow is the bearings
>

Re: perpetual magnet electric generator
May 04, 2013 06:32PM
this is the actual thing i want too achieve eventually but smaller to power repraps heres the link fueless engine
Re: perpetual magnet electric generator
May 30, 2013 04:59PM
You know it's a scam right?
VDX
Re: perpetual magnet electric generator
June 03, 2013 01:45AM
Ohmarinus Wrote:
-------------------------------------------------------
> You know it's a scam right?

... without external energy injection it's a scam ... otherwise a motor spinning smiley sticking its tongue out


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Sorry, only registered users may post in this forum.

Click here to login