ORNL-AMO / AMO-Tools-Desktop

AMO-Tools-Desktop is an energy efficiency calculation application for use with industrial equipment such as pumps, furnaces, fans, and motors, as well as for industrial systems such as steam. Currently in beta.
Other
37 stars 21 forks source link

Fan Curve Calculator Error #2285

Closed Harrison-Kesling closed 5 years ago

Harrison-Kesling commented 5 years ago

When using the fan curve calculator, modifying the speed or diameter to a value lower than the baseline results in the modified fan curve being higher than the baseline and vice versa. Reducing speed or diameter should result in a fan curve that is lower on the graph than the baseline condition.

measur tool error clear

koay9f commented 5 years ago

pump-curve-graph.component.tx

getModifiedData line 320 let ratio = baseline / modified; should be let ratio = modified / baseline;