|
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.
|
Public Attributes | |
| double | electricityCost |
| double | driveEfficiency |
| double | motorEfficiency |
| double | flowPercentBaseline |
| double | operatingHours |
| double | motorPower |
| double | ratedFlow |
| MotorControlType | motorControlTypeCurrent |
| MotorControlType | motorControlTypeNew |
| FlowMode | flowMode |
| double | desiredFlowRate |
Definition at line 67 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::desiredFlowRate |
Definition at line 73 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::driveEfficiency |
Definition at line 69 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::electricityCost |
Definition at line 68 of file fan_affinity_laws.h.
| FlowMode FanAffinityLaws::Input::flowMode |
Definition at line 72 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::flowPercentBaseline |
Definition at line 69 of file fan_affinity_laws.h.
| MotorControlType FanAffinityLaws::Input::motorControlTypeCurrent |
Definition at line 71 of file fan_affinity_laws.h.
| MotorControlType FanAffinityLaws::Input::motorControlTypeNew |
Definition at line 71 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::motorEfficiency |
Definition at line 69 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::motorPower |
Definition at line 70 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::operatingHours |
Definition at line 70 of file fan_affinity_laws.h.
| double FanAffinityLaws::Input::ratedFlow |
Definition at line 70 of file fan_affinity_laws.h.