powered by
Convert pressure from PPM to Pascals
ppm2pa(ppm, P)
Value in Pa of class units
units
Pressure value in umol/mol of class units
Atmospheric pressure value in kPa of class units
$$\mathrm{Press}(kPa) = \mathrm{Press}(ppm) P(kPa)$$ $$\mathrm{Press}(Pa) = 1000 \mathrm{Press}(kPa)$$
ppm = set_units(400, "umol/mol") P = set_units(101.325, "kPa") ppm2pa(ppm, P)
Run the code above in your browser using DataLab