|
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 | flowRate |
| double | pressure |
| double | temperature |
| double | operatingHoursPerDay |
| double | operatingDaysPerWeek |
| double | operatingWeeksPerYear |
| double | costOfElectricity |
| double | costOfCompressedAir |
| double | costOfCoolingWater |
| double | heaterPower |
| double | heatingHoursPerDay |
| double | purgeRate |
| double | designDDCPercentage |
Definition at line 87 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::costOfCompressedAir |
Definition at line 90 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::costOfCoolingWater |
Definition at line 90 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::costOfElectricity |
Definition at line 90 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::designDDCPercentage |
Definition at line 91 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::flowRate |
Definition at line 88 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::heaterPower |
Definition at line 91 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::heatingHoursPerDay |
Definition at line 91 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::operatingDaysPerWeek |
Definition at line 89 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::operatingHoursPerDay |
Definition at line 89 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::operatingWeeksPerYear |
Definition at line 89 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::pressure |
Definition at line 88 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::purgeRate |
Definition at line 91 of file dryer_operating_cost.h.
| double DryerOperatingCost::Input::temperature |
Definition at line 88 of file dryer_operating_cost.h.