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
Classes | Namespaces | Functions
operating_cost.h File Reference

Declarations for compressed air compressor annual operating cost calculations. More...

#include "physics/constants.h"

Go to the source code of this file.

Classes

struct  operating_cost::Input
 Input parameters for the annual compressor operating cost calculation. More...
 
struct  operating_cost::Result
 Result of the annual compressor operating cost calculation. More...
 

Namespaces

namespace  operating_cost
 Compressed air compressor annual operating cost calculations.
 

Functions

Result operating_cost::calculateOperatingCost (const Input &input)
 Calculates the annual electricity cost for a compressor cycling between loaded and unloaded operation.
 

Detailed Description

Provides a function to calculate the annual electricity cost of a compressor cycling between fully loaded and unloaded (part-load) operation. All calculations use U.S. customary units.

See also
Operating Cost Calculator for formula derivations and symbol definitions.

Definition in file operating_cost.h.