mae 276 project report - home - wcec. · web viewrather than singular task sampling, this...

18
MAE 276 Project Report Real Time COP Measurement of A Rooftop Air Conditioner Unit Team Pre-Cool : Nelson Dichter, Zhijiun Liu, Ian Sit University of California, Davis March 12 th , 2011 INTRODUCTION With the advent of modern technology and its subsequent cost reduction, it has become feasible for the facilities industry to push the boundaries of building performance and efficiency. This has become even more apparent in an age where energy resources are being understood as finite and increasingly expensive. A major area of focus for facilities engineers is the heating, ventilation, and air conditioning (HVAC) of their campuses; which can be considered one of the highest overhead costs during a building’s lifetime. Research into this area has seen the development of better insulation materials and techniques, variable frequency drives for equipment, and even global computer systems to monitor and control climate operations for individual rooms. A recent HVAC interest involves the use of evaporative precoolers in conjunction with air conditioning units to improve their efficiencies. An example of these pre-coolers is shown in Figure 1. 1

Upload: duongtruc

Post on 11-Mar-2018

214 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

MAE 276 Project Report

Real Time COP Measurement of A Rooftop Air Conditioner Unit

Team Pre-Cool : Nelson Dichter, Zhijiun Liu, Ian Sit

University of California, Davis

March 12th, 2011

INTRODUCTION

With the advent of modern technology and its subsequent cost reduction, it has become feasible for the facilities industry to push the boundaries of building performance and efficiency. This has become even more apparent in an age where energy resources are being understood as finite and increasingly expensive. A major area of focus for facilities engineers is the heating, ventilation, and air conditioning (HVAC) of their campuses; which can be considered one of the highest overhead costs during a building’s lifetime. Research into this area has seen the development of better insulation materials and techniques, variable frequency drives for equipment, and even global computer systems to monitor and control climate operations for individual rooms. A recent HVAC interest involves the use of evaporative precoolers in conjunction with air conditioning units to improve their efficiencies. An example of these pre-coolers is shown in Figure 1.

Figure 1: Air conditioner with evaporative precooler.

Evaporative precoolers utilize atomized water droplets to be evaporated in an incoming air stream. The evaporated water removes heat energy from this air which is then blown over the condenser of an air conditioning unit. Through increased finite temperature difference, more energy

1

Page 2: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

should be removed from the refrigeration cycle without having to have added any additional work. This, however, comes at the expense of the energy required to run the precooler, maintenance and water. Additionally, there are concerns in industry that operating the condenser in a high humid environment may damage the condenser coil over time and thus have an overall deteriorative effect on performance. So it becomes a matter of concern as to whether or not these evaporative precoolers merit the additional complications associated with them and thus creates the motivation for this project. The Western Cooling Efficiency Center (WCEC) has undertaken the task of studying the effectiveness of these precoolers, both theoretically and experimentally. As part of their experimental process, it will be required to measure the performance of the air conditioning unit being enhanced by the evaporative precooler. Such is the main objective of this project. The Coefficient of Performance will be used as the measurement standard for the air conditioning unit and is given by Equation 1.

COP=ηW comp(h4−h2)

(W comp+W fan )(h1−h4)

Equation 1: Coefficient of Performance

Equation 1 gives the dimensionless Coefficient of Performance where η is the rated efficiency of the compressor, which is assumed as 0.95. W comp is the compressor work, W fan is the fan work, and is the enthalpy of the given refrigeration point. The equation for Coefficient of Performance was determined form the thermodynamic analysis of the refrigeration cycle as shown in Figure 2.

Figure 2: Refrigeration cycle.

The change in performance resulting from the implementation of an evaporative precooler can be determined by monitoring the change in COP of the unit, using the COP of the refrigeration cycle before installation of the evaporative precooler as a baseline reference.

2

Page 3: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

APPROACH

The rooftop air conditioning unit (RTU) located at the WCEC shown in figure 3 will be used as the test bed for an evaporative precooler.

Figure 3: Rooftop air conditioning unit used for COP baseline measurements.

To determine the COP, it will be necessary to measure and report the power consumption and pressure and temperature of the refrigerant in the RTU’s refrigeration cycle at various critical locations. The thermal efficiency of the compressor will be taken from the specifications supplied by the manufacturer. A National Instruments (NI) LabVIEW data acquisition system will be used to measure power consumption of the RTU’s fan and compressor directly and the enthalpies will be measured indirectly. From Figure 2, it can be seen that in addition to the power consumption of the fan and compressor, there are three points of measurement in the refrigeration cycle. At each point (1, 2, and 4), a pressure and temperature measurement will be taken so that the enthalpy can be determined. The pressure measurement at point 2 of figure 2 can be eliminated since the flow through the condenser is an isobaric process and thus the pressure leaving the condenser is equal to the pressure at the outlet of the compressor. This makes for 7 individual measurements to be taken by the data acquisition system and they are listed as follows:

