Home
last modified time | relevance | path

Searched refs:cfmLimitFactor (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp694 constexpr const double cfmLimitFactor = 0.5; in calculate() local
695 if (cfm < (qMin * cfmLimitFactor)) in calculate()