diff --git a/transformer.html b/transformer.html index 7dc180c..963b1b1 100644 --- a/transformer.html +++ b/transformer.html @@ -51,7 +51,7 @@
- +
@@ -805,7 +805,7 @@ this.Pin = 10.0 ** power_slider.value; this.Z0 = 50.0; this.Vrms = Math.sqrt(this.Pin * this.Z0); - this.Zl = 1.0 * load_impedance_slider.value; + this.Zl = 5.0 * 10.0**load_impedance_slider.value; // 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)));