Delayed Lenz Effect

  • 602 Views
  • Last Post 2 days ago
baerndorfer posted this 3 weeks ago

A few weeks ago i decided to dive into this interesting subject. I think you all are familiar with this topic and know about the work of Thane Heinz and others.
My approach is similar but i start with some non-complicated math. Goal is to know how much delay a coil system should have to benefit from this effect. Therefore we have to measure the ohms and henry from a coil to calculate the time constant T which plays a key role here.

as we can see, if we shorten the secondary from transformer the time delay gets big. and the force which acts against our primary source dipole loose strength so this is what we want maybe...

For any RL system, the time constant is:

\(
\tau = \frac{L}{R_{\text{total}}}
\)

where:

* \(L\) is the effective inductance seen by the current path
* \(R_{\text{total}}\) is the total series resistance (winding resistance, external resistors, and any equivalent resistive damping introduced by loads or coupling networks)

a bit more of this can be found at: https://aether-research.institute/MSO5000_liveview_doc/delayed_lenz_coupled_inductors/

Order By: Standard | Newest | Votes
baerndorfer posted this 3 weeks ago

A few weeks ago i decided to dive into this interesting subject. I think you all are familiar with this topic and know about the work of Thane Heinz and others.
My approach is similar but i start with some non-complicated math. Goal is to know how much delay a coil system should have to benefit from this effect. Therefore we have to measure the ohms and henry from a coil to calculate the time constant T which plays a key role here.

as we can see, if we shorten the secondary from transformer the time delay gets big. and the force which acts against our primary source dipole loose strength so this is what we want maybe...

For any RL system, the time constant is:

\(
\tau = \frac{L}{R_{\text{total}}}
\)

where:

* \(L\) is the effective inductance seen by the current path
* \(R_{\text{total}}\) is the total series resistance (winding resistance, external resistors, and any equivalent resistive damping introduced by loads or coupling networks)

a bit more of this can be found at: https://aether-research.institute/MSO5000_liveview_doc/delayed_lenz_coupled_inductors/

andy2 posted this 3 weeks ago

Hi @baerndorfer,

once I also read things about delayed lenz and JLNaudin experiments about it. Then I saw this experiment

http://jnaudin.free.fr/dlenz/DLE19en.htm

where is adjusted distance of coil from the rotor and I noticed a similarity with this Tesla's patent with "magnetic delay" which is used to shift excitation to some degree to run motor.

https://teslauniverse.com/nikola-tesla/patents/us-patent-524426-electromagnetic-motor

 

A.

baerndorfer posted this 3 weeks ago

to make things complicated i decide to built an analytic RL transient simulator for pulse and sine excitation, mainly as a clean laboratory reference model for inductive experiments.

It models a single series RL branch (L, R_coil, R_load) and computes a lot of stuff.

maybe it is only for freaks šŸ˜Ž

regards

B

Jagau posted this 3 weeks ago

Wow, excellent Bearndorfer!

You've got exactly where I'm looking for information on voltage transients.

If I could give two or more likes, I would have.

Thank you.

Jagau

What we consider to be empty space is merely a manifestation of unawakened matter. N.T.

Inception posted this 3 weeks ago

Let's give him three more likes! ... I'm one of those "freaks".

Very impressive B.

What platform/language did you use to program this tool?

Inception

baerndorfer posted this 3 weeks ago

Quoting:Inception

Let's give him three more likes! ... I'm one of those "freaks".

Very impressive B.

What platform/language did you use to program this tool?

this is in JS and HMTL/CSS to run on browser platform. 

have a nice day!

---
when this tool is ready i will put it on github so everyone can replicate or work even further. the math used is on bottom of page. so no houdini there.

Inception posted this 3 weeks ago

What IDE/editor do you use?

Do you use any AI to code?

Inception

baerndorfer posted this 3 weeks ago

i do all the coding with Sublime Text.

For UI-design and framework i use GPT 5.2

regards

B

baerndorfer posted this 2 weeks ago

to make things more interesting i put a C in series with RL. so now we have a full RLC branch tester.

Focus mode for laptop

The next steps for me is to prove the simulator against my lab-experiments. when it is accurate enough i can step forward and add magnetic coupling or other stuff.

if you find errors or 'stupid' data values please tell me!

have a nice day!

regards

B

 

baerndorfer posted this 2 weeks ago

there is a second version with lots of improvements - i call it 'pro' because there we can have C in parallel with RL and other stuff. the scope can be changed to other views which are physicaly correct but can look 'spooky' sometimes - i like that. and because this suck up all of your cpu and gpu power i integrated a performance measurement tool too. if you are an explorer you can check it out here.

regards

B

Jagau posted this 2 weeks ago

Hello Bearndorfer

This is a very interesting tool.

When picofarads and megahertz will be available, the simulator will be very powerful. Perhaps I'm asking too soon; it's up to you. Thanks for the simulator.

I've started checking some effects that are compatible with real-world applications.

Jagau

What we consider to be empty space is merely a manifestation of unawakened matter. N.T.

Close