Model Documentation

The complete mathematical formulation behind RADOSE — from source term definition to atmospheric transport and radiological dose assessment.

01

Overview

RADOSE implements a steady-state Gaussian plume model to estimate the atmospheric transport of radionuclides released from a point source, and converts the resulting air concentrations and ground deposition into radiological dose. The computation proceeds in three stages, evaluated independently at every receptor of a fixed downwind grid.

STAGE 1Source TermQuantifies the activity released to the atmosphere from the material at risk.
STAGE 2Atmospheric TransportDisperses the release downwind — turbulent spread, decay and depletion.
STAGE 3Dose CalculationConverts exposure to effective dose via inhalation, cloud and ground pathways.
02

Source Term

The released activity Q is derived from the total inventory using the five-factor formula. Each factor scales down the material at risk to the fraction that actually becomes airborne and escapes to the environment in respirable form.

Q = MAR × DR × ARF × RF × LPF
QSource term — activity released to the atmosphereBq
MARMaterial at Risk — total inventory involved in the eventBq
DRDamage Ratio — fraction of MAR affected
ARFAirborne Release Fraction — fraction aerosolized
RFRespirable Fraction — particles < 10 μm AMAD
LPFLeak Path Factor — fraction escaping confinement
03

Atmospheric Dispersion

The time-integrated air concentration at a receptor located at downwind distance x, crosswind offset y and height z follows the Gaussian plume solution of the advection–diffusion equation with total reflection at the ground:

Cint(x,y,z) = Q / (2π·u·σy·σz) · exp(−y²/2σy²) · Fz(x) · exp(−λx/u) · DF(x)

The vertical term Fz(x) superimposes the direct plume and its ground-reflected image, so no activity is lost through the surface:

Fz(x) = exp(−(z−H)²/2σz²) + exp(−(z+H)²/2σz²)
CintTime-integrated air concentrationBq·s/m³
uWind speed at the effective release height Hm/s
σy, σzHorizontal / vertical dispersion coefficientsm
HEffective release heightm
λRadioactive decay constants⁻¹
DFPlume depletion factor (dry deposition)
04

Dispersion Coefficients

Turbulent spread grows with distance at a rate set by the Pasquill–Gifford atmospheric stability class. RADOSE uses the standard-terrain parameterisations below, with x in metres:

ClassStabilityσy(x) [m]σz(x) [m]
AVery unstable0.22·x/√(1+0.0001x)0.20·x
BUnstable0.16·x/√(1+0.0001x)0.12·x
CSlightly unstable0.11·x/√(1+0.0001x)0.08·x/√(1+0.0002x)
DNeutral0.08·x/√(1+0.0001x)0.06·x/√(1+0.0015x)
ESlightly stable0.06·x/√(1+0.0001x)0.03·x/(1+0.0003x)
FStable0.04·x/√(1+0.0001x)0.016·x/(1+0.0003x)

Class A–C: daytime convective conditions · Class D: overcast / high wind · Class E–F: clear, calm nights with strong temperature inversions.

05

Wind Profile

Wind speed is measured at a reference height (typically 10 m) and extrapolated to the release height with a power-law profile whose exponent p depends on stability class and terrain roughness:

u(H) = uref · (H / zref)
Classp — Standard terrainp — Urban terrain
A0.070.15
B0.070.15
C0.100.20
D0.150.25
E0.350.30
F0.550.30
06

Radioactive Decay

Activity decays during plume travel. With a transport time of x/u to the receptor, the surviving fraction is:

Drad(x) = exp(−λx/u),  λ = ln 2 / T½

For short-range assessments this term is significant only for short-lived nuclides; for Cs-137 (T½ = 30.17 y) it is effectively unity within the 80 km grid.

07

Plume Depletion

Dry deposition continuously removes activity from the plume as it travels. Conservation of mass is enforced with a source-depletion factor, evaluated by numerical integration along the plume path:

DF(x) = exp[ −(vd/u) ∫₀ˣ √(2/π) / σz(s) · exp(−H²/2σz(s)²) ds ]
vdDeposition velocity of the nuclide/aerosolm/s
sIntegration variable along the downwind pathm

For noble gases vd = 0, so DF(x) = 1 and the plume is not depleted.

08

Ground Deposition

The activity deposited per unit ground area is proportional to the ground-level time-integrated concentration (z = 0):

Dg(x) = vd · Cint(x, 0, 0)

Dg is reported in kBq/m² and drives the ground-shine dose pathway below.

09

Dose Pathways

Three exposure pathways are evaluated at each receptor and summed into the Total Effective Dose (TED). Dose conversion factors couple the physical fields to effective dose.

Dinh = Cint · BR · DCFinh
Dcloud = Cint · DCFsub
Dground = Dg · DCFgnd · texp
TED = Dinh + Dcloud + Dground
BRBreathing rate (default 3.33×10⁻⁴)m³/s
DCFinhInhalation dose factor — 50-yr committed effective doseSv/Bq
DCFsubCloud submersion (external) dose-rate factor(Sv·m³)/(Bq·s)
DCFgndGround shine dose-rate factor(Sv·m²)/(Bq·s)
texpGround-shine exposure duration (default 4 days)s
10

Dose Conversion Factors

Nuclide-specific factors are taken from the ICRP 107 decay database with effective-dose coefficients per ICRP 68/72 methodology (inhalation: 1 μm AMAD, 50-year committed effective dose). Cs-137 values include the Ba-137m daughter in secular equilibrium.

NuclideDCF inh [Sv/Bq]DCF sub [(Sv·m³)/(Bq·s)]DCF gnd [(Sv·m²)/(Bq·s)]
I-1318.04 d7.39E-091.70E-143.65E-16
Cs-137 (+Ba-137m)30.17 y4.67E-092.55E-145.49E-16
Xe-1335.24 d— (noble gas)1.37E-154.06E-17

Noble gases have no inhalation or ingestion pathway and do not deposit (v_d = 0); their dose is dominated by cloud submersion.

11

Receptor Grid & Assumptions

All quantities are evaluated on a fixed logarithmic-like mesh of 20 downwind receptors from 0.03 km to 80 km, at a default receptor height of 1.5 m (breathing zone). Plume arrival time at each receptor is estimated as x/u.

Model assumptions & limits
  • Steady-state release into a homogeneous wind field over flat terrain.
  • Total ground reflection — no activity is absorbed at the surface except via the explicit deposition term.
  • Dry deposition only; wet scavenging (rain-out / wash-out) is not modelled.
  • H is the effective release height — buoyant plume rise must be included in H by the user.
  • Valid in the near-to-mid field (≲ 80 km); long-range transport requires segmented or puff models.
  • Doses are computed for a stationary adult receptor with constant breathing rate.