Design
The advantage of a hydraulic compressor of the second type is the ability to perform
isothermal compression without any moving parts, making it relatively reliable and having low maintenance costs. A flow of water is used to entrain air and carry it downward through a pipe, called the downcomer pipe. Air is sucked into the water flow by the static pressure differential. As the mixture of air and water goes down the pipe, the pressure rises. The mixture enters the stilling chamber, which is designed to reduce
flow velocity, allowing the air bubbles to separate from the water by buoyancy. The compressed air leaves the chamber through another vertical pipe, called the raiser pipe, and the water leaves through a submerged drain near the bottom of the stilling chamber. The main issue with these compressors is the development of the scale and dimensions of the chamber (compressed air storage). The price of the chamber can be more costly than the installation itself, depending on the size. Despite the relatively high cost of energy, the hydraulic compressor uses significantly less electricity and increases the production of renewable energy resources. == Cost Breakdown ==
Cost Breakdown
{ "version": 2, "width": 400, "height": 200, "data": [ { "name": "table", "values": [ { "x": 0, "y": 88 }, { "x": 1, "y": 6 }, { "x": 2, "y": 6 } ] } ], "scales": [ { "name": "x", "type": "ordinal", "range": "width", "zero": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "linear", "range": "height", "nice": true, "domain": { "data": "table", "field": "y" } } ], "axes": [ { "type": "x", "scale": "x" }, { "type": "y", "scale": "y" } ], "marks": [ { "type": "rect", "from": { "data": "table" }, "properties": { "enter": { "x": { "scale": "x", "field": "x" }, "y": { "scale": "y", "field": "y" }, "y2": { "scale": "y", "value": 0 }, "fill": { "value": "steelblue" }, "width": { "scale": "x", "band": "true", "offset": -1 } } } } ] } Fig 2: 0: Energy Cost, 1: Compressor Cost, 2: Maintenance Cost (Based on 24/7 operation, $0.08/kWh, full load operation). Most of the expenses from integrating a compressor is the energy cost, as depicted in figure 2. The main factors are the type and size of the compressor. That is what determines the utility and power draw of the machine. To be most efficient, the air production capacity should match the air requirements to avoid bottlenecks and unnecessary energy being lost in the form of heat when the air is released. == Efficiency ==
Efficiency
To calculate the compressed airflow power, the equation W=mRT*ln(\beta) can be used to measure the maximum efficiency of a hydraulic compressor. However, in a real-world scenario, airflow loss needs to be accounted for. This can be done by applying the energy conservation equation for an isothermal flow (assuming water and air have the same pressure and velocity): loss = m[RT*ln(P0/P1)-V^2/2]. Many other factors can also cause the loss of air, such as collision against walls or the friction between water and air bubbles. The flow of compressed air produced increases when the
mass flow rate of liquid circulating the system also increases. This flow can be calculated only at specific parts of the
hydraulic pump, as various configurations can be implemented. Examples of these configurations include a parallel or series pumping arrangement. The pump curve can be defined using a derivation of the quadratic equation: Q = -b\pm*\surd(b^2-4a(c-H))/2a. The equation calculates the efficiency of the pump head or driver, which can be graphed with electrical power consumed to compare hydraulic systems. == See also ==