Description

The Radiation Panel represents a surface that can absorb radiation from Radiation Source components in the simulation. The panel tracks flux exposure, calculates shielding attenuation, and provides data for Total Ionizing Dose (TID) and Single Event Effect (SEE) probability calculations. Panels are typically registered with a Radiation Model to aggregate exposure across multiple surfaces.


Example Use Cases

  • Surface Radiation Exposure: Model radiation absorption on specific spacecraft faces.
  • Shielding Analysis: Evaluate the effectiveness of different shielding materials and thicknesses.
  • Component Protection: Determine radiation exposure levels behind shielded panels.

Module Implementation

The radiation panel computes flux exposure based on its orientation relative to radiation sources and applies shielding attenuation.

Projected Area

The effective area exposed to a radiation source is computed from the panel area and incidence angle:

where is the panel area, is the unit vector toward the radiation source, and is the panel normal.

Shielding Attenuation

The flux transmitted through shielding material follows exponential attenuation:

where is the incident flux, is the linear attenuation coefficient, and is the shielding thickness.

Ionizing Dose Increment

The increase in ionizing dose over a time step is calculated as:

where is the shielding density, is the shielding thickness, is the time step, and is the energy-to-dose conversion efficiency.

Single Event Effect Probability

The probability of an SEE occurring is modeled using Poisson statistics:

where the event rate is:

and is the average particle energy.


Assumptions/Limitations

  • The panel is modeled as a flat surface with uniform shielding properties.
  • If shielding thickness or density is zero or negative, shielding effects are ignored.
  • The shadow factor for non-celestial shadowing must be set manually.