This constant c isn't as constant....
The constant C isn't as constant as you'd hope it would be. As http://eodg.atm.ox.ac.uk/user/dudhia/rowing/physics/ergometer.html states: "The figure used for c is somewhat arbitrary - selected to indicate a 'realistic' boat speed for a given output power."
This commit is contained in:
parent
df502e5333
commit
5c9630d0e5
|
|
@ -45,7 +45,7 @@ function createRowingEngine (rowerSettings) {
|
||||||
|
|
||||||
// A constant that is commonly used to convert flywheel revolutions to a rowed distance
|
// A constant that is commonly used to convert flywheel revolutions to a rowed distance
|
||||||
// see here: http://eodg.atm.ox.ac.uk/user/dudhia/rowing/physics/ergometer.html#section9
|
// see here: http://eodg.atm.ox.ac.uk/user/dudhia/rowing/physics/ergometer.html#section9
|
||||||
const c = 2.8
|
const c = rowerSettings.magicConstant
|
||||||
|
|
||||||
// jMoment * ωdot = -kDamp * ω^2 during non-power part of stroke
|
// jMoment * ωdot = -kDamp * ω^2 during non-power part of stroke
|
||||||
const kDamp = jMoment * omegaDotDivOmegaSquare
|
const kDamp = jMoment * omegaDotDivOmegaSquare
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue