--- id: phys-01 title: "Electric Field Thresholds for Breakdown" section: "Spark Growth Physics" difficulty: "intermediate" estimated_time: 35 prerequisites: ["fund-07", "opt-07"] objectives: - Understand the electric field requirements for air breakdown - Calculate average and tip electric fields from voltage and geometry - Apply tip enhancement factors to predict spark inception - Determine when sparks can continue growing vs when they stall tags: ["electric-field", "breakdown", "tip-enhancement", "E-field", "threshold"] --- # Electric Field Thresholds for Breakdown Understanding electric fields is fundamental to predicting spark behavior. A spark will only initiate and grow when the electric field strength exceeds specific thresholds. This lesson covers the critical field values and how to calculate them. ## Electric Field Basics **Definition:** The electric field E is force per unit charge: ``` E = F/q [units: N/C or V/m] ``` The electric field is related to voltage through the gradient: ``` E = -dV/dx (field is voltage gradient) ``` For a uniform field between parallel plates: ``` E ≈ V/d (voltage divided by distance) ``` **Critical insight:** The field at a spark tip is NOT uniform - it is concentrated by the sharp geometry. ## Breakdown Field Thresholds Two key field thresholds govern spark behavior: ### E_inception: Initial Breakdown Field **E_inception** is the field required to initiate breakdown from a smooth electrode: ``` E_inception ≈ 2-3 MV/m (at sea level, dry air) ``` **Physical process:** 1. Natural cosmic rays create seed electrons 2. Strong field accelerates these electrons 3. High-energy electrons collide with air molecules 4. Collisions ionize more atoms (avalanche breakdown) 5. Breakdown begins when ionization exceeds losses ### E_propagation: Sustained Growth Field **E_propagation** is the field required to sustain spark growth after initiation: ``` E_propagation ≈ 0.4-1.0 MV/m (for leader propagation) ``` **Why is E_propagation < E_inception?** - The channel is already partially ionized - Hot gas is easier to ionize than cold air - Photoionization helps (UV from plasma creates seed electrons ahead) - Thermal effects reduce the energy barrier ### Environmental Effects Field thresholds vary with atmospheric conditions: **Altitude effects:** - Lower air density → lower E_threshold - Variation: ±20-30% from sea level to moderate altitude - Higher altitude → easier breakdown (less air to ionize) **Humidity effects:** - Water vapor changes breakdown characteristics - Typical variation: ~10% - Complex effects: water molecules have different ionization energy **Temperature effects:** - Affects air density - Small effect compared to altitude/humidity ## Tip Enhancement Factor (κ) Sharp tips concentrate the electric field dramatically. The **tip enhancement factor** κ quantifies this concentration: ``` E_tip = κ × E_average where: E_average = V/L (voltage divided by spark length) κ = enhancement factor ≈ 2-5 typical ``` ### Physical Origin of Enhancement **Why do tips concentrate field?** 1. Charge accumulates at sharp points (boundary condition) 2. Field lines must be perpendicular to conductor surfaces 3. Closer spacing of equipotential lines near high curvature 4. Smaller radius of curvature → higher κ **Typical values:** - Smooth sphere: κ ≈ 1.0 (no enhancement) - Mild tip (radius ~cm): κ ≈ 2-3 - Sharp tip (radius ~mm): κ ≈ 3-5 - Very sharp needle: κ ≈ 5-10 **FEMM calculates E_tip directly** from geometry and voltage, eliminating the need to estimate κ. ## Growth Criterion A spark continues growing when: ``` E_tip > E_propagation ``` **When growth stalls:** ``` If E_tip < E_propagation: - Growth stalls - Spark cannot extend further - System is "voltage-limited" - More power doesn't help without more voltage ``` **Practical implications:** - Small topload → lower voltage → shorter maximum length - Long target spark requires higher voltage to maintain E_tip - Enhancement factor κ helps by concentrating field at tip - But κ decreases as tip becomes less sharp --- ## WORKED EXAMPLE 3.1: Field Calculation **Given:** - Spark length: L = 1.5 m - Topload voltage: V_top = 400 kV - Tip enhancement: κ = 3.5 (from FEMM or estimate) **Find:** (a) Average field (b) Tip field (c) Can spark grow if E_propagation = 0.6 MV/m? ### Solution **Part (a): Average field** ``` E_average = V_top / L = 400×10³ V / 1.5 m = 267 kV/m = 0.267 MV/m ``` **Part (b): Tip field** ``` E_tip = κ × E_average = 3.5 × 0.267 MV/m = 0.93 MV/m ``` **Part (c): Compare to threshold** ``` E_tip = 0.93 MV/m E_propagation = 0.6 MV/m E_tip > E_propagation ✓ Yes, spark can continue growing. Safety margin: 0.93/0.6 = 1.55× above threshold ``` **If voltage drops to 300 kV:** ``` E_average = 300 kV / 1.5 m = 0.2 MV/m E_tip = 3.5 × 0.2 = 0.7 MV/m Still above 0.6 MV/m, but margin reduced to 1.17× ``` **If voltage drops to 250 kV:** ``` E_average = 250 kV / 1.5 m = 0.167 MV/m E_tip = 3.5 × 0.167 = 0.58 MV/m Below 0.6 MV/m - growth stalls! ``` **Key insight:** Even moderate voltage reduction can cause growth to stall. Maintaining adequate voltage throughout the ramp is critical for long sparks. --- ## Visual Understanding: Field Enhancement Imagine two scenarios: **LEFT: Uniform field (parallel plates)** - Two flat plates with voltage V between them - Evenly spaced field lines (vertical) - Formula: E = V/d (constant everywhere) - No enhancement: κ = 1 **RIGHT: Point-to-plane (spark geometry)** - Spherical topload at top (voltage V) - Sharp spark tip pointing down - Ground plane at bottom - Field lines: - Sparse near topload (low field density) - Highly concentrated at tip (high field density) - Spread out below tip - Color gradient showing field strength: - Blue (low field) far from tip - Red (high field) at tip - E_average = V/L along spark - E_tip at very tip (red zone) - Enhancement: E_tip = κ × E_average, κ = 2-5 **Field vs distance from tip:** Sharp peak at tip, drops rapidly with distance, approaches E_average far from tip. {image:field-enhancement-comparison} --- ## Key Takeaways - **E_inception ≈ 2-3 MV/m**: Required to start breakdown from smooth surface - **E_propagation ≈ 0.4-1.0 MV/m**: Required to sustain spark growth (lower than inception) - **Tip enhancement**: E_tip = κ × E_average, where κ ≈ 2-5 for typical geometries - **Growth criterion**: Spark grows when E_tip > E_propagation, stalls when E_tip < E_propagation - **Environmental effects**: Altitude and humidity affect thresholds by ±20-30% - **FEMM advantage**: Directly computes E_tip from geometry, no need to estimate κ ## Practice {exercise:phys-ex-01} **Problem 1:** A 0.8 m spark has V_top = 280 kV and κ = 4. Calculate E_tip. If E_propagation = 0.5 MV/m, can it grow? **Problem 2:** A spark stalls at 2.0 m length with V_top = 500 kV and κ = 3. Estimate E_propagation for these conditions. **Problem 3:** Why is E_inception > E_propagation? Explain the physical difference in 2-3 sentences. --- **Next Lesson:** [Voltage-Limited Length](02-voltage-limits.md)