From 52dc58bae7d0427f223b3f31b0db241e9287b413 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:28:17 +1100 Subject: [PATCH] Hide 31-mix. Change P to Pd. Improve colors. --- toroid.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/toroid.html b/toroid.html index c31f571..c763ac9 100644 --- a/toroid.html +++ b/toroid.html @@ -37,7 +37,6 @@ - @@ -60,7 +59,7 @@
- +
@@ -99,7 +98,7 @@
  • μ'' : Complex permeability - resistive part. (Hidden by default.)
  • H(Oe) : Core field intensity in Oersted. (Hidden by default.)
  • B(G) : Core flux density in Gauss. (Hidden by default.)
  • -
  • P(mW) : Power dissipation in milliwatts.
  • +
  • Pd(mW) : Power dissipation in the core, in milliwatts.
  • Note: To use as an inductor, avoid using where Q is small or less than 1. When Q is less than 1, core loss energy is higher than magnetisation energy.

    Schematic display: @@ -1124,7 +1123,7 @@ { label: '\u03bc\'\'', fill: false, - borderColor: 'rgb(255,10,10)', + borderColor: 'rgb(0,200,00)', backgroundColor: 'rgb(255,150,150)', data: calculatePermeability2(), borderWidth: 1, @@ -1134,10 +1133,10 @@ { label: 'H(Oe)', fill: false, - borderColor: 'rgb(255,0,0)', - backgroundColor: 'rgb(255,127,0)', + borderColor: 'rgb(255,255,0)', + backgroundColor: 'rgb(230,115,0)', data: calculateH(), - borderWidth: 1, + borderWidth: 2, yAxisID: 'hID', hidden: true }, @@ -1152,7 +1151,7 @@ hidden: true }, { - label: 'P(mW)', + label: 'Pd(mW)', fill: false, borderColor: 'rgb(50,50,50)', backgroundColor: 'rgb(100,100,100)',