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 Attributes | List of all members
DryerOperatingCost::Input Struct Reference

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
 

Detailed Description

Definition at line 87 of file dryer_operating_cost.h.

Member Data Documentation

◆ costOfCompressedAir

double DryerOperatingCost::Input::costOfCompressedAir

Definition at line 90 of file dryer_operating_cost.h.

◆ costOfCoolingWater

double DryerOperatingCost::Input::costOfCoolingWater

Definition at line 90 of file dryer_operating_cost.h.

◆ costOfElectricity

double DryerOperatingCost::Input::costOfElectricity

Definition at line 90 of file dryer_operating_cost.h.

◆ designDDCPercentage

double DryerOperatingCost::Input::designDDCPercentage

Definition at line 91 of file dryer_operating_cost.h.

◆ flowRate

double DryerOperatingCost::Input::flowRate

Definition at line 88 of file dryer_operating_cost.h.

◆ heaterPower

double DryerOperatingCost::Input::heaterPower

Definition at line 91 of file dryer_operating_cost.h.

◆ heatingHoursPerDay

double DryerOperatingCost::Input::heatingHoursPerDay

Definition at line 91 of file dryer_operating_cost.h.

◆ operatingDaysPerWeek

double DryerOperatingCost::Input::operatingDaysPerWeek

Definition at line 89 of file dryer_operating_cost.h.

◆ operatingHoursPerDay

double DryerOperatingCost::Input::operatingHoursPerDay

Definition at line 89 of file dryer_operating_cost.h.

◆ operatingWeeksPerYear

double DryerOperatingCost::Input::operatingWeeksPerYear

Definition at line 89 of file dryer_operating_cost.h.

◆ pressure

double DryerOperatingCost::Input::pressure

Definition at line 88 of file dryer_operating_cost.h.

◆ purgeRate

double DryerOperatingCost::Input::purgeRate

Definition at line 91 of file dryer_operating_cost.h.

◆ temperature

double DryerOperatingCost::Input::temperature

Definition at line 88 of file dryer_operating_cost.h.


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