Reduce N for ferrites to 1/4 of before

pull/2/head
miguel 2023-05-03 15:10:21 +10:00
rodzic c12eb61506
commit 9a98c0534c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -694,7 +694,7 @@
// Frequency independent characteristics:
this.N_max = Math.PI / (Math.atan2(0.5e3 * this.cond_diameter_meters, (0.5 * this.core.B - 0.5e3 * this.cond_diameter_meters)));
this.N = 1 + Math.round(loop_turns_slider.value * (this.N_max - 1));
this.N = 1 + Math.round(loop_turns_slider.value * (this.N_max - 1) * 0.25);
//this.cond_length_meters = this.N * (2*this.core.C + this.core.A - this.core.B) * 1e-3;
//this.cond_length_meters = 2e-3 * Math.sqrt ( (Math.PI * 0.5 * (this.core.A + this.core.B))**2 + (this.N * (2*this.core.C + this.core.A - this.core.B))**2 );