Compressor Outlet Temperature (T1) Compressor Outlet Pressure (P1) Condenser Outlet Temperature (T2) Compressor Inlet Temperature (T4) Compressor Inlet Pressure (P4) Fan Workload (W fan) Compressor Workload (W compressor)

Each point of measurement will require its own measurement device with either analog, digital, or pulse outputs to be acquired by the LabVIEW program. For this project, temperature measurements will be measured by resistance temperature detectors (RTD’s), pressure will be measured using pressure

3

Page 4: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

transducers, and power consumption will be measured using current transducers and voltage taps. Each of these devices will then be monitored by their respective NI modules. These NI modules are designed specifically to be used with each device and its type of output. Each of these modules is then attached to an NI USB chassis which acts as a hub for all measurement inputs to the LabVIEW computer. A detailed list of equipment and simplified illustration of the data acquisition system can be found in Table 1 and Figure 4 below:

Device: Description:Omega PR-20 RTD Probes Used for temperature measurements.Climacheck 35 Bar Pressure Transducers Used for pressure measurements.CCS Wattnode Pulses Used for power measurements.NI 9401 C Series Module Used for digital i/o (Wattnode).NI 9217 C Series Module Used for analog RTD measurements.NI 9203 C Series Module Used for ±20 mA current input (PT).NI cDAQ-9174 USB Chassis USB Chassis for C Series Modules.

Table 1: Measurement and data acquisition devices.

Figure 4. Schematic diagram of experiment system layout

Installation and setup of the devices and data acquisition equipment listed above is illustrated in Figure 5 below. Due to the humid environment in which the instruments must operate for an extended period of time each measurement device was carefully insulated or enclosed in a water tight space to protect them from water damage.

4

NI cDAQ-9174RTD 1

PT 1Computer (LabVIEW)

Page 5: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

(a) (b)

Figure 5: Data acquisition system with (a) RTU measurement device and (b) acquisition i/o modules.

The LabVIEW program used for the data acquisition in this project was developed to run continuously on a repeated cycle. The program allows the user to set the sampling period for the output data and the sampling rate for the temperature and pressure measurements. Temperature and pressure measurements are averaged over the period specified by the user and a single mean is recorded at the end of each period. Pulse measurements taken from the WattNodes accumulate during the sampling period and the total value is recorded at the end of each period to determine total power during the period.

The front panel and block diagrams of the LabVIEW program can be found in Appendices A and B, respectively. Acquisition of the temperature measurement was a straightforward measurement of analog voltage signals using an RTD vi included with LabvVIEW. The vi incorporated conversion factors to convert the voltage to a temperature based on the type of RTD used. The pressure transducers operate by outputting a current that is proportional to the measured pressure. A simple multiplying constant was used to convert the current to pressure (kPa). Once the sample period specified by the user had elapsed the pressure and temperature measurements were averaged and this result was recorded to an excel spreadsheet for post processing. The block diagram for this portion of the VI can be seen in Figure 6 below:

5

Page 6: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Figure 6: Pressure and RTD signal acquisition.

The WattNode operates by measuring the energy consumption using current transducers and voltage taps and outputting a pulse to the data acquisition device each time that a specific amount of energy consumption was recorded. The LabVIEW program interfaced with the counters built into the USB Chassis to count the pulses from each WattNode. To utilize these counters in the LabVIEW program it was necessary to programmatically reserve the pins within the actual c-series module; otherwise, as a default, LabVIEW would lockout the entire module for singular tasks and not allow multiple channel samples to be taken at once. For this application the counters require an external clock. As a result one additional counter was used to generate the clock signal required by the other two counters. Thus, the resulting system uses three of the four counters available on the chassis. To synchronize the entire program this clock was also used for the pressure and temperature measurement tasks. A simple multiplier was used to convert the pulses to energy consumed. The energy consumed was divided by the sample period to obtain power consumption. At the end of each sampling period the total power consumed by the fan and the compressor was recorded to the excel spreadsheet. The block diagram for this portion of the VI can be seen in Figure 7 below:

6

Page 7: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Figure 7: Counter signal acquisition.

