From d25030d7ce3f952bd46d437f1914f87f3612044f Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Tue, 2 May 2023 22:41:40 +1000 Subject: [PATCH] Update toroid.html --- toroid.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toroid.html b/toroid.html index 033e4e1..a1a962f 100644 --- a/toroid.html +++ b/toroid.html @@ -28,20 +28,13 @@ @@ -1067,7 +1060,6 @@ }; this.getInductance = function (frequency, Bpk) { - //const mu = this.getMuFromFreq(frequency); // const L = this.core.Al * this.N**2 * 1e-9; // New method because using Ae and le did not match Al with N^2. const L = this.getMuFromFreq(frequency) * this.getMuFromBpk(Bpk) * 1e-2 * (this.core.Al / this.mat.mu_i) * this.N**2 * 1e-9;