
# Elevation Comparison: Plain Water vs. Previously Boiled (Degassed) Water from Ultrasonic Atomization

**Context:** Atmospheric vapor injection for cloud-triggered heatwave mitigation
**Date:** June 27, 2026

---

## 1. What Boiling Changes

When water is boiled and then cooled back to ambient temperature, the primary change is the **removal of dissolved gases**. Boiling drives dissolved nitrogen, oxygen, and carbon dioxide out of solution. Once cooled, the water does not re-absorb these gases quickly — degassed water can remain gas-poor for hours to days depending on agitation and surface area.

### 1.1 Dissolved Gas Content

| Gas | Plain water at 25°C (mg/L) | Boiled & cooled (mg/L) | Difference |
|---|---|---|---|
| Nitrogen (N₂) | ~14.3 | <0.5 | ~13.8 |
| Oxygen (O₂) | ~8.3 | <0.3 | ~8.0 |
| Carbon dioxide (CO₂) | ~0.5 | <0.1 | ~0.4 |
| **Total dissolved gas** | **~23.1** | **<0.9** | **~22.2 mg/L** |

The total dissolved gas represents about **0.0022% of the water mass** — 22 parts per million.

### 1.2 Physical Properties Affected

| Property | Plain water (25°C) | Boiled & cooled (25°C) | Difference |
|---|---|---|---|
| Surface tension (σ) | 71.97 mN/m | 72.14 mN/m | +0.17 mN/m (+0.24%) |
| Density (ρ) | 997.04 kg/m³ | 997.06 kg/m³ | +0.02 kg/m³ (+0.002%) |
| Vapor pressure (e_s) | 3.169 kPa | 3.169 kPa | ~0 (the Raoult's law correction from dissolved gas is ~0.002%) |
| Viscosity (μ) | 0.890 mPa·s | 0.890 mPa·s | 0 |
| Thermal conductivity | 0.607 W/(m·K) | 0.607 W/(m·K) | 0 |
| Specific heat capacity | 4184 J/(kg·K) | 4184 J/(kg·K) | 0 |
| Cavitation threshold | Lower (gas nuclei present) | Higher (gas nuclei absent) | **Significant** |

The only property differences that could affect mist elevation are:

1. **Surface tension** — 0.24% higher in degassed water
2. **Cavitation behavior** — degassed water is harder to cavitate (relevant to ultrasonic atomization mechanism)
3. **Dissolved gas release on evaporation** — plain water releases ~22 mg of N₂/O₂ per liter as the droplet evaporates

We calculate the effect of each below.

---

## 2. Droplet Size from Ultrasonic Atomization

### 2.1 The Lang Equation

The Sauter mean diameter (SMD) of droplets produced by ultrasonic atomization is given by:

> **D = 0.34 × (8πσ / (ρ_w × ω²))^(1/3)**

where:
- σ = surface tension (N/m)
- ρ_w = water density (kg/m³)
- ω = 2πf = angular frequency of the transducer (rad/s)
- f = ultrasonic frequency (Hz)

### 2.2 Calculation

Using f = 1.7 MHz (ω = 2π × 1.7×10⁶ = 1.068×10⁷ rad/s):

**Plain water:**
```
D_plain = 0.34 × (8π × 0.07197 / (997.04 × (1.068×10⁷)²))^(1/3)
        = 0.34 × (1.808 / (1.137×10¹⁷))^(1/3)
        = 0.34 × (1.589×10⁻¹⁷)^(1/3)
        = 0.34 × 2.513×10⁻⁶
        = 8.54×10⁻⁷ m
        ≈ 0.85 μm
```

Wait — this gives sub-micron droplets, which is too small. The Lang equation gives the theoretical minimum; in practice, ultrasonic humidifiers at 1.7 MHz produce droplets with SMD of **3–8 μm** due to secondary atomization mechanisms and droplet coalescence near the transducer. We use the **empirically observed range** and scale by the surface tension ratio.

**Empirical baseline (plain water, 1.7 MHz):** D_plain = 4.5 μm (representative SMD)

**Boiled water (scaling by σ^(1/3)):**
```
D_boiled = D_plain × (σ_boiled / σ_plain)^(1/3)
         = 4.5 × (72.14 / 71.97)^(1/3)
         = 4.5 × (1.00236)^(1/3)
         = 4.5 × 1.00079
         = 4.504 μm
```

### 2.3 Effect of Cavitation Threshold

Ultrasonic atomization works by driving cavitation bubbles at the transducer surface. Dissolved gases provide nucleation sites that lower the cavitation threshold. In degassed water:

- Cavitation threshold is **higher** (more acoustic energy needed to form bubbles)
- Fewer cavitation events per unit time
- Result: **slightly fewer droplets produced** or **slightly larger droplets** (less efficient secondary fragmentation)

Published measurements (Avvaru & Pandit, 2005; Barreras et al., 2002) show that degassed water can produce droplets **5–15% larger** than gas-saturated water from the same transducer at the same power, because the reduced cavitation intensity leads to less secondary droplet breakup.

**Corrected estimate including cavitation effect:**
```
D_boiled = D_plain × 1.00079 × 1.10  (10% cavitation penalty, midpoint)
         = 4.5 × 1.00079 × 1.10
         = 4.96 μm
```

| Property | Plain water | Boiled water | Difference |
|---|---|---|---|
| SMD (surface tension only) | 4.50 μm | 4.504 μm | +0.08% |
| SMD (with cavitation effect) | 4.50 μm | 4.96 μm | **+10.2%** |
| Droplet volume | 47.7 μm³ | 64.2 μm³ | +34.6% |

The cavitation effect is the **dominant difference** — not surface tension. Boiled water produces measurably larger droplets from the same humidifier.

---

## 3. Droplet Terminal Velocity

For droplets in the Stokes regime (Re < 1, valid for D < ~50 μm):

> **v_t = (ρ_w × g × D²) / (18 × μ_air)**

At 38°C, μ_air = 1.90×10⁻⁵ Pa·s, ρ_air = 1.13 kg/m³, ρ_w = 997 kg/m³

**Plain water (D = 4.50 μm):**
```
v_t,plain = (997 × 9.81 × (4.50×10⁻⁶)²) / (18 × 1.90×10⁻⁵)
          = (997 × 9.81 × 2.025×10⁻¹¹) / (3.42×10⁻⁴)
          = 1.981×10⁻⁷ / 3.42×10⁻⁴
          = 5.79×10⁻⁴ m/s
          = 0.579 mm/s
```

**Boiled water (D = 4.96 μm):**
```
v_t,boiled = (997 × 9.81 × (4.96×10⁻⁶)²) / (18 × 1.90×10⁻⁵)
           = (997 × 9.81 × 2.460×10⁻¹¹) / (3.42×10⁻⁴)
           = 2.407×10⁻⁷ / 3.42×10⁻⁴
           = 7.04×10⁻⁴ m/s
           = 0.704 mm/s
```

| Property | Plain water | Boiled water | Difference |
|---|---|---|---|
| Terminal velocity | 0.579 mm/s | 0.704 mm/s | +21.6% |

Both are negligible compared to a thermal updraft of 2–10 m/s. The droplets are essentially suspended in the air mass.

---

## 4. Droplet Evaporation Time

### 4.1 Evaporation Model

For a spherical droplet evaporating in air, the classical D²-law gives:

> **D²(t) = D₀² − K·t**

where K is the evaporation constant:

> **K = 8 × D_v × (ρ_v,s − ρ_v,∞) / ρ_w**

and:
- D_v = diffusivity of water vapor in air (m²/s)
- ρ_v,s = saturation vapor density at the droplet surface (kg/m³)
- ρ_v,∞ = ambient vapor density (kg/m³)
- ρ_w = water density (kg/m³)

The total evaporation time (when D → 0):

> **t_evap = D₀² / K = r₀² × ρ_w / (2 × D_v × Δρ_v)**

### 4.2 Parameters at 38°C, 50% RH

```
D_v (water vapor diffusivity in air at 38°C) = 2.82×10⁻⁵ m²/s

Droplet surface temperature (wet-bulb at 38°C, 50% RH) ≈ 28°C
  P_sat(28°C) = 3.78 kPa
  ρ_v,s = 3780 × 0.018 / (8.314 × 301) = 0.02718 kg/m³

Ambient vapor density at 38°C, 50% RH:
  P_sat(38°C) = 6.63 kPa
  ρ_v,∞ = 0.50 × 6630 × 0.018 / (8.314 × 311) = 0.02307 kg/m³

Δρ_v = 0.02718 − 0.02307 = 0.00411 kg/m³
```

### 4.3 Kelvin Correction

For very small droplets, the curvature of the surface increases the equilibrium vapor pressure (Kelvin effect):

> **p_eq = p_sat × exp(2σM_w / (ρ_w R T r))**

For D = 4.5 μm (r = 2.25 μm) at T = 301 K:
```
Kelvin exponent = 2 × 0.072 × 0.018 / (997 × 8.314 × 301 × 2.25×10⁻⁶)
               = 0.002592 / 5.558
               = 0.000466
p_eq / p_sat = exp(0.000466) = 1.000466
```

The Kelvin correction increases the vapor pressure by **0.047%** — small but included for completeness. This slightly increases the evaporation rate.

For boiled water (D = 4.96 μm, r = 2.48 μm):
```
Kelvin exponent = 2 × 0.07214 × 0.018 / (997 × 8.314 × 301 × 2.48×10⁻⁶)
               = 0.002597 / 6.124
               = 0.000424
p_eq / p_sat = 1.000424
```

The larger boiled-water droplets have a **smaller** Kelvin correction (0.042% vs 0.047%), slightly reducing their evaporation rate relative to plain water. This compounds the size effect.

### 4.4 Evaporation Time Calculation

**Plain water (r₀ = 2.25 μm):**
```
t_plain = (2.25×10⁻⁶)² × 997 / (2 × 2.82×10⁻⁵ × 0.00411 × 1.00047)
        = 5.063×10⁻¹² × 997 / (2.319×10⁻⁷)
        = 5.047×10⁻⁹ / 2.319×10⁻⁷
        = 0.02176 s
        = 21.8 ms
```

**Boiled water (r₀ = 2.48 μm):**
```
t_boiled = (2.48×10⁻⁶)² × 997 / (2 × 2.82×10⁻⁵ × 0.00411 × 1.00042)
         = 6.150×10⁻¹² × 997 / (2.318×10⁻⁷)
         = 6.132×10⁻⁹ / 2.318×10⁻⁷
         = 0.02646 s
         = 26.5 ms
```

| Property | Plain water | Boiled water | Difference |
|---|---|---|---|
| Droplet radius | 2.25 μm | 2.48 μm | +10.2% |
| Kelvin correction | +0.047% | +0.042% | −0.005% |
| Evaporation time | **21.8 ms** | **26.5 ms** | **+21.6%** |

Boiled water droplets take **4.7 ms longer** to evaporate due to their larger size (from the cavitation effect) and slightly lower Kelvin correction.

---

## 5. Elevation Reached Before Complete Evaporation

### 5.1 Model

The droplet is released at ground level (z = 0) into a thermal updraft of velocity u. It rises with the air mass while falling at terminal velocity v_t. The elevation reached before the droplet fully evaporates is:

> **h = (u − v_t) × t_evap**

### 5.2 Calculation at Various Updraft Speeds

| Updraft u (m/s) | Plain water h (cm) | Boiled water h (cm) | Difference (mm) |
|---|---|---|---|
| 1.0 | 2.18 | 2.65 | 4.7 |
| 2.0 | 4.36 | 5.29 | 9.4 |
| 3.0 | 6.53 | 7.94 | 14.1 |
| 5.0 | 10.89 | 13.23 | 23.5 |
| 10.0 | 21.78 | 26.47 | 47.0 |

**At typical heatwave thermal updraft of 3 m/s:**
- Plain water droplets reach: **6.5 cm** before evaporating
- Boiled water droplets reach: **7.9 cm** before evaporating
- **Difference: 1.4 cm (14 mm)**

### 5.3 What This Means

Both types of droplets evaporate within **centimeters of the humidifier nozzle**. The water becomes vapor almost instantly. The "elevation reached" by the droplet phase is trivially small in both cases.

The elevation that matters — the altitude at which clouds form — is determined by **the vapor phase**, which is identical regardless of whether the source water was boiled or not.

---

## 6. Vapor Phase: Is There a Difference?

Once the droplet evaporates, the water enters the atmosphere as H₂O vapor. At this point, the question is whether boiled-water vapor differs from plain-water vapor.

### 6.1 Dissolved Gas Release

When a plain water droplet evaporates, the dissolved gases (N₂, O₂, CO₂) are released into the surrounding air. The amount is:

```
22.2 mg gas per kg water atomized
```

For a deployment rate of 10,000 tonnes/hour:
```
Gas released = 22.2 × 10⁻⁶ × 10,000,000 kg = 222 kg/hour of N₂/O₂/CO₂
```

This gas is **nitrogen and oxygen at the same composition as air**. It mixes into the atmosphere with zero effect on air density, zero effect on buoyancy, and zero effect on cloud formation. The CO₂ component (0.4 mg/L) is trivially small.

For boiled water: **no gas is released**. But since the gas that plain water releases is just air, there is no measurable difference in the resulting atmosphere.

### 6.2 Vapor Buoyancy Comparison

The buoyancy of the humidified air parcel is determined by its **virtual temperature** — the temperature that dry air would need to have the same density as the humid air.

> **T_v = T × (1 + 0.61 × w)**

where w is the water vapor mixing ratio (kg vapor / kg dry air).

The mixing ratio w depends only on the amount of water vapor added, not on whether the source was boiled or plain. Since both types produce the same mass of vapor per unit mass of water atomized, **the virtual temperature is identical**:

| Source | Water vapor produced per kg | Virtual temperature increase |
|---|---|---|
| Plain water | 0.999978 kg vapor (22 mg stays as gas) | Same |
| Boiled water | 1.000000 kg vapor | Same |
| **Difference** | **0.0022%** | **Negligible (< 0.001°C)** |

### 6.3 LCL After Vapor Injection

The lifting condensation level depends on T and T_d:

> **z_LCL = 125 × (T − T_d) meters**

Both plain and boiled water raise T_d by the same amount (same mass of vapor added per unit mass of water). Therefore:

| Scenario | LCL before injection | LCL after injection | Difference |
|---|---|---|---|
| Plain water (+4°C T_d) | 1,525 m | 1,025 m | — |
| Boiled water (+4°C T_d) | 1,525 m | 1,025 m | — |
| **Plain vs boiled** | — | — | **0 meters** |

The cloud formation altitude is **identical**.

### 6.4 Mineral Content (Secondary Effect)

If the water source is tap water (not distilled), boiling precipitates some dissolved minerals (particularly CaCO₃ in hard water). This means boiled water has slightly lower TDS (total dissolved solids).

| Water type | TDS (mg/L) | Effect on vapor pressure | Effect on CCN contribution |
|---|---|---|---|
| Plain tap water | 200–500 | −0.02% (Raoult's law) | Mineral residue acts as extra CCN |
| Boiled tap water | 150–400 | −0.015% | Fewer mineral CCN |

The Raoult's law vapor pressure reduction from dissolved salts is ~0.02% for typical tap water — negligible for evaporation rate. However, the mineral residue from evaporating plain water droplets adds a small number of additional CCN to the atmosphere:

```
500 mg/L × 10,000,000 kg/h = 5,000 kg/h of mineral particles
```

Spread over 100 km², this is 0.05 g/m² — a negligible addition compared to the natural CCN load of 200–1,000 cm⁻³.

**Counterintuitively, plain water may be marginally better for cloud formation** because it deposits additional mineral CCN as the droplets evaporate. Boiled water, having precipitated some minerals, deposits fewer.

---

## 7. Summary Table

| Metric | Plain water | Boiled water | Difference | Significance |
|---|---|---|---|---|
| Dissolved gas | 22.2 mg/L | <0.9 mg/L | 21.3 mg/L | Negligible (gas is just air) |
| Surface tension | 71.97 mN/m | 72.14 mN/m | +0.24% | Negligible |
| Droplet SMD | 4.50 μm | 4.96 μm | +10.2% | **Small** (cavitation effect) |
| Terminal velocity | 0.58 mm/s | 0.70 mm/s | +21.6% | Negligible (both ≈ 0 vs updraft) |
| Evaporation time | 21.8 ms | 26.5 ms | +21.6% | Small |
| Elevation before evaporation (3 m/s updraft) | 6.5 cm | 7.9 cm | +1.4 cm | **Negligible** |
| Vapor buoyancy | Identical | Identical | 0 | None |
| LCL after injection | 1,025 m | 1,025 m | 0 m | **None** |
| Cloud formation altitude | ~1,025 m | ~1,025 m | 0 m | **None** |
| Mineral CCN contribution | Slightly more | Slightly less | ~0.05 g/m² | Negligible (plain slightly better) |

---

## 8. Conclusion

### 8.1 Elevation Difference

The elevation reached by the mist from an ultrasonic humidifier is **not meaningfully different** between plain water and previously boiled water:

- **Droplet phase elevation**: Plain water reaches 6.5 cm, boiled water reaches 7.9 cm — a difference of **1.4 centimeters**. Both evaporate into vapor within centimeters of the nozzle.
- **Vapor phase elevation (cloud formation)**: The LCL after vapor injection is **identical** (1,025 m in both cases) because the same mass of water vapor is added to the atmosphere regardless of source.
- **Total elevation to cloud base**: ~1,025 m in both cases. **Difference: 0 meters.**

The dissolved gases removed by boiling (22 mg/L of N₂ and O₂) are the same gases that make up the atmosphere. Releasing them or not releasing them has no effect on air density, vapor buoyancy, or cloud formation altitude.

### 8.2 Why Boiled Water Produces Larger Droplets

The one measurable physical difference is that degassed water has a **higher cavitation threshold**, meaning the ultrasonic transducer produces slightly less efficient atomization — droplets are approximately **10% larger** in diameter. This means:
- Slightly slower evaporation (+22%)
- Slightly higher terminal velocity (+22%)
- But both effects are overwhelmed by the thermal updraft and result in only a 1.4 cm elevation difference before evaporation

### 8.3 Real Advantages of Boiled Water (Not Related to Elevation)

While boiling does not improve mist elevation, it does provide **practical advantages** for the humidifier system:

| Advantage | Mechanism | Impact |
|---|---|---|
| **Transducer longevity** | Fewer mineral deposits on piezoelectric surface | Extends equipment life 2–3× |
| **Reduced white dust** | Fewer dissolved solids → less mineral aerosol after evaporation | Cleaner local environment |
| **Sterilization** | Boiling kills bacteria, protozoa, viruses | Prevents bioaerosol dispersal — **critical for public health** in large-scale deployment |
| **Dechlorination** | Boiling removes dissolved chlorine and chloramines | Prevents release of chlorine compounds into atmosphere |
| **Reduced biofilm** | Sterile water slows biofilm growth in tanks and pipes | Lower maintenance, consistent flow rate |

### 8.4 Recommendation

For the cloud-formation strategy, **plain water and boiled water produce the same cloud formation altitude**. The choice should be based on practical considerations:

- **Use boiled (or filtered/RO) water** for public health (sterilization) and equipment longevity
- **Use plain water** if mineral CCN contribution is desired (marginal benefit) and the water source is known to be biologically safe
- **Do not expect boiled water to produce higher-reaching mist** — the physics shows the elevation difference is 1.4 cm at the droplet level and 0 m at the cloud level

The atmosphere does not distinguish between water molecules that came from boiled water and those that came from plain water. Once evaporated, H₂O is H₂O. The clouds form at the altitude the thermodynamics dictate — and that altitude is set by temperature, dew point, and lapse rate, not by the history of the water.

---

## Appendix: Calculations Summary

### Surface tension ratio
```
σ_boiled / σ_plain = 72.14 / 71.97 = 1.00236
D ratio (σ effect only) = 1.00236^(1/3) = 1.00079
```

### Cavitation penalty
```
D ratio (with cavitation) = 1.00079 × 1.10 = 1.101
D_boiled = 4.50 × 1.101 = 4.96 μm
```

### Terminal velocity (Stokes)
```
v_t = ρ_w × g × D² / (18 × μ_air)
v_t,plain = 997 × 9.81 × (4.50e-6)² / (18 × 1.90e-5) = 0.579 mm/s
v_t,boiled = 997 × 9.81 × (4.96e-6)² / (18 × 1.90e-5) = 0.704 mm/s
```

### Evaporation time (D² law with Kelvin correction)
```
t = r₀² × ρ_w / (2 × D_v × Δρ_v × Kelvin_factor)
t_plain = (2.25e-6)² × 997 / (2 × 2.82e-5 × 0.00411 × 1.00047) = 21.8 ms
t_boiled = (2.48e-6)² × 997 / (2 × 2.82e-5 × 0.00411 × 1.00042) = 26.5 ms
```

### Elevation before evaporation
```
h = (u - v_t) × t_evap
h_plain = (3.0 - 0.000579) × 0.02176 = 0.0653 m = 6.53 cm
h_boiled = (3.0 - 0.000704) × 0.02646 = 0.0794 m = 7.94 cm
Δh = 1.41 cm
```

### LCL after injection (both identical)
```
z_LCL = 125 × (T - T_d)
Before: 125 × (38 - 25.8) = 1,525 m
After (+4°C T_d): 125 × (38 - 29.8) = 1,025 m
Both plain and boiled: same result (same vapor mass added)
Δz_LCL = 0 m
```
