Description Usage Value Functions
These are helper functions that are used when modeling a player's force-velocity-power profile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | fvp.fns()
air.force(air.friction.coefficient, player.speed)
air.friction(player.height, player.mass)
air.friction.coef(player.data)
air.rho(ambient.temp, air.pressure)
force.horizontal(player.data, player.accel)
power.horizontal(player.speed, horiz.net.force)
force.resultant(horiz.force, body.mass)
ratio.of.force(horiz.force, result.force)
|
Values used when modeling a player's force-velocity-power profile
air.force
: Force of air against the player
air.friction
: Friction from air applied to the player
air.friction.coef
: Air friction coefficient
air.rho
: Air functions RHO constant
force.horizontal
: Horizontal force applied by the athlete
power.horizontal
: Horizontal power produced by the athlete
force.resultant
: Total force vector
ratio.of.force
: Ratio of horizontal to total force
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.