CONV_ENDO | R Documentation |
R wrapper for Fortran binary of CONV_ENDO (endotherm model)
CONV_ENDO(
TS,
TENV,
SHAPE,
SURFAR,
FLTYPE,
FURTST,
D,
TFA,
VEL,
ZFUR,
BP,
ELEV,
CONV_ENHANCE
)
TS |
skin temperature (°C) |
TENV |
fluid temperature at local height (°C) |
SHAPE |
shape, 1 is cylinder, 2 is sphere, 3 is plate, 4 is ellipsoid |
SURFAR |
surface area for convection, m2 |
FLTYPE |
FLUID TYPE: 0 = AIR; 1 = FRESH WATER; 2 = SALT WATER |
FURTST |
test of fur presence (-) from IRPROP |
D |
characteristic dimension for convection, m |
TFA |
fur/air interface temperature (°C) |
VEL |
wind speed (m/s) |
ZFUR |
fur depth, mean (m) (from IRPROP) |
BP |
barometric pressure (Pa), negative means altitude is used |
ELEV |
elevation (m) |
CONV_ENHANCE |
convective enhancement factor (-) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.