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
Public Member Functions | Public Attributes | List of all members
Pump::FieldData Struct Reference

Public Member Functions

 FieldData (const double flowRate, const double head, const Motor::LoadEstimationMethod loadEstimationMethod, const double motorPower, const double motorAmps, const double voltage)
 

Public Attributes

const double flowRate
 
const double head
 
const Motor::LoadEstimationMethod loadEstimationMethod
 
const double motorPower
 
const double motorAmps
 
const double voltage
 

Detailed Description

Definition at line 26 of file Pump.h.

Constructor & Destructor Documentation

◆ FieldData()

Pump::FieldData::FieldData ( const double  flowRate,
const double  head,
const Motor::LoadEstimationMethod  loadEstimationMethod,
const double  motorPower,
const double  motorAmps,
const double  voltage 
)
inline

Constructor

Parameters
flowRatedouble, rate of flow. Units are gpm
headdouble, pump head measured in feet
loadEstimationMethodLoadEstimationMethod, classification of load estimation method
motorPowerdouble, power output of the pump's motor in hp.
motorAmpsdouble, current measured from the pump's motor in amps
voltagedouble, the measured bus voltage in volts

Definition at line 36 of file Pump.h.

Member Data Documentation

◆ flowRate

const double Pump::FieldData::flowRate

Definition at line 41 of file Pump.h.

◆ head

const double Pump::FieldData::head

Definition at line 41 of file Pump.h.

◆ loadEstimationMethod

const Motor::LoadEstimationMethod Pump::FieldData::loadEstimationMethod

Definition at line 42 of file Pump.h.

◆ motorAmps

const double Pump::FieldData::motorAmps

Definition at line 43 of file Pump.h.

◆ motorPower

const double Pump::FieldData::motorPower

Definition at line 43 of file Pump.h.

◆ voltage

const double Pump::FieldData::voltage

Definition at line 43 of file Pump.h.


The documentation for this struct was generated from the following file: