Ar | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.