From bfe87e6fb9fa47b91edade7c340f8d697bce9be6 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Thu, 25 May 2023 08:45:14 +1000 Subject: [PATCH] Update transformer.html --- transformer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/transformer.html b/transformer.html index 98f6753..0b14573 100644 --- a/transformer.html +++ b/transformer.html @@ -55,7 +55,8 @@
-
+ UNDER DEVELOPMENT - DO NOT USE
+

Notes:
The VK3CPU RF Transformer Calculator was developed to help users predict the RF characteristics of a ferrite toroid wound as a transformer. It uses the manufacturer's (Fair-Rite) published data including the toroid's dimensions and complex permeability characteristics @@ -725,7 +726,7 @@ const R0 = 50.0; const Rc = 0.2; // Conductor losses - const Ll1 = 1e-6; // Primary leakage inductance + const Ll1 = 1e-7; // Primary leakage inductance //const Ls = mu[0] * 4.0 * Math.PI * this.Np**2 / this.core.CC; const Xp = (Rs**2 + Xs**2) / Xs; // Get parallel equivalent reactance const Rp = (Rs**2 + Xs**2) / Rs; // Get parallel equivalent resistance