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
#pragma once
2
13
#include "
motorDriven/pump/PumpResult.h
"
14
15
class
OptimalPrePumpEff
{
16
public
:
22
OptimalPrePumpEff
(
const
Pump::Style style,
const
double
flowRate) : style(style), flowRate(flowRate) {};
23
28
double
calculate
();
29
30
private
:
31
const
Pump::Style style;
32
const
double
flowRate;
33
};
34
PumpResult.h
Function prototypes for the Pump result fields.
OptimalPrePumpEff
Header file for OptimalPrePumpEff class.
Definition
OptimalPrePumpEff.h:15
OptimalPrePumpEff::calculate
double calculate()
OptimalPrePumpEff::OptimalPrePumpEff
OptimalPrePumpEff(const Pump::Style style, const double flowRate)
Definition
OptimalPrePumpEff.h:22
Generated by
1.9.8