|
| SteamReductionOutput | steamReduction (const std::vector< SteamReductionInput > &input_vec) |
| | Calculates total annual steam use, energy use, and energy cost for a collection of steam reduction measures.
|
| |
| SteamReductionOutput | flowMeterReduction (const FlowMeterMethodData &data, int hours_per_year, double system_efficiency, int units, double boiler_efficiency, double change_enthalpy) |
| | Calculates steam use and energy use using the flow meter method.
|
| |
| SteamReductionOutput | airMassFlowReduction (const MassFlowMethodData &data, int hours_per_year, double system_efficiency, int units, double boiler_efficiency, double change_enthalpy) |
| | Calculates steam use and energy use using the air mass flow method.
|
| |
| SteamReductionOutput | waterMassFlowReduction (const MassFlowMethodData &data, int hours_per_year, double system_efficiency, int units, double boiler_efficiency, double change_enthalpy) |
| | Calculates steam use and energy use using the water mass flow method.
|
| |
| SteamReductionOutput | offsheetReduction (const OffsheetMethodData &data, double boiler_efficiency, double change_enthalpy) |
| | Calculates steam use and energy use using the offsheet (direct consumption) method.
|
| |
| double | calculateChangeEnthalpy (double pressure, SteamProperties::ThermodynamicQuantity steam_variable_option, double steam_variable, double feed_water_temperature) |
| | Calculates the enthalpy difference between steam at the given conditions and feedwater.
|
| |
Provides a function-based API for estimating annual steam use, energy use, and energy cost for steam reduction measures identified during an energy treasure hunt. Supports four measurement methods: flow meter, air mass flow, water mass flow, and offsheet.
- See also
- Steam Reduction Calculator