To test the program a set of data was recorded. The cycle time for each measurement during data acquisition was set to 300 seconds (or 5 minutes). This was due to the frequency by which the WattNode would pulse (~0.2 Hz) during each measurement. Issues concerning this low frequency will be discussed later, but this did result in large sampling times. Anything lower than 300 seconds and the pulse counts would be less representative of the powers they were measuring. Following the completion of the data acquisition, the recorded data would be post-processed and the enthalpies were determined for points 1, 2, and 4. Using the enthalpies, Power draw, and rated efficiency required by Equation 1, the COP was calculated and organized for interpretation.

RESULTS

The results of real time COP monitoring are presented in figure 8. The data is sampled at 10,000 Hz and averaged in every 5 minutes. The diagram shows the COP values fluctuate with time, rising from 5.5 to 7.3 at the beginning of 40 minutes, while dropping down until to be stable at 60 minutes and hereafter, with an average value of 6.03. Detailed monitoring data and calculation is illustrated in appendix C.

Possible reasons for the variation of COP might include,

Transit operation of the refrigeration cycle. Given that the measurement started immediately after the roof top unit was turned on, hence the refrigeration cycle would take some time to be stable from transition period to steady state. This is the most possible reason.

Variation of the outdoor weather conditions. The fluctuation of COP might attribute to the variation of the weather conditions, especially the outdoor air temperature. Since the elapsed time was short (less than two hours), this contribution might not be significant.

Delayed response of the sensors, especially the delayed RTD temperature reading due to transit heat transfer process. This is a possible reason given we attached the RTD sensors on the outside skin of the refrigerant lines.

With consideration of the fact that the data was sampled immediately after the rooftop was operated, the fluctuation of this measured COP is a consequence of transit refrigeration cycle.

7

Page 8: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

0 20 40 60 80 100 1200.00

1.00

2.00

3.00

4.00

5.00

6.00

7.00

8.00

Elapsed Time(min)

COP

Figure 8: COP measurement results.

DISCUSSION

The data acquisition hardware implemented in this project were chosen for robustness. All National Instruments components far exceeded the requirements for measuring the COP of the refrigeration cycle. This was done because each item was purchased by the WCEC and although they were intended for this project, they will be used in other experiments in the near future that may have equipment specification requirements that greatly exceed those that were necessary for this project.

Unlike the data acquisition equipment, the sensors were chosen specifically for this project. The pressure transducers were chosen because they feature threaded ports designed specifically to mate with the valves on the refrigerant tubing. The RTDs were chosen over thermocouples because although they have a slower response they are more accurate than thermocouples. The response time of the temperature transducers is not critical because the goal of the project is to take steady state measurements over time intervals large enough that the difference in response times between thermocouples and RTDs is inconsequential. The WattNodes were chosen because they simplify the power measurement by internally calculating and outputting the energy consumption as a function of the measured current and voltage. The WattNode was the only sensor that was not ideal for this project. The range of the WattNode is 0 to 270 kW, which far exceeds the 1 kW that compressor under investigation is capable of. Due to this mismatch, the resolution of the WattNode is very poor over the effective range. However, while a power meter that more closely matched what is being measured would be ideal, other power meters that were a closer match are several times more expensive.

8

Page 9: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Additionally, the low resolution proved to not be an issue because of the long sample periods that are to be used throughout the course of this experiment.

The results obtained in the test sample indicate that the COP monitoring system is functioning properly. The magnitude of the COP is slightly higher than would be expected for normal operating conditions however, due to the unusual meteorological conditions that the unit was tested in (the end of winter in California climate zone 12), above average efficiency is to be expected. The fluctuations in the measured COP are all well within the acceptable range and are most likely due to transient effects in the refrigeration cycle and the uncontrolled environment (outside) in which the unit was tested.

The most challenging obstacle encountered in the execution of this experiment was the implementation of the counters in the LabVIEW program for data acquisition. Rather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure, temperature and power. Additionally, analog signals (temperature and pressure) and digital pulse signals (reading from Watt Nodes) were sampled at the same time, causing a problem for synchronous sampling. These complications impeded our progress for several days. In addition, the LabVIEW program would, by default, lockout the entire module for singular tasks and not allow multiple channel samples to be taken at once. Therefore, to utilize these counters in the LabVIEW program it was necessary to programmatically reserve the pins within the actual c-series module. In addition to the counters used to count each WattNode, another counter was required to generate an “external” clock for the other two counters. Using this clock source for the WattNode counters caused the counters to be out of synch with the other measurement tasks in the program. To solve this problem we used the clock signal generated by the third counter to clock all the other measurements in the program.

9

Page 10: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

COLOPHON

