![]() |
libSUFR
a LIBrary of Some Useful Fortran Routines
|
Procedures related to sports. More...
Go to the source code of this file.
Modules | |
module | sufr_sports |
Procedures related to sports. | |
Functions/Subroutines | |
pure subroutine | sufr_sports::cycling_power (mass, slope, vair, vgr, pwr_mech, pwr_air, pwr_climb) |
Compute the power used for cycling. Add the three components to get the total power. | |
pure subroutine | sufr_sports::cycling_power_sp (mass, slope, vair, vgr, pwr_mech, pwr_air, pwr_climb) |
Compute the power used for cycling, single-precision wrapper for cycling_power. | |
subroutine | sufr_sports::heartrate2power (gender, age, mass, hr, power, dpower) |
Convert heart rate to body power + uncertainty. | |
Procedures related to sports.
Definition in file sports.f90.