|
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.
|
Implementations of Desiccant Dryer Operating Cost of a compressed air system Compute operating cost of a desiccant dryer based on type of dryer, hours and cost of operation. Desiccant dryers types supported: a. Heatless b. Heated Externally c. Blower Purge With Sweep d. Blower Purge Without Sweep e. Heat of Compression - HC f. Heat of Compression - SP g. Refrigerated. More...
#include <cmath>#include <map>#include <stdexcept>#include "physics/constants.h"#include "physics/gas_constants.h"Go to the source code of this file.
Classes | |
| class | DryerOperatingCost |
| struct | DryerOperatingCost::Output |
| struct | DryerOperatingCost::Input |
Definition in file dryer_operating_cost.h.