View source: R/operativetemp.R
Fprad | R Documentation |
the view factor is the average flux density of beam radiation over the entire surface of the object relative to the flux density on a flat absobing surface facing the source
Fprad(theta, l, d, shape = "spheroid")
theta |
angle between the longitudinal axis of the animal and solar beam (degrees) as
returned by |
l |
length of organism (m) along longitudinal axis |
d |
diameter of organism (m) |
shape |
one of |
The view factor is used in calculation of absorbed radiation. It is effectively the ratio of of the projected area in the direction of the solar beam to the total surface area of the object. For a flat plate normal to the beam, the view factor is 0.5, as only have the plate faces the beam.
The view factor (ranges between zero and 1, typically ~0.25)
thetangle()
, Radabs()
# caterpillar on slope (orientation unknown, so calculated by averaging across all orientations) aspect <- c(0:359) theta<-thetangle(alt = 50, azi = 180, slope = 20, aspect) Fp <- Fprad(theta, 0.05, 0.01, shape = "cylinder2") plot(Fp~aspect,type="l") Fpm <- mean(Fp) # mean viewing angle Fpm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.