MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Header file for OptimalPrePumpEff class. More...
#include <OptimalPrePumpEff.h>
Public Member Functions | |
OptimalPrePumpEff (const Pump::Style style, const double flowRate) | |
double | calculate () |
Private Attributes | |
const Pump::Style | style |
const double | flowRate |
This contains the prototypes of OptimalPrePumpEff calculator including getters and setters for the important fields.
Definition at line 16 of file OptimalPrePumpEff.h.
|
inline |
Constructor
style | Pump::Style, style of pump being used. |
flowRate | double, measured or required flow rate in gpm |
Definition at line 23 of file OptimalPrePumpEff.h.
double OptimalPrePumpEff::calculate | ( | ) |
Calculates the optimal prepump efficiency
|
private |
Definition at line 33 of file OptimalPrePumpEff.h.
|
private |
Definition at line 32 of file OptimalPrePumpEff.h.