The results obtained in the experimental test of the data acquisition software and hardware demonstrates the successful execution of this team’s project. All instrumentation is installed and operating correctly and the developed LabVIEW program provides an efficient and intuitive user interface for the long term monitoring of the refrigeration cycle.

When considering the course objective outlined for MAE 276, the execution of this project served as a very decent platform for their achievement. The entire data acquisition system had been built and constructed by the project team members. This included the installation of the LabVIEW software and hardware, measurement devices, and signaling wires for communication. This also included the culmination of literature review and theory for the project to return quality data in a useable manner. In addition to the installation and research activities associated with this project, it was also necessary for the research team to program and troubleshoot those programs. This all served to reinforce the hands-on and technical understanding as outlined by the course objectives. Through this project, its team members successfully carried out a project from theoretical conception to physical execution while solving the inevitable interfacing problems along the way. Few other assignments could have reinforced the course objectives more effectively.

10

Page 11: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Appendix A:

Front panel of designed LabVIEW program

11

Page 12: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Appendix B:

Back panel of designed LabVIEW program

12

Page 13: MAE 276 Project Report - Home - wcec. · Web viewRather than singular task sampling, this experiment involves multi-task data acquisition, including simultaneous measurement of pressure,

Appendix C:

Worksheet for COP calculation

Measured Data Calculated Data

t Wcomp Wfan P1=P2 P4 T1 ( C) T2 T4 ( C) η h1 h2 h4 COP(min) (kW) (kW) (Mpa) (Mpa) ( °C) ( °C) ( °C) (Const.) (kJ/kg) (kJ/kg) (kJ/kg) /

0 0.63 0.16 1169.2 240.5 43.0 20.3 4.6 0.95 398.64 229.21 378.21 5.495 0.63 0.18 1153.0 197.1 42.2 19.4 3.6 0.95 398.06 227.83 378.14 5.58

10 0.63 0.16 1200.4 176.1 43.2 20.3 3.5 0.95 398.31 229.20 378.46 5.6615 0.63 0.16 1232.0 156.5 43.5 20.6 6.0 0.95 398.06 229.59 381.04 6.7020 0.63 0.18 1233.6 152.1 44.7 20.7 7.4 0.95 399.28 229.80 382.28 6.6325 0.63 0.16 1197.4 150.7 45.4 20.2 8.3 0.95 400.76 228.96 383.10 6.5730 0.63 0.16 1161.6 142.7 45.4 19.5 9.4 0.95 401.35 228.03 384.18 6.8535 0.63 0.18 1168.3 152.6 46.0 19.4 10.3 0.95 401.85 227.89 384.80 6.8040 0.63 0.16 1163.1 158.7 45.7 19.6 11.1 0.95 401.62 228.18 385.39 7.2945 0.63 0.16 1174.4 160.6 46.9 19.6 11.4 0.95 402.71 228.10 385.65 6.9550 0.63 0.18 1159.1 159.7 46.4 19.5 11.5 0.95 402.43 228.03 385.74 6.9855 0.61 0.16 1171.6 158.3 49.4 19.8 11.3 0.95 405.43 228.35 385.55 5.9260 0.61 0.16 1188.0 160.0 49.9 19.9 11.4 0.95 405.71 228.62 385.60 5.8465 0.61 0.16 1177.4 156.8 50.6 19.7 11.3 0.95 406.64 228.29 385.58 5.6070 0.60 0.16 1193.9 138.0 51.0 19.9 10.9 0.95 406.88 228.54 385.55 5.4975 0.60 0.16 1164.5 143.5 50.5 19.2 10.8 0.95 406.73 227.57 385.42 5.5380 0.61 0.16 1150.2 142.3 50.5 19.0 11.1 0.95 407.04 227.18 385.64 5.5485 0.61 0.16 1182.1 138.6 51.0 19.6 10.8 0.95 407.08 228.06 385.52 5.4690 0.61 0.16 1140.0 140.6 50.3 18.8 10.9 0.95 406.96 226.93 385.53 5.5495 0.61 0.17 1126.8 140.5 49.9 18.4 10.5 0.95 406.69 226.37 385.23 5.53

100 0.62 0.17 1135.1 141.5 50.0 18.6 10.6 0.95 406.74 226.70 385.26 5.53105 0.61 0.17 1135.9 131.0 50.1 18.6 10.6 0.95 406.77 226.64 385.45 5.56110 0.61 0.17 1149.8 130.2 50.4 19.0 10.4 0.95 406.91 227.21 385.32 5.47

Note: The table symbols is consistent with equation 1.

13