PopularFX
Home Help Search Login Register
Welcome,Guest. Please login or register.
2023-09-27, 00:26:14
News: Check out the Benches; a place for people to moderate their own thread and document their builds and data.
If you would like your own Bench, please PM an Admin.
Most Benches are visible only to members.

Pages: 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22
Author Topic: Holcomb and other FE technology debate  (Read 49831 times)

Group: Tinkerer
Hero Member
*****

Posts: 1670
https://www.youtube.com/watch?v=OI_HFnNTfyU
But in the link left on the neighboring forum, the professor has something spinning.
And the phase seems to be one. And the coil is one.
I mean I am unaware of the Rodin coil been shown to have a spinning magnetic field.
   
Sr. Member
****

Posts: 317

A couple of interesting videos regarding the HES:

https://www.youtube.com/watch?v=LVVxUcuX65w - a short 20 min version,

https://www.youtube.com/watch?v=wvamIRUSbYE - more conprehensive 55 min version.

This is simply an informational F.Y.I. and not meant to invoke the typical hysteria!

SL

   
Sr. Member
****

Posts: 317
Coil Winding - ideal for the LinGen - but works for other coils as well.

An inexpensive 3D Printer can work quite well for winding coils. The X-Y Axis Gantry table
and Z Axis travel provide the coil winding geometry and the Filament (Wire) Feed that can
be calibrated to provide precise coil wrap tension.

Modifications to the Feed Drive Wheel (reduce seration sharpness) and/or the wire
grip tension (usually an adjustable spring) might need to be made to keep it from cutting
the wire insulation.

Most 3D Printer Programs (Slicer/G-Code) will likely not need modifications - the filament
is layed down similar to the coil wire. Disconnect the Extruder power!

A wire "feed tube" can be fashioned to suit (e.g. a suitable mild bend of proper diameter
copper tube soldered to a suitable filament nozzle). Most printers have an "Auto Feed" thus
that setting may have to be adjusted in the printer controller software as well.
NOTE - the Z-Gantry must clear the Former/Device at all times!
{Feed-tube = Former X 2+}


Coil turn tension is determined by the "Filament Feed and Flow" settings
found in the Printer settings. See explanation video below.

One example application is to lay the LinGen Rotor and Stator with the poles facing up.
Use the 3D Printer program to set the number of Turns, etc. according to the Coil
geometry
.

At less than $200US (some <$120US) a 3D Printer can be easily modified to make a
very good, almost turnkey, Universal Coil Winder, including Software.

Another addition might be a simple Rotary 4th Axis for winding Tesla Coils but would
likely need additional software modifications, etc..

Or, simply use the attached Windows 10 (old DOS program but runs on Windows)
GSuite v1.4.3.rar GCoil.exe program and configure to the "X Feeder Axis" and
"Spindle Axis" - Stepper Motor Driver Cables. If you already have a CNC Stepper
Rotory Axis, that works quite good as the Spindle.

NOTE - in the following method the Z-Gantry must clear the Former at all times!

Other Coil geometries can also be wound - Circular, Square, Rectangular and so forth.
Set coil former on it's end - X and Y follow the former dimensions and Z sets the
turns spacing and thickness and X-Y the number of turns.

Not practical but: Envision a "grenade coil" former standing on end,
the larger end (L2 and L3) at the table end. Secure the former end to the table.
Hot glue and/or tape the ends of the winding as the winding progresses (manually
pause or add a G-Code pause to the code or make 3 seperate GCode coils).

An "Ender 3 Pro Filament feed and flow calibration" is outlined here: 
https://www.youtube.com/watch?v=_aDdTZLdync

Lots to work with here and a few differing approaches. Good Luck!

SL
   

Full Member
***

Posts: 120
I mean I am unaware of the Rodin coil been shown to have a spinning magnetic field.

Well, I didn’t get anything from this coil either ...
But these people have something spinning in the animation ...
https://www.laetusinpraesens.org/docs10s/helixtor.php
   
Sr. Member
****

