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
DryerOperatingCost::Output Struct Reference

Public Member Functions

 Output (const double waterRemoved, const double totalCostPerYear, const double heaterPower, const double heatingHoursPerDay, const double purgeRate, const double designDDCPercentage)
 

Public Attributes

const double waterRemoved
 
const double totalCostPerYear
 
const double heaterPower
 
const double heatingHoursPerDay
 
const double purgeRate
 
const double designDDCPercentage
 

Detailed Description

Definition at line 49 of file dryer_operating_cost.h.

Constructor & Destructor Documentation

◆ Output()

DryerOperatingCost::Output::Output ( const double  waterRemoved,
const double  totalCostPerYear,
const double  heaterPower,
const double  heatingHoursPerDay,
const double  purgeRate,
const double  designDDCPercentage 
)
inline

Definition at line 50 of file dryer_operating_cost.h.

Member Data Documentation

◆ designDDCPercentage

const double DryerOperatingCost::Output::designDDCPercentage

Definition at line 55 of file dryer_operating_cost.h.

◆ heaterPower

const double DryerOperatingCost::Output::heaterPower

Definition at line 55 of file dryer_operating_cost.h.

◆ heatingHoursPerDay

const double DryerOperatingCost::Output::heatingHoursPerDay

Definition at line 55 of file dryer_operating_cost.h.

◆ purgeRate

const double DryerOperatingCost::Output::purgeRate

Definition at line 55 of file dryer_operating_cost.h.

◆ totalCostPerYear

const double DryerOperatingCost::Output::totalCostPerYear

Definition at line 55 of file dryer_operating_cost.h.

◆ waterRemoved

const double DryerOperatingCost::Output::waterRemoved

Definition at line 55 of file dryer_operating_cost.h.


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