Ar: Archimedes number
Ar: Archimedes number
Ar(T_leaf, pars, unitless = FALSE)
T_leaf | 
 Leaf temperature in Kelvin  | 
pars | 
 Concatenated parameters (  | 
unitless | 
 Logical. Should function use parameters with   | 
The Archimedes number is a dimensionless number that describes when free or forced convection dominates.
Ar = Gr / Re ^ 2
| Symbol | R | Description | Units | Default | 
| Gr |  Gr  | 
Grashof number | none | calculated | 
| Re |  Re  | 
Reynolds number | none | calculated | 
unitless = TRUE: A unitless number of class numeric 
unitless = FALSE: A unitless number of class units 
Also returns Reynolds and Grashof numbers
cs <- make_constants() ep <- make_enviropar() lp <- make_leafpar() pars <- c(cs, lp, ep) T_leaf <- set_units(298.15, "K") Ar(T_leaf, pars)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.