

| Written by James Holoboff, Process Ecology The standard compressor model in HYSYS requires that suction pressure, discharge pressure and flowrate be specified or calculated from elsewhere in the flowsheet. However, if you have reciprocating compressor curves which provide a relationship between flowrate and pressure, then how can these curves be used in a HYSYS model? |

This figure is an example of reciprocating compressor curves – providing the relationship between capacity (MMSCFD) and suction pressure (psig) at three discharge pressures. First it is noted that HYSYS does provide some advanced capabilities in the compressor model:
Our recommendation then is to use the powerful spreadsheet capability in HYSYS which allows the use of these reciprocating curves. We would like to have HYSYS calculate the capacity (flowrate) assuming that the suction and discharge pressures are known. In refrigerated gas plants, it is common for suction pressure to be controlled, while the discharge pressure is known (i.e., the backpressure to the plant). First we set up the HYSYS case – this particular compressor is a two-stage compressor, so the PFD appears as follows: |

The suction drums and inter/after stage coolers are also included in the model. We specify the suction and discharge pressures/temperatures, but leave the flowrate to be calculated by the spreadsheet. Next we create the spreadsheet and add the curve data. We assume that the relationship between capacity and suction pressure can be expressed as two linear segments which is quite reasonable in this case. The first segment at lower pressure represents the capacity increase in the region where the compressor is not horsepower limited. The second segment at higher pressures has a smaller slope (i.e., the flowrate does not increase as quickly with suction pressure) – this is the region where the compressor is horsepower limited. It is possible to see more complexity in these curves – for example, if a cylinder changes from double-acting to single-acting we can see a discontinuity, but many reciprocating compressors can be well-represented with this simple linear relationship. The data is shown below: |
We have three suction pressure-capacity data pairs for each of the three discharge pressures to represent the endpoints of each linear segment. Here all three discharge pressure curves have the same suction pressures (100, 120 and 140 psig), but this doesn’t necessarily need to be the case. Now we need to import the suction and discharge pressures, and interpolate and/or extrapolate the capacity from this data. |

The calculations are summarized here:
@if(B13<=B9,C9-(B9-B13)/(B10-B9)*(C10-C9),0)
Now, as suction and/or discharge pressures change, the flowrate in the compressor will also change. The calculated HYSYS flowsheet is shown below: |

| Click here to download the HYSYS case (developed in version 2006.5). |