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.
|
This is the complete list of members for OperationsInput, including all inherited members.
electricityCosts (defined in OperationsInput) | OperationsInput | private |
fuelCosts (defined in OperationsInput) | OperationsInput | private |
getElectricityCosts() const (defined in OperationsInput) | OperationsInput | |
getFuelCosts() const (defined in OperationsInput) | OperationsInput | |
getMakeUpWaterCosts() const (defined in OperationsInput) | OperationsInput | |
getMakeUpWaterTemperature() const (defined in OperationsInput) | OperationsInput | |
getOperatingHoursPerYear() const (defined in OperationsInput) | OperationsInput | |
getSitePowerImport() const (defined in OperationsInput) | OperationsInput | |
makeUpWaterCosts (defined in OperationsInput) | OperationsInput | private |
makeUpWaterTemperature (defined in OperationsInput) | OperationsInput | private |
operatingHoursPerYear (defined in OperationsInput) | OperationsInput | private |
OperationsInput(double sitePowerImport, double makeUpWaterTemperature, double operatingHoursPerYear, double fuelCosts, double electricityCosts, double makeUpWaterCosts) (defined in OperationsInput) | OperationsInput | |
operator<< (defined in OperationsInput) | OperationsInput | friend |
sitePowerImport (defined in OperationsInput) | OperationsInput | private |