Posts: 317
Further to a previous post regarding one Controller approach. This is presented again in
a bit more detail since some experimenters might find it of value as their projects reach a
point where a versatile controller is needed and a quick to assemble device would be appreciated.
 

Controller Development  (simplified explaination)        Preliminary Rev 0.1 12Sep22

LinGen or Three Phase - using PWM with an STM32 Timer (STM Disco & Nucleo Boards)

NOTE:
Achieving a "versatile" Three or Four Channel Pulse Sequencing Controller can be
accomplished with very little cost (<$30us total*) and requires no Programming skills but will
require some video viewing and reading.  [* demo cpu and driver/mosfet boards - see below]

At first the approach may appear overwhelming due to STM32_CubeMX however, after a
bit of study, this will evaporate quite quickly, thus exposing a rather simple, elegant, broad
based, and rather fun, application solution! It will form a base from which some cool
"futuristic state-of-the-art" Controllers can be developed.

Overview

By adding several software lines of code (or one statement duplicated 3 times) to "Main" using
an STM Nucleo demo board and the free STM IDE; four (4), or more, channels of offset control
signals are {easily} created that will accomplish this "Coil Excitation" task. 

The focus is on employing the STM32 HAL features in a PCM like application.
You will quickly realize why simply posting a "program" (as seen for many Arduino's)
would be of little value using this approach; but the advantages do become apparent.

These control signals are easily re-configured to suit the development environment, as required.
Additional enhancements such as rotary switches, displays, etc. can also be attached.

Introduction - these videos provide enough information to develop the controller signals:

Don't let yourself get overwhelmed at first - it's a lot easier than you think once you
learn a "few basics" and get a feeling for "how to get around a bit!" 

These videos form a brief orientation of sorts:

Mitch Davis youtube search "STM32" --- watch me first, all 4!

https://www.youtube.com/@MitchDavis2/search?query=stm32

[first 4 videos - especially "STM32 Guide #1: Your first STM32 dev board", and
"STM32 Guide #2: Registers + HAL (Blink example)" - plus - "STM32 Guide #3: PWM + Timers" -
{somewhat - timer PWM} related to the target 3 phase generator and Arduino vs STM32 speed. ]

The following videos go directly to the "heart" of this approach which involves:

- Using the free "STM32 CubeMX" IDE, several "Timer" configuration registers are set (using english
readable menus) for your target processor (mounted on a Nucleo or Discovery demo board).
 - A bit of simple math or trial-and-error will yield the numbers needed to achieve your desired
timing and sequence scheme.
 - After manually adding the "code" to the auto generated "Main" portion of the program to start
the "timers and interupts, etc." (usually two or three short "cook book" lines).
 - The Auto-Generated and manually added 'start' code is automatically compiled, down loaded
to the processor and executed.

It's really that simple  -- as shown in the example tutorial videos below.

To add a forth channel for the LinGen device simply add one more timer sequence to the 3 Phase
configuration shown below...

How to Generate 3 Phase PWM - Quick Tutorial:
https://controllerstech.com/stm32-timers-6-timer-synchronization-generate-3-phase-pwm/

STM32 TIMERS #6. Timer Synchronization || 3 Phase PWM   *** EXTEND TO 4 CHANNELS ***
https://www.youtube.com/watch?v=hMTCX2SMKFU

Hands-On with STM32 Timers: Internal Triggering System (by STMicroelectronics)
https://www.youtube.com/watch?v=QMAgD9SS5_E

STM32 TIMERS #5. Master Slave Synchronization using the TRIGGER MODE
https://www.youtube.com/watch?v=a1ynzt_RVww&list=PLfIJKC1ud8gjLZBzjE3kKBMDEH_lUc428&index=10

Lecture 13: Timer PWM Output (by Embeded Systems and Deep Learning)
https://www.youtube.com/watch?v=zkrVHIcLGww

Eddie Amaya (STM32 - general Timers and detailed PWM MODE with important INFO)
https://www.youtube.com/user/sdf3e33/search
https://www.youtube.com/watch?v=qAZjdx71ePc [important info and PWM Mode]

DeepBlue - STM32 PWM Example – Timer PWM Mode Tutorial (with formulas & examples)
https://deepbluembedded.com/stm32-pwm-example-timer-pwm-mode-tutorial/

Target Device: STMF446RE Nucleo-64 development board (Budgetary Price 14.00 US$)
https://www.st.com/en/evaluation-tools/nucleo-f446re.html#overview

One of the Discovery boards I use (< $60US):
Discovery kit with STM32F746NG MCU (includes LCD with Touch Screen)
https://www.st.com/en/evaluation-tools/32f746gdiscovery.html

There are many much cheaper Discovery and Nucleo development boards available.

Encoder Timer Interface (Rotary Encoder)
STM32 Timer Encoder Mode – STM32 Rotary Encoder Interfacing
https://deepbluembedded.com/stm32-timer-encoder-mode-stm32-rotary-encoder-interfacing/

((???)) Interface a Rotary Encoder the right way.
https://www.edwinfairchild.com/2019/04/interface-rotary-encoder-right-way.html

Driver - MOSFET
4-Channel MOSFET board with optional driver (inexpensive Driver/MOSFET board):
https://www.tindie.com/products/drazzy/4-channel-mosfet-board-with-optional-driver/#product-description
[might be a good substitute for expensive SiC FETs and drivers at about $4us per channel]

Appendix

AN4776 Application note "General-purpose timer cookbook for STM32 microcontrollers"
file:///C:/Users/admin/Downloads/en.dm00236305.pdf

STM32 PWM basics
https://www.youtube.com/watch?v=K0_hfbT7vWA

HAL #8: HowTo - Timer PWM
https://www.youtube.com/watch?v=quZWGSEMyD0

Getting Started with STM32 and Nucleo Part 6: Timers and Timer Interrupts | Digi-Key Electronics
https://www.youtube.com/watch?v=VfbW6nfG4kw

HES LinGen Pole Timing - from original Patent
 (see attachment)
This Controller design approach allows easy adjusting/tuning of the timing and sequencing as
the development progresses. As the project matures, this approach can be enhanced as required.

Enjoy, Good Luck and Have a Great Day!

SL

   
Sr. Member
****

Posts: 317

Revised and updated LinGen CONTROLLER pdf attached.

SL
   
Sr. Member
****

Posts: 317

F.Y.I.

LinGen "HIGH VOLTAGE CAUTION"

Just thought this Warning should be posted!

SL

   

Full Member
***

Posts: 120
https://youtu.be/zmV6r3k-vmo
For some reason, for any number of poles (teeth), the picture has the shape of a hexagon.
   

Full Member
***

Posts: 120
https://youtu.be/KpBD5Qlyd4g
And here is a picture of the field in the stator with three 22 microfarad capacitors connected to it, connected by a star.
Natural oscillations of many times higher frequency are clearly seen.
And the overall amplitude did not decrease, but even increased with capacitors.
   
Sr. Member
****

Posts: 317

F.Y.I.

For those wishing to do an Analytical (mathematical) analysis of the "LinGen" or similar device I've
attached a pdf file that you may find of interest.

The first five chapters are generic with respect to developing most devices of similar structure,
including the LinGen. The remaining chapters are specific to designing a "Fault Current Limiter" but
still contain some useful magnetic circuit information.

Both Analytics (Math) and Numbeics (CAE) are covered. Modern CAE has developed quite a bit with
the addition of GUI's, etc. since this writing. Taken from notes of an old COMSOL course.

It's quite comprehensive and well done IMHO. Provides some good reference material as well.

This concludes my contributions and presentations regarding the analysis, development and design of
a specific embodiment found in one of the Holcomb patents.

SL

   

Group: Tinkerer
Hero Member
*****

Posts: 1670
Just got off the blower with Prof Timothy Vaughn who's video about the apparent gain mechanism in the HES devices https://www.youtube.com/watch?v=LVVxUcuX65w. He visited both the Holcomb facility and a HVAC factory nearby that has an ILPG installed and who's power usage with it installed is shown is the posts quoting Florida Light & power earlier in this thread.

 I took notes during our conversation so I will try to convey as best I can what the salient points were without embellishment.

When visiting the HVAC facility the owner allowed him to open up the ILPG. He said essentially it looked like an AC 3 phase motor with Holcomb custom inner stator. He said could only see large electrolytic caps but no electronic switching, relays or fets. Just 3 wires in and 3 wires out.
The factory owner during summer he was able to run the AC with the doors open and his power bill always stayed the same.


Interestingly if you tried to run it without a significant enough load the Pin would exceed the Pout. So the load is part of the effect.


He met with Dr Holcomb at their facility and whilst there saw all shapes and sizes of various devices. From the size of a coffee tin to the large ones you see in their videos. From the measurements he witnessed he saw a 3-4X OU effect.


He saw the linear generator that was using fets and an arduino


He saw an new 60kw version they were working on that had 3 concentric stators.


When the device was running he said it sounded like a transformer with a barley audible hum and was room temp to touch.


He saw both inductive and resistive loads used.

He said the Dr, seemed to learn from practical experiments and builds rather than physics theory. He was not aware what he was trying to do was in violation of the 2nd law.


He found everyone very welcoming and open and he took a lot of photos which he is hoping to share.  No one asked him to invest in anything.
--------------\
During the conversation it reminded me of Marks TPU. I asked Tim point blank how did he feel about it now? His response was he couldn't see how they could have faked anything and nothing gave him any reason to believe that they were. Especially the happy customer with the HVAC factory. Be interested in everyone's thoughts.

   
Group: Moderator
Hero Member
*****

Posts: 2512
Jimboot
Quote
He said the Dr, seemed to learn from practical experiments and builds rather than physics theory. He was not aware what he was trying to do was in violation of the 2nd law.

Thanks for the update and it was interesting to hear about what others thought about seeing the technology.

From talking with other inventors like myself I found most have no intention of violating any laws of science. It's the opposite and at best any laws are an afterthought or never even considered. It's strange, when we read science papers they tend to put the laws first then try to build something based on said laws. Where an inventor tends to do the opposite and goes into something with only an idea of how it could work. Everything revolves around the idea and making it work and improving upon it.

I love inventing because it is the ultimate expression of freedom and creativity. Were only limited by our imagination and it is the idea and whether it actually works that drives us forward. Most of the time little happens but every now and then something can happen which we find amazing... this is the spirit of invention.

AC


---------------------------
Comprehend and Copy Nature... Viktor Schauberger

I take comfort in the fact there are people magnitudes more intelligent than I could ever be developing new technology I will probably never understand. It proves evolution works...
   
Sr. Member
****

Posts: 317
Just got off the blower with Prof Timothy Vaughn who's video about the apparent gain mechanism in the HES devices https://www.youtube.com/watch?v=LVVxUcuX65w. He visited both the Holcomb facility and a HVAC factory nearby that has an ILPG installed and who's power usage with it installed is shown is the posts quoting Florida Light & power earlier in this thread.

 I took notes during our conversation so I will try to convey as best I can what the salient points were without embellishment.

When visiting the HVAC facility the owner allowed him to open up the ILPG. He said essentially it looked like an AC 3 phase motor with Holcomb custom inner stator. He said could only see large electrolytic caps but no electronic switching, relays or fets. Just 3 wires in and 3 wires out.
The factory owner during summer he was able to run the AC with the doors open and his power bill always stayed the same.


Interestingly if you tried to run it without a significant enough load the Pin would exceed the Pout. So the load is part of the effect.


He met with Dr Holcomb at their facility and whilst there saw all shapes and sizes of various devices. From the size of a coffee tin to the large ones you see in their videos. From the measurements he witnessed he saw a 3-4X OU effect.


He saw the linear generator that was using fets and an arduino


He saw an new 60kw version they were working on that had 3 concentric stators.


When the device was running he said it sounded like a transformer with a barley audible hum and was room temp to touch.


He saw both inductive and resistive loads used.

He said the Dr, seemed to learn from practical experiments and builds rather than physics theory. He was not aware what he was trying to do was in violation of the 2nd law.


He found everyone very welcoming and open and he took a lot of photos which he is hoping to share.  No one asked him to invest in anything.
--------------\
During the conversation it reminded me of Marks TPU. I asked Tim point blank how did he feel about it now? His response was he couldn't see how they could have faked anything and nothing gave him any reason to believe that they were. Especially the happy customer with the HVAC factory. Be interested in everyone's thoughts.


Thanks Jimboot for the update, always appreciated!

SL

   
Newbie
*

Posts: 34


From talking with other inventors like myself I found most have no intention of violating any laws of science. It's the opposite and at best any laws are an afterthought or never even considered. It's strange, when we read science papers they tend to put the laws first then try to build something based on said laws. Where an inventor tends to do the opposite and goes into something with only an idea of how it could work. Everything revolves around the idea and making it work and improving upon it.

I find the Holcomb approach quite interesting because of Dr. Holcomb's quite naive approach.
I'm coming myself from a scientific background and actual working in this area. When you look at Particle physics you will most often find the following theme: There is the standard model and theoretical physicist building postualating theoretical particle and mathematical concepts which should be in line with the standard model and then particle accelerator instituts will test these theories. Most often the theories fail but nobody would ask if the standard model has flaws, instead new theories with new (virtual) particels are postulated and tested over decades, consuming tons of money and working hours. The standard model is maintained by all means, no matter how high the expenses for it are and no matter how nonsensical and utopian the theories are to justify the standard model. I know theoretical physicists who only throw around wild mathematical constructs, completely lost touch with reality.

Sorry this is slightly offtopic now. I have my respect for Dr. Holcomb if he is the person he appears to be. I have more respect for him than for any of these theoretical physicists.
   
Group: Experimentalist
Hero Member
*****

Posts: 1909
...nobody would ask if the standard model has flaws...

What you say is totally false, scientists are aware of the many limits of the standard model:
https://en.wikipedia.org/wiki/Physics_beyond_the_Standard_Model

Why misinform us? By ignorance, contempt of scientists or by conviction that simplistic theories which never led to anything would be the best?


---------------------------
"Open your mind, but not like a trash bin"
   
Sr. Member
****

Posts: 317
Probably - TIME FOR A LITTLE REVIEW of some fundamentals

The first 20 minutes or so are mandatory, the rest is still quite interesting.

"The Amazing World of Electromagnetics (revised)"

https://www.youtube.com/watch?v=OrTriTMZEnk

Professor Raymon C. Rumpf
I was challenged with introducing all of electromagnetics in one hour to students just out of high school and entering college.
This video is my attempt at this.  Electromagnetics is a very mathematically intense discipline involving vector calculus, differential
equations and other things that make this challenging.  Here I have tried to explain everything visually with no math.  I do present
some equations, but only to satisfy students curiosity about what the equations may look like.  I hope you enjoy the video and get
something out of it.  I also hope it helps recruit more students into the area of electromagnetics and optics.  The video was fun to
create!

Worth the watch - especially the first 20 minutes!

SL
   
Sr. Member
****

Posts: 317
*** WARNING *** HIGH VOLTAGE POTENTIAL *** WARNING ***

LINGEN SIMULATION (based on the original design investigation/analysis from Patent)

A "bench test" anomaly that appeared to be an excessive high voltage at the output was observed
when testing a partial diode-capacitor kludge (see schematic). This kludge was added in the simulation for
further (safe) study and analysis. The results are shown below in "CAP Voltage Plot 3."

Therefore; although the device is quite small (3" x 5" x 0.4"), it can pack a lethal punch, so to speak! It's not a
toy...


Use CAUTION since a light load on the LAP Coil Output can generate voltages
exceeding 400Vpp.

Note - Flyback recovery mechanism is not shown in this brief.

Use CAUTION since a light load on the LAP Coil Output can generate voltages exceeding 400Vpp.

SEE ATTACHED PDF FOR FULL DETAILS
   
Sr. Member
****

Posts: 317
Another "Saturday Without The Kids"

Enjoyed the "ATLAS SHRUGGED I, II & III" movie (all three parts) last night.

Available on "Amazon Prime Video"

[Who is John Gault?]

Also, some new FPL graphs up on HES
https://www.facebook.com/holcombenergysystems/
   
Sr. Member
****

Posts: 317
A Brief Update regarding Fabrication Methods, Etc.

The following notes are from another forum thread and are included here for continuity.

First, a Controller update is included in an attached PDF.

Second, a revisit of using a Soft Magnetic Compound (SMC) for the Stator and Rotor.

Cadman introduced the idea of an SMC type compound for his device build in the
"Serious HES derivative project" discussion - a good idea from a variety of prospectives.

Having parts fabricated professionally is expensive and doesn't allow for change without
additional cost; so a hobby type approach was investigated.

The following posts will touch on the subject of SMC and hopefully provide a bit of insight.

SL

   
Sr. Member
****

Posts: 317
A Brief Update regarding Fabrication Methods - SMC - Press and Molds

Soft Magnetic Materials, in their various fabrication techniques, appear to require compression
during the forming process. This generally requires a Press of some form.

SMC literature suggests pressures of near 800 MPa (near 60 Tons) to achieve optimum performance
of the final form. Other requirements are varied, for example, heating (sintering), thermal cycles, and
so forth.

However several SMC mixtures appear to give good results using cold forming (pressing) and some can
provide good magnetic performance with less than the typical suggested 800 MPa.

These are worth further study since a bench top 30 Ton Press is available at reasonable cost.

A press (picture is 12 Ton but a 30 Ton is also available) and some of the typical molds or forms are shown below:

SL



   
Sr. Member
****

Posts: 317
A Brief Update regarding Fabrication Methods - SMC - Low Pressure Materials

Although not much information seems available regarding "low pressure" forming of SMC's,
one paper (partially quoted here) does show this 30 Ton pressing might have merrit.

"Conclusions

Magnetic composites based on bulk amorphous alloys on an iron basis are used in many branches of electronics and
electrical engineering. This work shows that it is possible to produce these types of materials using a simple uniaxial
press and a relatively low compression pressure. It is worth adding that the composites were made with only a small
proportion of non-magnetic binder. Composites were made of alloys differing significantly in the coercive field value.
However, the properties of the composites themselves are very similar. This is due to the separation of magnetic powder
particles with a non-magnetic binder. This separation weakens exchange interactions, magnetic properties are
determined by the arrangement of magnetic particles, their size and degree of separation
."

From the text: "The material was pressed under a pressure of 25 MPa for 30 minutes."  [25 MPa ~ 1.82 Ton]
 
Some of the "low compaction B-H Curves:"

SL
   
Sr. Member
****

Posts: 317
A Brief Update regarding Fabrication Methods - SMC

Another consideration:

B-H Loop Operation Efficiency (Several Methods)

Reference:   Steered Flux Generator   -  US 20140265709A1
https://patents.google.com/patent/US20140265709A1/en?oq=US+2003%2f0168921+A1

[0239] Additionally, the overall efficiency is also affected
by core loss. This occurs due to hysteresis and eddy currents
in magnetic material. Such as 3% silicon steel laminations.

For simplicity, the BH loops shown in FIGS. 1, 4, 44, 45, 46.
and 47 are shown as straight lines. However, they are actually
loops as shown in FIGS. 38 and 39. The loops are caused by
the energy required to reverse the individual magnetic
domains within the laminations. The area enclosed by the
loops is proportional to the energy required. This lost energy
shows up as heat in a generator.
 An equation that expresses loss in watts per cubic-meter when
frequency is expressed in Hertz and flux density is expressed
in Tesla:
    P=5.63*(Freq 1.532)*(B11904-B20.904)

 [0243] CEPG generators have bipolar flux and saturate the
material in both directions. In that case B2=-B1 which results
in a large flux density change of B2+B1 and therefore there is
lots of loss.

This can be seen in FIG. 38. The large enclosed
area as 1 represents the loss for a traditional generator.

In contrast, the Switched flux generator of the present invention
uses unipolar flux operating on a minor loop. In that case, B2
is the same sign as B1 for a small flux density change of
B2-B1 and the loss is substantially reduced.

This can be seen in FIG.39. The small enclosed area identified
as 1 in FIG.39 represents the loss.

From computer simulations and the equation noted above,found
that B1 =1.329 Tesla and B2 =1.142 Tesla. Therefore, it is believed
that the ratio of loss for traditional generators to switched flux
generators could be as high as 7.104.

In other words, because of operating on a small minor loop, and
based on the above equation, it is expected that structures of
the present invention can achieve up to a seven-fold reduction
in core loss for each kilogram of material.

NOTE: Eddy Current Loss is reduced by using compressed powdered materials (SMC)
and Hysteresis Loss is reduced as shown above.

SL


Also see the "B-H Loop Operation Efficiency" PDF
   
Sr. Member
****

Posts: 317
A Brief Update regarding Fabrication Methods - SMC

SMC Press Update - Cold Compaction

Very impressed with the fancy 30 Ton Press (expensive and heavy [~90lbs] but well worth it).

Busy doing some adamix compounds, etc. and testing - but becoming convinced this is a GO!
Easy to use and the preliminary results look good - cost effective powders and much quicker
than cutting, stacking and clamping laminations. Plus, the results, so far, are remarkably similar.

Attached a paper that sheds some light on why this 30 Ton (~420 MPa) might just do the trick.
Note the included "Final Pressure" and "Three Phases" graphs. Going to 60 Ton (~ 820 MPa) may
not be worth it for lab development work; production, probably worth it.

Well, this kind of wraps things up for me with respect to the "LinGen" fabrication approaches.

Cold Compaction of Iron Powders Graphs and PDF:

SL

   
Sr. Member
****

Posts: 317
Complete understanding of Armature reaction through animation

https://www.youtube.com/watch?v=3BXgi5lIxA0

Note; when the presenter split the generator circuit in half for explanation purposes; I found it interesting that it looks
almost exactly like the LinGen!
He presents some interesting "data curves" and analysis.

How Does Synchronous Generator Works

https://www.youtube.com/watch?v=T8zJKXkU_yM

This video is more of an indepth explaination of the synchronous generator - a good review

SL
   
Sr. Member
****

Posts: 317
Paper relating to "A Brief Update regarding Fabrication Methods - SMC - Low Pressure Materials"

Ooops - forgot to post the paper (now attached)

 Preparation of Magnetic Composites Based on Bulk Amorphous Iron Alloys

 BARTŁOMIEJ JEŻ*, MARCIN NABIAŁEK, KINGA JEŻ
Institute of Physics, Faculty of Production Engineering and Materials Technology, Czestochowa University of Technology, 19 Armii Krajowej
Str., 42-200 Częstochowa, Poland

"The material obtained in this way was subjected to tests of the structure and selected magnetic properties.
The alloy was subjected to low energy crushing.

The resulting ferromagnetic powder was used to produce magnetic composites. Using a set of laboratory sieves with a shaker, the ferromagnetic
powder was divided into 20-200 m fractions. Ferromagnetic powder was mixed with Duracyl Plus chemically hardenable resin (0.5% resin by
mass was used for each case).

In the first step, magnetic powder was thoroughly mixed with the resin, then the material was mixed with the chemical hardener. The mixture
prepared in this way was placed in a specially prepared form.

The material was pressed under a pressure of 25 MPa for 30 minutes.

Figure 1 shows a scheme for producing magnetic composites using uniaxial pressing.
"
 
SL
   
Pages: 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22
« previous next »


 

Home Help Search Login Register
Theme © PopularFX | Based on PFX Ideas! | Scripts from iScript4u 2023-09-27, 00:26:14