Magnetic field B (magnetic flux density) is the actual concentration of magnetic field lines passing through a given cross-sectional area, measured in Teslas (T), representing the real physical force a magnetic field exerts on moving charges and magnetic materials. When makers and engineers ask 'why is magnetic field B' the standard metric instead of H (magnetic field intensity), the answer lies in physical limits: B dictates core saturation, physical force, and induced voltage, while H merely measures the electrical effort (ampere-turns) required to generate it. In a real circuit, the B-field limit (B_sat) dictates the physical size of your inductors and transformers; if you exceed the core's B-limit, the permeability collapses, your inductor becomes a shorted wire, and your switching MOSFETs explode. Beginners commonly confuse B (flux density, Tesla) with H (field strength, A/m) or Φ (total magnetic flux, Webers), leading to catastrophic core sizing errors in power electronics.
The Physics: Why Is Magnetic Field B the 'Real' Field?
To understand why B is the ultimate metric, we have to look at the relationship between B, H, and permeability (μ). The governing equation is B = μH.
Think of it using a single fluid analogy: H is the water pressure applied by the pump (your electrical current and coil turns), B is the actual volumetric flow rate through the pipe (the real magnetic flux density), and μ (permeability) is the pipe's inner diameter. You can apply massive pressure (high H), but if the pipe is narrow (low μ, like air), your actual flow (B) remains small. Conversely, a highly permeable ferrite core is like a massive pipe; a tiny amount of pressure (low H) yields a massive flow (high B).
According to the Lorentz force law and Faraday's law of induction, the physical forces that do work in our circuits—inducing voltage in a secondary winding or exerting torque on a motor rotor—are strictly proportional to B, not H. H is just the 'cost' you pay in copper wire and current to get the B you need. Therefore, when sizing a component, you calculate the maximum B the core can handle before it saturates, and then work backward to find out how much H (and thus, how many ampere-turns) you can safely apply.
Worked Example: Calculating B-Field in a Buck Converter Inductor
Let's ground this in a real bench scenario. You are designing a custom inductor for a 12V-to-5V buck converter powering an ESP32 dev board. You've selected a standard MnZn ferrite toroid and need to ensure it won't saturate at peak load.
The Given Parameters:
- Target Inductance (L): 10 μH (10 × 10⁻⁶ H)
- Peak Switching Current (I_peak): 5 A
- Number of Turns (N): 15 turns
- Core Effective Cross-Sectional Area (A_e): 0.5 cm² (5 × 10⁻⁵ m²)
The Formula:
The peak magnetic flux density is calculated as:
B_peak = (L × I_peak) / (N × A_e)
The Calculation:
- Numerator: 10 × 10⁻⁶ H × 5 A = 50 × 10⁻⁶ Wb (Webers)
- Denominator: 15 turns × 5 × 10⁻⁵ m² = 75 × 10⁻⁵ m²
- B_peak = (50 × 10⁻⁶) / (75 × 10⁻⁵) = 0.066 T (or 66 mT)
The Verdict:
Standard MnZn ferrite (like TDK PC40 material) has a saturation flux density (B_sat) of roughly 0.39 T at 25°C, dropping to about 0.32 T at 100°C. Your calculated B_peak of 0.066 T is well below the 0.32 T hot-limit. This core will not saturate, and your inductor will function safely. If your calculation had yielded 0.40 T, the core would saturate, permeability would plummet, inductance would drop to near-zero, and your buck converter's high-side MOSFET would likely fail from overcurrent.
Where You Meet This in Practice
You will encounter B-field limits and measurements in three primary areas of electronics and electrical work:
- Switch-Mode Power Supplies (SMPS): In flyback, forward, and buck/boost topologies, the transformer or inductor core is pushed to its B-field limits every switching cycle to minimize physical size. Core loss (hysteresis and eddy currents) scales non-linearly with the peak B-field swing (ΔB).
- Hall Effect Current Sensors: When you use an IC like the Allegro A1324 to measure current, the sensor is not measuring H; it is measuring the B-field generated by the current-carrying conductor. The IC outputs a voltage strictly proportional to the Tesla (or Gauss) flux density passing through its silicon die.
- Motor Design and VFDs: In BLDC and AC induction motors, the stator's B-field interacts with the rotor. If a Variable Frequency Drive (VFD) pushes too much voltage at too low a frequency (V/Hz ratio too high), the stator core's B-field exceeds saturation, causing massive current spikes and thermal failure.
If your B-field calculation shows you are dangerously close to B_sat, you don't necessarily need a larger core. Introducing a physical air gap (using a spacer or a pre-gapped core) drastically lowers the effective permeability (μ). This means you need more H (more ampere-turns) to reach the same B, but it linearizes the B-H curve and prevents the 'hard cliff' saturation that destroys semiconductors.
Decision Path: Choosing a Core Material Based on B-Limits
Selecting the right magnetic core is entirely dependent on your required B-field, operating frequency, and DC bias. Use this decision tree to pick your material.
| Application Scenario | B-Field Requirement | Frequency Range | Concrete Core Pick (2026 Standard) |
|---|---|---|---|
| High-Freq SMPS (Buck/Flyback) | B_peak < 0.30 T | 100 kHz - 2 MHz | MnZn Ferrite (e.g., TDK PC90 or Ferroxcube 3F4) |
| Mains Transformer (50/60Hz) | B_peak up to 1.5 T | 50 Hz - 400 Hz | Grain-Oriented Silicon Steel (e.g., M19 or M6 laminations) |
| High DC Bias Inductor (Output filter) | B_peak ~ 0.50 T to 1.0 T | 20 kHz - 200 kHz | Sendust / Powdered Iron (e.g., Magnetics Kool Mµ) |
| Common Mode Choke (EMI Filter) | B-field is negligible (flux cancels) | Broadband (10 kHz - 30 MHz) | High-μ Nanocrystalline or Ferrite (e.g., Hitachi FINEMET) |
FAQ: Magnetic Field B in Circuit Design
Q: Can I just add more turns of wire to increase the B-field?
A: Yes and no. Adding turns increases the inductance (L), which increases the numerator in our B-field equation. However, more turns also increase the DC resistance (DCR) and parasitic capacitance. If you are voltage-driven (like in a transformer), adding turns actually *decreases* the B-field because B is proportional to V/(N × f × A_e). Always define whether your circuit is current-driven (inductor) or voltage-driven (transformer) before changing N.
Q: What physically happens inside the core when B exceeds B_sat?
A: Magnetic domains in the core material become fully aligned with the applied H-field. Once 100% of the domains are aligned, the core's relative permeability (μ_r) drops from thousands down to roughly 1 (the permeability of air). The core effectively disappears magnetically, leaving only the air-core inductance, which is usually in the nanohenry range. This causes a massive di/dt current spike.
Q: Why do datasheets sometimes list B in Gauss instead of Tesla?
A: Legacy CGS (centimeter-gram-second) units. 1 Tesla = 10,000 Gauss. If a datasheet lists a saturation limit of 3,500 Gauss, that is exactly 0.35 T. Always convert to SI units (Teslas and meters) before plugging values into standard engineering formulas to avoid order-of-magnitude errors.






