Description Usage Arguments Details Value References Examples
D_x: Calculate diffusion coefficient for a given temperature and pressure
| 1 | .get_Dx(D_0, Temp, eT, P, unitless)
 | 
| D_0 | Diffusion coefficient at 273.15 K (0 °C) and 101.3246 kPa | 
| Temp | Temperature in Kelvin | 
| eT | Exponent for temperature dependence of diffusion | 
| P | Atmospheric pressure in kPa | 
| unitless | Logical. Should function use parameters with  | 
D = D_0 [(T / 273.15) ^ eT] (101.3246 / P)
According to Montieth & Unger (2013), eT is generally between 1.5 and 2. Their data in Appendix 3 indicate eT = 1.75 is reasonable for environmental physics.
Value in m^2/s of class units
Monteith JL, Unsworth MH. 2013. Principles of Environmental Physics. 4th edition. Academic Press, London.
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.