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.
Loading...
Searching...
No Matches
include
motorDriven
pumpFan
OptimalPrePumpEff.h
1
11
#ifndef TOOLS_SUITE_OPTIMALPREPUMPEFF_H
12
#define TOOLS_SUITE_OPTIMALPREPUMPEFF_H
13
14
#include "
motorDriven/pump/PumpResult.h
"
15
16
class
OptimalPrePumpEff
{
17
public
:
23
OptimalPrePumpEff
(
const
Pump::Style style,
const
double
flowRate) : style(style), flowRate(flowRate) {};
24
29
double
calculate
();
30
31
private
:
32
const
Pump::Style style;
33
const
double
flowRate;
34
};
35
36
#endif
// TOOLS_SUITE_OPTIMALPREPUMPEFF_H
PumpResult.h
Function prototypes for the Pump result fields.
OptimalPrePumpEff
Header file for OptimalPrePumpEff class.
Definition
OptimalPrePumpEff.h:16
OptimalPrePumpEff::calculate
double calculate()
OptimalPrePumpEff::OptimalPrePumpEff
OptimalPrePumpEff(const Pump::Style style, const double flowRate)
Definition
OptimalPrePumpEff.h:23
Generated by
1.9.8