Sports Lib API - v17.3.0
    Preparing search index...

    Interface ThreeParameterCriticalPowerModel

    The three parameters of the Morton three-parameter critical-power model.

    criticalPowerWatts is the sustainable oxidative-power asymptote, wPrimeJoules is finite work capacity above it, and maximumPowerWatts is the fatigue-free maximum power. All three values must be strictly positive and maximum power must exceed critical power.

    interface ThreeParameterCriticalPowerModel {
        criticalPowerWatts: number;
        maximumPowerWatts: number;
        wPrimeJoules: number;
    }
    Index

    Properties

    criticalPowerWatts: number
    maximumPowerWatts: number
    wPrimeJoules: number