3.6.35Spacecraft Structures & Systems Engineering

Radiation effects — TID, SEE, displacement damage

3,261 words15 min readdifficulty · medium2 backlinks

Core Concept

Space radiation damages electronics through three distinct physical mechanisms: Total Ionizing Dose (TID), Single Event Effects (SEE), and Displacement Damage (DD). Each mechanism attacks different aspects of semiconductor device physics, requiring different mitigation strategies.

Total Ionizing Dose (TID)

Physical Mechanism — Why TID Damages Electronics

Step 1: Ionization in oxide When an energetic particle (electron, proton, heavy ion) passes through silicon dioxide insulating layers:

Edeposited=dEdxdsE_{\text{deposited}} = \int \frac{dE}{dx} \, ds

where dEdx\frac{dE}{dx} is the linear energy transfer (LET) — energy lost per unit path length.

Why this matters: SiO₂ has bandgap ~9 eV. A1 MeV proton creates ~10⁵ electron-hole pairs in a 1 μm oxide layer.

Step 2: Charge separation Electrons (mobile) are swept away by electric fields in nanoseconds. Holes (less mobile in SiO₂) drift slowly and many become trapped at defect sites:

Ntrapped=ftrapDoseρtoxEpairN_{\text{trapped}} = f{\text{trap}} \cdot \frac{\text{Dose} \cdot \rho \cdot t_{\text{ox}}}{E_{\text{pair}}}

where:

  • ftrapf_{\text{trap}} = trapping fraction (~0.01-0.3 for SiO₂)
  • ρ\rho = material density
  • toxt_{\text{ox}} = oxide thickness
  • EpairE_{\text{pair}} = energy to create electron-hole pair (~18 eV in SiO₂)

Why this step: The trapped positive charge creates an electric field that shifts the transistor threshold voltage.

Step 3: Threshold voltage shift For a MOSFET, the trapped charge QtrapQ_{\text{trap}} causes:

ΔVth=QtrapCox=qNtrappedCox\Delta V_{\text{th}} = -\frac{Q_{\text{trap}}}{C_{\text{ox}}} = -\frac{q \cdot N_{\text{trapped}}}{C_{\text{ox}}}

where Cox=ϵoxtoxC_{\text{ox}} = \frac{\epsilon_{\text{ox}}}{t_{\text{ox}}} is the oxide capacitance per unit area.

Physical insight: Negative shift for n-channel (device turns on easier, increases leakage). Positive shift for p-channel (may fail to turn on).

TID(t)=0tDrate(r(t),shielding)dt\text{TID}(t) = \int_0^t D_{\text{rate}}(\vec{r}(t'), \text{shielding}) \, dt'

Typical rates:

  • LEO (IS altitude): 1-10 rad/day behind2.5 mm Al
  • GEO: 10-100 rad/day (electrons dominant)
  • Interplanetary: ~10 rad/day (solar/galactic cosmic rays)

Derivation note: Actual dose depends on orbital inclination, solar cycle (affects trapped electron populations), and shielding geometry.

Step 1: Estimate dose rate Using AP-8/AE-8 trapped particle models: Drate5 rad(Si)/dayD_{\text{rate}} \approx 5 \text{ rad(Si)/day}

Step 2: Calculate total dose TID5yr=5radday×365×5=9125 rad\text{TID}_{5\text{yr}} = 5 \, \frac{\text{rad}}{\text{day}} \times 365 \times 5 = 9125 \text{ rad}

Step 3: Check device rating If microcontroller rated to 10 krad (typical commercial CMOS):

  • Margin: 10,000 - 9,125 = 875 rad (~10% margin — inadequate!)
  • Risk: Threshold shifts → increased leakage → thermal runaway

Why this step matters: You need 2-3× margin for uncertainties in dose rate models, manufacturing variations, dose rate effects (low dose rates can cause MORE damage in some oxides due to anealing competition).

Fix: Use rad-hard CMOS (100 krad+) or add more shielding (exponential diminishing returns — 10 mm Al only reduces dose by ~2×).

Single Event Effects (SEE)

Physical Mechanism — From Ionization Track to Bit Flip

Step 1: Charge deposition A heavy ion (e.g., Fe⁵⁶ from galactic cosmic rays) with LET = 40MeV·cm²/mg passes through a transistor:

Qcollected=LETρLEpairQ_{\text{collected}} = \frac{\text{LET} \cdot \rho \cdot L}{E_{\text{pair}}}

where LL is the sensitive depth (~1-10 μm).

Example: In silicon (ρ=2.33\rho = 2.33 g/cm³, Epair=3.6E_{\text{pair}} = 3.6 eV): Qcollected=40×106 eV2.33 g/cm35×104 cm3.6 eV×1.6×1019 C2 pCQ_{\text{collected}} = \frac{40 \times 10^6 \text{ eV} \cdot 2.33 \text{ g/cm}^3 \cdot 5 \times 10^{-4} \text{ cm}}{3.6 \text{ eV}} \times 1.6 \times 10^{-19} \text{ C} \approx 2 \text{ pC}

Step 2: Charge collection Charge collected by drift (in depletion region, fast ~ps) and diffusion (in neutral regions, slower ~ns):

I(t)=Idrift(t)+Idiff(t)I(t) = I_{\text{drift}}(t) + I_{\text{diff}}(t)

Peak current can reach miliamps in modern nanoscale devices.

Step 3: Circuit response If collected charge exceeds critical charge QcritQ_{\text{crit}}:

Qcrit=CnodeVcritQ_{\text{crit}} = C_{\text{node}} \cdot V_{\text{crit}}

where CnodeC_{\text{node}} is the node capacitance and VcritV_{\text{crit}} is the voltage swing needed to flip the state.

Why smaller is more vulnerable: Modern7 nm nodes have Cnode0.1C_{\text{node}} \sim 0.1 fF, so Qcrit0.1Q_{\text{crit}} \sim 0.1 fC — 100× more sensitive than 1990s technology.

RSE=σ(LET)Φ(LET)d(LET)R_{\text{SE}} = \int \sigma(\text{LET}) \cdot \Phi(\text{LET}) \, d(\text{LET})

where:

  • σ(LET)\sigma(\text{LET}) = cross-section (effective area) for SE at given LET, in cm²/bit
  • Φ(LET)\Phi(\text{LET}) = particle flux vs. LET, in particles/(cm²·sr·sMeV·mg⁻¹·cm²)

Weibull fit for cross-section: σ(LET)=σsat(1e(LETLETthλ)s)\sigma(\text{LET}) = \sigma_{\text{sat}} \left(1 - e^{-\left(\frac{\text{LET} - \text{LET}_{\text{th}}}{\lambda}\right)^s}\right)

  • LETth\text{LET}_{\text{th}} = threshold LET below which no upsets occur
  • σsat\sigma_{\text{sat}} = saturation cross-section (geometric device area)
  • λ,s\lambda, s = fitting parameters

Step 1: Get GEO heavy ion flux Using CREME96 model for solar minimum: Φtotal10 ions/(cm2⋅day) for LET>5 MeV⋅cm2/mg\Phi_{\text{total}} \approx 10 \text{ ions/(cm}^2\text{·day)} \text{ for LET} > 5 \text{ MeV·cm}^2\text{/mg}

Step 2: Calculate upset rate per bit Rbit=σsatΦtotal=107 cm2×10ionscm2⋅day=106 upsets/(bit⋅day)R_{\text{bit}} = \sigma_{\text{sat}} \cdot \Phi_{\text{total}} = 10^{-7} \text{ cm}^2 \times 10 \frac{\text{ions}}{\text{cm}^2\text{·day}} = 10^{-6} \text{ upsets/(bit·day)}

Step 3: Total device upset rate Rdevice=Rbit×Nbits=106×109=103 upsets/dayR_{\text{device}} = R_{\text{bit}} \times N_{\text{bits}} = 10^{-6} \times 10^9 = 10^3 \text{ upsets/day}

Why this matters: ~1 upset per minute — unusable without error correction!

Mitigation: EDAC (Error Detection And Correction) — e.g., Haming codes add ~12% overhead but correct all single-bit errors, detect double-bit errors.

Single Event Latchup (SEL) — The Destructive Mode

Mechanism: Ionization track triggers parasitic PNPN thyristor structure in CMOS:

  1. Heavy ion creates electron-hole pairs
  2. Electrons/holes drift to nearby wells
  3. Activate parasitic NPN and PNP bipolar transistors
  4. Positive feedback: Ilatch=VddRonI_{\text{latch}} = \frac{V_{\text{dd}}}{R_{\text{on}}} → can exceed 1 Adevice destruction

Current latchup physics: αPNPαNPN>1\alpha_{\text{PNP}} \cdot \alpha_{\text{NPN}} > 1

where α\alpha are current gains of parasitic bipolars.

Why modern CMOS is safer: Triple-well processes isolate n-wells from p-substrate, breaking one parasitic path.

Displacement Damage

Physical Mechanism — Non-Ionizing Energy Loss (NIEL)

Step 1: Nuclear collision Incoming proton with kinetic energy EpE_p scatters off silicon nucleus:

Erecoil=4MpMSi(Mp+MSi)2Epsin2(θ/2)E_{\text{recoil}} = \frac{4 M_p M_{\text{Si}}}{(M_p + M_{\text{Si}})^2} E_p \sin^2(\theta/2)

Maximum recoil energy: Emax0.13EpE_{\text{max}} \approx 0.13 \cdot E_p for head-on collision.

Threshold for displacement: Ed25E_d \approx 25 eV for Si — much lower than ionization threshold.

Step 2: Cascade If Erecoil>EdE_{\text{recoil}} > E_d, the recoiling Si atom (PKA = Primary Knock-on Atom) creates a displacement cascade:

NdisplacedErecoil2EdN_{\text{displaced}} \approx \frac{E_{\text{recoil}}}{2 E_d}

A 10 MeV proton can displace ~30,000 atoms in a single collision!

Step 3: Defect formation Most displaced atoms recombine quickly. Stable defects form at ~0.1-1% of initial displacements:

  • Vacancy (V): missing Si atom
  • Interstitial (I): extra Si atom between lattice sites
  • Complexes: V-O (vacancy-oxygen), V-V, etc.

These act as Shockley-Read-Hall recombination centers.

1τ(Φ)=1τ0+KτΦeq\frac{1}{\tau(\Phi)} = \frac{1}{\tau_0} + K_\tau \cdot \Phi_{\text{eq}}

where:

  • τ0\tau_0 = initial lifetime
  • KτK_\tau = damage coefficient (material/device dependent)
  • Φeq\Phi_{\text{eq}} 1 MeV neutron equivalent fluence (all particles normalized to 1 MeV neutron NIEL)

Equivalent fluence: Φeq=NIEL(E)NIEL1 MeV nΦ(E)dE\Phi_{\text{eq}} = \int \frac{\text{NIEL}(E)}{\text{NIEL}_{\text{1 MeV n}}} \cdot \Phi(E) \, dE

Step 1: Calculate equivalent fluence GEO proton spectrum (trapped belts) gives ~101110^{11} protons/(cm²·year) equivalent.

Φeq, 10yr=1012 MeV-n-eq/cm2\Phi_{\text{eq, 10yr}} = 10^{12} \text{ MeV-n-eq/cm}^2

Step 2: Apply damage equation For GaAs solar cells: P(Φ)P0=1Clog10(1+ΦeqΦx)\frac{P(\Phi)}{P_0} = 1 - C \log_{10}\left(1 + \frac{\Phi_{\text{eq}}}{\Phi_x}\right)

Typical: C=0.03C = 0.03, Φx=3×1010\Phi_x = 3\times 10^{10} cm⁻².

P(1012)P0=10.03log10(1+10123×1010)=10.03×1.52=0.954\frac{P(10^{12})}{P_0} = 1 - 0.03 \log_{10}\left(1 + \frac{10^{12}}{3 \times 10^{10}}\right) = 1 - 0.03 \times 1.52 = 0.954

Result: 4.6% power loss from displacement damage alone.

Why this step: Must oversize arrays by 1/(1-degradation) = 1.048× or ~5% to maintain end-of-life power.

Step 3: Add TID effects Coverglass darkening (TID in glass) adds another ~2-3% loss → total 7-8% degradation → size arrays at 1.08× beginning-of-life requirement.

Comparison Table — Know Which Threat You're Fighting

| Mechanism | Particle | Timescale | Effect | Anealing? | |-----------|----------|--------|------------| | TID | Electrons, protons, gamas | Years (cumulative) | Threshold shifts, leakage | Partial (thermal, but worsens first) | | SEE | Heavy ions, protons | Instant (random) | Bit flips, latchup, burnout | N/A (discrete events) | | DD | Protons, neutrons | Years (cumulative) | Lifetime degradation | Minimal (<10% at room temp) |

The steel-man: For low-energy particles (< 10 MeV), yes. For galactic cosmic ray heavy ions (GeV energies), shielding is nearly useless — even 1 meter of aluminum only reduces flux by ~2×.

Worse: Shielding creates secondary particles via nuclear fragmentation. A high-energy proton hitting aluminum produces neutrons, pions, light ions — sometimes increasing the dose behind the shield!

The nuance:

  • TID: Optimize shielding thickness (2-5 mm Al typical)
  • SEE from heavy ions: Shielding ineffective → use EDAC, redundancy, rad-hard design
  • SE from protons: Moderate shielding helps (protons less penetrating than ions)

Correct approach: Dose-depth curves — calculate dose vs. shielding thickness for your specific orbit and particle environment. There's an optimal thickness beyond which you're just adding mass.

The failure mode: Ground testing uses:

  • High dose rates (1-100 rad/s) — actual space is 10⁻⁵ rad/s
  • Room temperature — orbit may be -40°C to +80°C
  • Specific test particles — actual orbit has mixed spectrum

Low dose rate enhancement (LDRE): Some oxides show MORE damage at low dose rates because slow hole trapping competes with anealing. A part passing 100 krad at high rate may fail at 50 krad on orbit!

Temperature effects: Anealing speeds up at high temps (helps TID), but some defects more stable (worsens DD).

The fix:

  1. Request testing at mission-relevant dose rates and temps
  2. Apply uncertainty factors (2× for critical parts)
  3. Use heritage parts with proven flight performance

Mitigation Strategy Matrix

TID mitigation:

  • Rad-hard-by-design (RHBD) processes (SOI, enclosed-gate transistors)
  • Shielding optimization
  • Device selection (test to mission dose + margin)
  • Voltage derating (lower E-fields reduce trapping)

SEE mitigation:

  • SEU: EDAC, TMR (Triple Modular Redundancy), scrubing
  • SEL: Current limiting, watchdog timers, latchup-immune processes
  • SEB/SEGR: Voltage derating, device selection (wide-bandgap materials)

DD mitigation:

  • Oversize solar arrays
  • Select devices with high initial lifetime
  • Use materials less sensitive to DD (InGaP better than Si for solar cells)
  • No effective shielding — design around degradation
Recall Explain to a 12-year-old

Imagine your phone going to space. Space is full of invisible super-fast bullets called radiation. These bullets mess up electronics in three ways:

TID is like the walls of your phone's circuits slowly getting dirty over years. Dirt builds up (trapped electric charges), and eventually buttons stop working right (transistors change how they turn on/off).

SEE is like a lightning bolt hitting your phone's memory. Suddenly a0 becomes a 1, and your saved game gets corrupted. Or even worse, it creates a short circuit that fries the chip instantly!

Displacement damage is like someone shaking your phone so hard that atoms in the solar panel get knocked out of place. The panel still works but makes less electricity because it's got tiny holes in its structure.

Engineers deal with this by:

  • Using tougher "space-grade" electronics (like a rugedized phone case, but for the circuits themselves)
  • Having backup copies of everything (if one memory bit flips, two other copies vote it down)
  • Making solar panels bigger than needed so when they get weaker, there's still enough power

It's why space stuff costs so much — everything has to survive this invisible bullet storm for years!

Visual: TID is rust, SEE is lightning, DD is termites

Connections

  • Spacecraft Orbits — orbit determines radiation environment (LEO vs GEO vs interplanetary)
  • Van Allen Belts — trapped proton/electron belts are primary TID/DD source for Earth orbit
  • Solar Activity Cycles — solar max/min affects trapped electron populations (factor of 10×)
  • Semiconductor Physics — band structure, E-field in oxides, minority carrier lifetime underpin all three mechanisms
  • Error Correcting Codes — Hamming, Reed-Solomon for SEU mitigation
  • Photovoltaic Systems — solar cell degradation from DD
  • Power Budget — must account for 5-10% solar array degradation
  • Reliability Engineering — FIT rates, bathtub curve affected by radiation-induced infant mortality

#flashcards/physics

What are the three primary radiation damage mechanisms in spacecraft electronics? :: Total Ionizing Dose (TID), Single Event Effects (SEE), and Displacement Damage (DD).

What physical process causes TID damage?
Ionizing radiation creates electron-hole pairs in oxide layers (like SiO₂). Holes become trapped, creating electric fields that shift transistor threshold voltages.
Why does TID cause threshold voltage shifts in MOSFETs?
Trapped positive charge in gate oxide creates electric field, ΔVth=Qtrap/Cox\Delta V_{th} = -Q_{trap}/C_{ox}, making n-channel devices turn on easier (more leakage) and p-channel devices harder to turn on.
What is the typical TID rate in GEO?
10-100 rad/day behind standard shielding, electron-dominated environment.
What is an SE?
Single Event Effect — transient or permanent malfunction from a single ionizing particle creating dense ionization track in sensitive device region.
Why are smaller transistors more vulnerable to SEU?
Critical charge Qcrit=CnodeVcritQ_{crit} = C_{node} \cdot V_{crit} decreases with node capacitance. 7 nm nodes have ~100× less critical charge than 1990s technology.
What is SEL and why is it dangerous?
Single Event Latchup — ionization triggers parasitic PNPN thyristor in CMOS, drawing high current (>1A) that can destroy device within milliseconds.
How is SE rate calculated?
RSEE=σ(LET)Φ(LET)d(LET)R_{SEE} = \int \sigma(LET) \cdot \Phi(LET) \, d(LET), where σ\sigma is cross-section and Φ\Phi is particle flux vs. LET.
What causes displacement damage?
Nuclear collisions transfer energy to lattice atoms, knocking them out of position. Creates stable defects (vacancies, interstitials) that act as recombination centers.
What is NIEL?
Non-Ionizing Energy Loss — energy deposited via nuclear collisions that creates displacement damage, measured in MeV·cm²/g.
How does displacement damage degrade solar cells?
Creates recombination centers that reduce minority carrier lifetime: 1/τ(Φ)=1/τ0+KτΦeq1/\tau(\Phi) = 1/\tau_0 + K_\tau \cdot \Phi_{eq}, reducing open-circuit voltage and efficiency.
What is 1 MeV neutron equivalent fluence?
Normalization scheme where all particle types are scaled by their NIEL relative to 1 MeV neutrons, allowing cumulative damage comparison: Φeq=(NIEL(E)/NIEL1MeVn)Φ(E)dE\Phi_{eq} = \int (NIEL(E)/NIEL_{1MeV-n}) \cdot \Phi(E) dE.
Why doesn't heavy shielding stop galactic cosmic ray heavy ions?
GCR ions have GeV energies — even 1 meter of aluminum only reduces flux ~2×. Range scales with energy; relativistic particles are highly penetrating.
What is Low Dose Rate Enhancement (LDRE)?
Some oxides show MORE TID damage at space dose rates (~10⁻⁵ rad/s) than lab rates (1-100 rad/s) because slow hole trapping competes with annealing.

Name three SEU mitigation techniques :: Error Detection And Correction (EDAC), Triple Modular Redundancy (TMR), and periodic memory scrubbing.

Why must solar arrays be oversized for long missions?
Displacement damage from protons/neutrons degrades minority carrier lifetime, reducing power output 5-10% over 10-15 year missions.
What is the LET threshold for SEU?
Device-specific, typically 5-15 MeV·cm²/mg for modern CMOS. Below threshold, particle doesn't deposit enough charge to flip bit.
Compare TID and DD timescales
Both accumulate over months-to-years, but TID can partially anneal (temperature-dependent) while DD is nearly permanent at spacecraft temperatures.
What secondary particles does shielding create?
Nuclear fragmentation of high-energy protons/ions produces neutrons, pions, and light ions (spallation products) that can increase dose behind shield.
Why is GEO worse for TID than LEO?
GEO sits in outer Van Allen belt with high-energy electrons (MeV range). LEO is below inner belt or passes through quickly, lower time-integrated dose.

Concept Map

damages via

includes

includes

includes

from

creates

holes become

causes

leads to

governed by

accumulates via

reduced by

caused by

caused by

Space Radiation

Three Mechanisms

Total Ionizing Dose

Single Event Effects

Displacement Damage

Ionization in SiO2

Electron-Hole Pairs

Trapped Charge

Threshold Voltage Shift

Leakage or Failure

Linear Energy Transfer dE/dx

Orbital Dose Rate

Aluminum Shielding

Ionization Tracks

Nuclear Collisions

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, space mein satellites ke electronics ke saath kya hota hai — ye samajhna bahut zaroori hai. Space radiation teen alag-alag tareeke se damage karti hai, jaise teen alag kism ke vandalism tumhare ghar par ho rahe hon. TID matlab dheere-dheere paani ka nuksaan — years mein slowly accumulate hoti hai, oxide layers mein charge trap ho jaata hai. SEE matlab bijli girna — sudden random event jo ek switch flip kar sakta hai. Aur DD matlab deemak (termites) — atoms crystal lattice se nikal jaate hain aur permanent defect ban jaate hain. Har mechanism device physics ke alag hisse par attack karta hai, isliye har ek ka mitigation strategy bhi alag hota hai.

Ab TID ki intuition samjho — jab koi energetic particle silicon dioxide insulator se guzarta hai, to wo electron-hole pairs banata hai. Electrons to fast bhaag jaate hain, lekin holes slow hote hain aur bahut saare defect sites par trap ho jaate hain. Ye trapped positive charge ek electric field bana deta hai jo transistor ka threshold voltage shift kar deta hai — matlab device ka on/off behaviour badal jaata hai. Formula ΔVth=Qtrap/Cox\Delta V_{th} = -Q_{trap}/C_{ox} yahi bataata hai. n-channel devices mein leakage badh jaata hai, p-channel kabhi-kabhi on hi nahi hota. Yeh gradual failure hai, ek din mein nahi hoti.

Ye matter kyun karta hai? Kyunki jab tum ek satellite design karte ho — maan lo 5-year mission LEO orbit mein — to tumhe pehle se calculate karna hoga ki total dose kitna hoga. Example mein dekha, 9125 rad aa rahi thi aur device sirf 10 krad tak rated tha, matlab bas 10% margin — ye bilkul kaafi nahi! Real engineering mein tumhe 2-3x margin chahiye kyunki dose rate models mein uncertainty hoti hai, manufacturing variations hoti hain, aur low dose rate par kabhi-kabhi zyada damage bhi ho jaata hai. Isliye rad-hard components choose karna ya extra shielding lagana — ye decisions isi understanding se aate hain. Yahi to spacecraft ko years tak zinda rakhta hai.

Go deeper — visual, from zero

Test yourself — Spacecraft Structures & Systems Engineering

Connections