Dynamic Models of a Home Refrigerator

Size: px
Start display at page:

Download "Dynamic Models of a Home Refrigerator"

Transcription

1 MACRo th International Conference on Recent Achievements in Mechatronics, Automation, Computer Science and Robotics Dynamic Models of a Home Refrigerator Tamás SCHNÉ 1,2, Szilárd JASKÓ 1,2, Gyula SIMON 1 1 Department of Computer Science and Systems Technology, University of Pannonia, 8200 Veszprém, Egyetem út 10., Hungary, schne@dcs.uni-pannon.hu, jasko.szilard@uni-pen.hu, simon@dcs.uni-pannon.hu 2 Kanizsa Felsőoktatásáért Alapítvány, 8800 Nagykanizsa, Zrínyi Miklós utca 33., Hungary Manuscript received January 23, 2015, revised February 9, Abstract: Home refrigerators produce a substantial part of the annual power consumption in an average household. To further improve the efficiency of these devices, new intelligent control solutions are required. These solutions necessitate the behaviour modeling of the refrigerators. We seek models with as simple structure as possible, since future intelligent controllers may use such models in real time, thus their evaluation must be feasible even on simple microcontrollers. We investigate various dynamic models to describe the behavior of the refrigerator, i.e. the cool-down and warm-up phases. For model parameter identification real data was collected from a real home refrigerator. Data processing, modeling and the parameter identification were performed in MATLAB environment. Keywords: refrigerator modeling, data measurement, identification, simulation 1. Introduction Domestic refrigerators are widely investigated in the literature. Some publications deal with the energy consumption mainly from economical point of view. Hermes and Melo [1] and Marz [2] found that refrigerators require 11%- 16% of the whole energy consumption of a home. This high rate has to be decreased thus different works try to develop mathematical models that can be efficiently used for refrigerator design in the future. They usually concentrate on the four main elements of a refrigerator: the cabinet [3], [4], [5], evaporator [6], [7], [8], condenser [9], [10] and compressor [11], [12]. A common property of these models is that they describe exactly the investigated systems but use too complicated models that cannot be efficiently /macro

2 104 T. Schné, Sz. Jaskó, Gy. Simon used in microcontrollers. Thus our purpose is to develop a model applicable for intelligent control, using low-end devices. The structure of the paper is the following: In Section 2 the applied system modeling and evaluation method is defined. Section 3 contains three system models with increasing complexity, Section 4 concludes the paper. 2. Methods The purpose of the modeling is to create a linear, discrete, parametric model of the refrigerator, which can be used for intelligent control of future refrigerators. The model must represent the operation of the refrigerator with enough precision to allow intelligent control, but it does not need to model every little detail of the operation. Note that there exist detailed and precise models [3], [6], [9], [11], but these are too complex to evaluate in small controllers, and the precision they provide is not required. Our modeling concept was to create as simple models as possible, thus we tried to locate those components of a refrigerator that had to be necessarily modeled. We applied incremental modeling with increasing model complexity (i.e. increasing model order). The created models are physical models of the refrigerator, they were created by analyzing the operation of the refrigerator and selecting essential components to be used in the model. The models were built in MATLAB/Simulink, and the parameters of the models were identified using MATLAB. For model identification real measurement data were used: a refrigerator was operated in various conditions to collect data. In Fig. 1 measured data can be seen. On the left hand side there is the cooldown phase of the refrigerator while the warm-up is on the right. They show the whole processes from room temperature to the lowest possible temperature and back. Note that the real measurements contain sudden jumps below zero degrees. The background of this effect is that there is a security valve in the refrigerator that saves the compressor from over charging. This is one of those features which is not necessary to model.

3 Dynamic models of a home refrigerator 105 Figure 1: Measured data of the refrigerator cool-down (left) and warm-up (right) phase. Thick line - back wall, thin line - cabinet air. For parameter estimation and model evaluation a quadratic error function was used: n e = (s(i) y(i))² i=1 where n is the size of the measurement record, and s and y contain the simulated and the measured back wall data, respectively. The possible simulated models, resulting s will be discussed in Section 3. The parameter estimation was performed by minimizing e, using the "fminunc" function of MATLAB. (1) 3. Models We will introduce three models with increasing complexity in this section. A. Modeling the cabinet air temperature For the first model we chose one main parameter (T c - cabinet temperature) that was thought to be appropriate to characterize the system behavior and to be good for control. This temperature is increased by the ambient temperature (T a 0 C) and decreased by the inlet temperature of the refrigerant of the evaporator (T e<0 C). Heat transfers are bounded by the thermal resistance of the insulation (R i) and the thermal resistance of the wall between the cabinet and the evaporator (R ec). The performance of a refrigerator is also influenced by the cabinet load, i.e. its heat storage capacity (C c).

4 106 T. Schné, Sz. Jaskó, Gy. Simon The relationship of these parameters is illustrated in the electric circuit shown in Fig. 2. Temperatures, thermal resistances, heat flows and heat storage capacities can be treated as voltages, electric resistances, currents and capacitors (storages) respectively. Figure 2: Refrigerator model with one storage element. If one considers the behavior of a refrigerator then can find that it shows hybrid functionality. It has two discrete states: 1 - compressor off, 2 - compressor on. In each state the system can be described with linear inhomogeneous ordinary differential equations with constant coefficients. State changing is represented with a binary switch (sw) in the circuit, from which the equations for the warm-up (Eq. (2)) and the cool-down (Eq. (3)) phases can be derived: T c(t) = T c (t) + T a (t) (2) C c R i C c R i and T c(t) = T c (t) + T a (t) + T e (t) C c (R i R ec ) C c R i C c R ec (3) Identification results We simulated the system behavior in the two phases and compared the results to the measured data. Both phases show good match (Fig. 3). Note the modeling error below zero, and also note that the trend is adequately modeled.

5 Dynamic models of a home refrigerator 107 Figure 3: The cool-down and warm-up phases of the one storage model compared to measured data. We can conclude that a single differential equation is enough to describe the behaviour of the inner air of the cabinet. However, the one storage model is not appropriate for control design because it does not model the temperature of the back of the cabinet, a widely used control parameter. B. Modeling the air and evaporator A classical refrigerator control is based on the temperature of the back of the cabinet, which is influenced by the evaporator. The background of this strategy is that impulse-like door openings affect the least in this area. The walls and stored food have a common heat storage capacity, which is great enough to keep the refrigerator compressor from unnecessary operation. Moreover, warm air streaming in cools down quite fast, thus it cannot influence the system temperature considerably. The back of the cabinet, with the evaporator is modeled by a capacitance C e capacity with temperature T e. The capacitance is charged by the condenser (T cond) via the capillary tubes (R cap) as shown in Fig. 4. The binary switch sw has the same role as in Section A. The warm-up and cool-down phases are described by the following equations: Warm-up (sw off): T c(t) = T e (t) T c (t) + T a (t) T c (t) (4) C c R ec C c R i T e(t) = T c (t) T e (t) C e R ec Cool-down (sw on): T c(t) = T e (t) T c (t) + T a (t) T c (t) (5) C c R ec C c R i T e(t) = T c (t) T e (t) T cond (t)+t e (t) C e R ec C e R cap

6 108 T. Schné, Sz. Jaskó, Gy. Simon Figure 4: Refrigerator model with two storage elements. Identification results The system parameters were identified and the warmup and cool-down phases were simulated, as shown in Fig. 5. While the warmup phase is modeled correctly, there is significant error in the cool-down phase. This modeling error is corrected by the three storage model introduced in Section C. Figure 5: The cool-down and warm-up phases of the two storage model. C. Complex model: air, evaporator, condenser and compressor The fault of the two storage model was that it did not handle the heat storage capacity of the refrigerant container circuit. A significant amount of material can be found in the condenser and the compressor, thus we get a more precise model if the constant voltage source T cond is exchanged with a condenser having C cond capacity and T cond voltage. The compressor supplies refrigerant T comp to the condenser through a narrow tube R cond. The electric circuit representing the relationship between the model elements is depicted in Fig. 6.

7 Dynamic models of a home refrigerator 109 The warm-up phase of this model is described with Eq. (4), because the new elements influence only the cool-down equations, as follows: T c(t) = T e (t) T c (t) + T a (t) T c (t) C c R ec C c R i T e(t) = T c (t) T e (t) T cond (t)+t e (t) (6) C e R ec C e R cap T cond(t) = T comp (t) T cond (t) T cond (t)+t e (t) C cond R cond C cond R cap Figure 6: Refrigerator model with three storage elements. Identification results The behavior of the identified and simulated system is shown in Fig. 7. In this case both the cool-down and warm-up phases are satisfactorily modeled. The final parameter values can be found in Table 1. Figure 7: The cool-down phase of the three storage model. Solid lines - measured data, dashed lines - simulated data.

8 110 T. Schné, Sz. Jaskó, Gy. Simon Table 1: Model parameters and values. R i R ec R cap R cond C c C e C cond T a T comp Figure 8: A 37 hour long simulation. We made a long time simulation that took 37 hours and 44 minutes. The result is depicted in Fig. 8. It can be seen that the model follows the real behavior of the refrigerator with small error. 3. Conclusion Three dynamic models of a domestic refrigerator were investigated in this paper. The simplest one describes the system with a single linear inhomogeneous ordinary differential equation with constant coefficients. This model captures the inside air temperature of the refrigerator correctly, but the back of the cabinet (which is important for the control) is not included in the model. The second model improves the first one. Here two equations are defined for both phases. One describes the behavior of the cabinet air and an other one is for the evaporator. This model has significant modeling error in the cool-down phase.

9 Dynamic models of a home refrigerator 111 The most exact model is the third one, containing three capacitances. It applies two differential equations to describe the warm-up phase and three equations when the compressor is on. It is based on the second model but the cool-down phase is extended with an equation for the condenser of the refrigerator, and models the refrigerator with enough precision to be used in intelligent control applications. Acknowledgements This publication/research has been supported by the European Union and Hungary and co-financed by the European Social Fund through the project TÁMOP C-11/1/KONV National Research Center for Development and Market Introduction of Advanced Information and Communication Technologies and TÁMOP A-11/1/KONV project. References [1]. Hermes, C.J.L, Melo, C.: A first-principles simulation model for the start-up and cycling transients of household refrigerators. International Journal of Refrigeration. 31 (8), (2008) [2]. Marz, M.: The design of intelligent control of a kitchen refrigerator. Mathematics and Computers in Simulation 56 (3), (2001) [3]. Hermes, C.J.L.: A first-principles methodology for the transient simulation of household refrigerators. PhD thesis, Federal University of Santa Catarina, Floriano polis-sc, Brazil, 272p (in Portuguese). [4]. Hermes, C.J.L, Melo, C.: How to get the most out from a semi-empirical reciprocating compressor using a minimum set of data. IIR International Conference on Compressors and Coolants, Papiernicka, Slovak Republic. [5]. Azzouz K., Leducq D., Gobin D.: Performance enhancement of a household refrigerator by addition of latent heat storage. International Journal of Refrigeration 31 (5), (2008) [6]. He, X.-D., Liu, S., Asada, H.: A moving-interfacemodel of two-phase flow heat exchanger dynamics for control of vapor compression cycle. Heat Pump and Refrigeration Systems Design, Analysis and Applications 32, (1994) [7]. Yu, B.F., Wang, Z.G., Yue, B., Han, B.Q., Wang, H.S., Chen, F.X.: Simulation computation and experimental investigation for on-off procedure of refrigerator. IIR International Congress of Refrigeration, The Hague, The Netherlands 3, (1994) [8]. Ploug-Sorensen, L., Fredsted, J.P., Willatzen, M.: Improvements in the modelling and simulation of refrigeration systems: aerospace tools applied to a domestic refrigerator. Journal of HVAC& R Research 3 (4), (1997) [9]. Hermes, C.J.L., Melo, C.: A heat transfer correlation for natural draft wire-and-tube condensers. IIR Internationa Congress of Refrigeration, Beijing, China. [10]. Hermes, C.J.L., Melo, C., Goncalves, J.M.: A robust mod approach for refrigerant flow through capillary tubes. IIR Internationa Congress of Refrigeration, Beijing, China.

10 112 T. Schné, Sz. Jaskó, Gy. Simon [11]. Prata, A.T., Ferreira, R.T.S., Fagotti, F., Todescat, M.L.: Heat transfer in a reciprocating compressor. International Compressor Engineering Conference at Purdue, West Lafayette, IN, USA, (1997) [12]. ASHRAE Standard S23: Methods of Testing Rating Positive Displacement Refrigerant Compressor and Condensing Units. American Society of Heating, Refrigerating and Air Conditioning Engineers, Atlanta, GA, USA. (1993)

Theoretical and Experimental Analysis of the Superheating in Heat Pump Compressors. * Corresponding Author ABSTRACT 1.

Theoretical and Experimental Analysis of the Superheating in Heat Pump Compressors. * Corresponding Author ABSTRACT 1. 568, Page Theoretical and Experimental Analysis of the Superheating in Heat Pump Compressors Jose N. FONSECA *, Rodrigo KREMER, Thiago DUTRA 2 EMBRACO, Research & Development Group, Joinville, Santa Catarina,

More information

MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING

MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING V. Vakiloroaya*, J.G. Zhu, and Q.P. Ha School of Electrical, Mechanical and Mechatronic Systems,

More information

International Journal of Engineering & Technology Sciences Volume 03, Issue 01, Pages 55-64, 2015

International Journal of Engineering & Technology Sciences Volume 03, Issue 01, Pages 55-64, 2015 International Journal of Engineering & Technology Sciences Volume 03, Issue 01, Pages 55-64, 2015 ISSN: 2289-4152 Performance Evaluation of Vapour Compression Refrigeration System Using Double Effect Condensing

More information

Performance of an Improved Household Refrigerator/Freezer

Performance of an Improved Household Refrigerator/Freezer Performance of an Improved Household Refrigerator/Freezer D. O. Ariyo Department of Mechanical Engineering, School of Engineering, Federal Polytechnic, Offa, Nigeria Y. L. Shuaib-Babata Department of Mechanical

More information

Numerical Evaluation of Performance Curves of a High Frequency Microcompressor

Numerical Evaluation of Performance Curves of a High Frequency Microcompressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2012 Numerical Evaluation of Performance Curves of a High Frequency Microcompressor Celso

More information

STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE

STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE Numbers of Abstract/Session (given by NOC) - 1 - STUDY ON THE CONTROL ALGORITHM OF THE HEAT PUMP SYSTEM FOR LOAD CHANGE Seok Ho Yoon, Kong Hoon Lee, Chan Ho Song, and Ook Joong Kim Environment and Energy

More information

Research Article / Araştırma Makalesi EXPERIMENTAL INVESTIGATION OF R600A REFRIGERANT FLOW INSIDE ADIABATIC CAPILLARY TUBE

Research Article / Araştırma Makalesi EXPERIMENTAL INVESTIGATION OF R600A REFRIGERANT FLOW INSIDE ADIABATIC CAPILLARY TUBE Sigma J Eng & Nat Sci 34 (2), 2016, 241-252 Sigma Journal Engineering and Natural Sciences Sigma Mühendislik ve Fen Bilimleri Dergisi Research Article / Araştırma Makalesi EXPERIMENTAL INVESTIGATION OF

More information

Experimental Study on Match for Indoor and Outdoor Heat Exchanger of Residential Airconditioner

Experimental Study on Match for Indoor and Outdoor Heat Exchanger of Residential Airconditioner Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2014 Experimental Study on Match for Indoor and Outdoor Heat Exchanger of Residential

More information

Shortcut Model for Predicting Refrigeration Cycle Performance

Shortcut Model for Predicting Refrigeration Cycle Performance 17 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 5, 15 Guest Editors: Petar Sabev Varbanov, Jiří Jaromír Klemeš, Sharifah Rafidah Wan Alwi, Jun Yow Yong, Xia Liu Copyright 15, AIDIC Servizi S.r.l.,

More information

4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015)

4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Multi-stage Series Heat Pump Drying System with Dehumidification Simulation and Experiment Verification Chao

More information

Performance Investigation of Refrigerant Vapor- Injection Technique for Residential Heat Pump Systems

Performance Investigation of Refrigerant Vapor- Injection Technique for Residential Heat Pump Systems Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2008 Performance Investigation of Refrigerant Vapor- Injection Technique for

More information

Performance Evaluation of a Plug-In Refrigeration System Running Under the Simultaneous Control of Compressor Speed and Expansion Valve Opening

Performance Evaluation of a Plug-In Refrigeration System Running Under the Simultaneous Control of Compressor Speed and Expansion Valve Opening Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2008 Performance Evaluation of a Plug-In Refrigeration System Running Under

More information

Study on an environmental simulation system of low/high temperature. for great space

Study on an environmental simulation system of low/high temperature. for great space International Conference on Advances in Energy and Environmental Science (ICAEES 2015) Study on an environmental simulation system of low/high temperature for great space Weike Pang1, a*, Tianping Liu1,

More information

Implementation and testing of a model for the calculation of equilibrium between components of a refrigeration installation

Implementation and testing of a model for the calculation of equilibrium between components of a refrigeration installation Implementation and testing of a model for the calculation of equilibrium between components of a refrigeration installation Marco Alexandre Onofre Dias This paper presents a model that was implemented

More information

Experimental Investigate on the Performance of High Temperature Heat Pump Using Scroll Compressor

Experimental Investigate on the Performance of High Temperature Heat Pump Using Scroll Compressor Experimental Investigate on the Performance of High Temperature Heat Pump Using Scroll Compressor Mingyue Huang a, Xiangfei Liang a,b *, Rong Zhuang a a Gree Electric Appliances, Inc.of Zhuhai,Zhuhai 519070,China

More information

Efficiency of Non-Azeotropic Refrigerant Cycle

Efficiency of Non-Azeotropic Refrigerant Cycle Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 1998 Efficiency of Non-Azeotropic Refrigerant Cycle X. Liu Carrier Corporation

More information

A New Control Approach for a Direct Expansion (DX) Air Conditioning (A/C)System with Variable Speed Compressor and Variable Speed Supply Fan

A New Control Approach for a Direct Expansion (DX) Air Conditioning (A/C)System with Variable Speed Compressor and Variable Speed Supply Fan Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2008 A New Control Approach for a Direct Expansion (DX) Air Conditioning (A/C)System

More information

Development of a Transient Simulation Model of a Freezer Part II: Comparison of Experimental Data with Model

Development of a Transient Simulation Model of a Freezer Part II: Comparison of Experimental Data with Model Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 199 Development of a Transient Simulation Model of a Freezer Part II: Comparison

More information

HOW TO REDUCE ENERGY CONSUMPTION OF BUILT-IN REFRIGERATORS?

HOW TO REDUCE ENERGY CONSUMPTION OF BUILT-IN REFRIGERATORS? HOW TO REDUCE ENERGY CONSUMPTION OF BUILT-IN REFRIGERATORS? Corresponding author: Jasmin Geppert University of Bonn Household and Appliance Technology Section Nussallee 5 D-53115 Bonn E-Mail: haushaltstechnik@uni-bonn.de

More information

Experimental Study on the Thermal Behavior of a Domestic Refrigeration Compressor during Transient Operation in a Small Capacity Cooling System

Experimental Study on the Thermal Behavior of a Domestic Refrigeration Compressor during Transient Operation in a Small Capacity Cooling System Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2016 Experimental Study on the Thermal Behavior of a Domestic Refrigeration Compressor during

More information

PERFORMANCE ANALYSIS OF VAPOUR COMPRESSION THERMOELECTRIC REFRIGERATION SYSTEM WITH NOZZLE AND DIFFUSER THROUGH INCORPORATION OF PHASE CHANGE MATERIAL

PERFORMANCE ANALYSIS OF VAPOUR COMPRESSION THERMOELECTRIC REFRIGERATION SYSTEM WITH NOZZLE AND DIFFUSER THROUGH INCORPORATION OF PHASE CHANGE MATERIAL International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 3.45 (SJIF-2015), e-issn: 2455-2585 Volume 3, Issue 10, October-2017 PERFORMANCE ANALYSIS OF VAPOUR

More information

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink 1 Asoka R.G, 2 Aishwarya N, 3 Rajasekar S and 4 Meyyappan N 1234 Department of Chemical Engineering Sri Venkateswara College of Engineering,

More information

Dynamic Simulation of Liquid Chillers

Dynamic Simulation of Liquid Chillers Purdue University Purdue epubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2000 Dynamic Simulation of Liquid Chillers I. N. Grace Brunel University S. A.

More information

Study of R-161 refrigerant as an Alternate Refrigerant to various other refrigerants

Study of R-161 refrigerant as an Alternate Refrigerant to various other refrigerants International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Study

More information

Numerical Studies On The Performance Of Methanol Based Air To Air Heat Pipe Heat Exchanger

Numerical Studies On The Performance Of Methanol Based Air To Air Heat Pipe Heat Exchanger International Journal of ChemTech Research CODEN( USA) IJCRGG ISSN 0974-4290 Vol.5, No.2, pp 925-934, April-June 2013 ICGSEE-2013[14th 16th March 2013] International Conference on Global Scenario in Environment

More information

SIMULATION ANALYSIS ON THE FRESH AIR HANDLING UNIT WITH LIQUID DESICCANT TOTAL HEAT RECOVERY

SIMULATION ANALYSIS ON THE FRESH AIR HANDLING UNIT WITH LIQUID DESICCANT TOTAL HEAT RECOVERY SIMULATION ANALYSIS ON THE FRESH AIR HANDLING UNIT WITH LIQUID DESICCANT TOTAL HEAT RECOVERY Xiaoyun Xie, Yidan Tang, Xiaoqin Yi, Shuanqiang Liu,Yi Jiang Department of Building Science and Technology,

More information

Capillary Tube and Thermostatic Expansion Valve Comparative Analysis in Water Chiller Air Conditioning

Capillary Tube and Thermostatic Expansion Valve Comparative Analysis in Water Chiller Air Conditioning Journal of Physics: Conference Series PAPER OPEN ACCESS Capillary Tube and Thermostatic Expansion Valve Comparative Analysis in Water Chiller Air Conditioning To cite this article: Putu Wijaya Sunu et

More information

An Experimental-Numerical Procedure to Characterize Compressor Performance under Cycling Operating Conditions of Refrigerators

An Experimental-Numerical Procedure to Characterize Compressor Performance under Cycling Operating Conditions of Refrigerators Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2018 An Experimental-Numerical Procedure to Characterize Compressor Performance under Cycling

More information

Available online at Energy Procedia 6 (2011) MEDGREEN 2011-LB

Available online at   Energy Procedia 6 (2011) MEDGREEN 2011-LB Available online at www.sciencedirect.com Energy Procedia 6 (2011) 759 768 MEDGREEN 2011-LB Comparison of two methods of improving dehumidification in air conditioning systems: hybrid system (refrigeration

More information

Hot Water Making Potential Using of a Conventional Air- Conditioner as an Air-Water Heat Pump

Hot Water Making Potential Using of a Conventional Air- Conditioner as an Air-Water Heat Pump Available online at www.sciencedirect.com Procedia Engineering 8 (2011) 165 170 2 nd International Science, Social-Science, Engineering and Energy Conference 2010: Engineering Science and Management Hot

More information

Performance Analysis of a Domestic Refrigerator in Malaysia using Experimental Method

Performance Analysis of a Domestic Refrigerator in Malaysia using Experimental Method erformance Analysis of a Domestic Refrigerator in Malaysia using Experimental Method M.Y. aib 1, M. S. M. Sani 2, M. M. Noor 3, K. Kadirgama 4 Faculty of Mech. Engineering Universiti Malaysia ahang un

More information

Open and Closed Door Moisture Transport and Corresponding Energy Consumption in Household Refrigerator

Open and Closed Door Moisture Transport and Corresponding Energy Consumption in Household Refrigerator 18 R. Saidur et al./journal of Energy & Environment, Vol. 6, May 2007 Open and Closed Door Moisture Transport and Corresponding Energy Consumption in Household Refrigerator R. Saidur, M. A. Sattar, M.

More information

"COP Enhancement Of Domestic Refrigerator By Sub cooling And Superheating Using Shell &Tube Type Heat Exchanger"

COP Enhancement Of Domestic Refrigerator By Sub cooling And Superheating Using Shell &Tube Type Heat Exchanger "COP Enhancement Of Domestic Refrigerator By Sub cooling And Superheating Using Shell &Tube Type Heat Exchanger" 1 Prof.Gaffar G.Momin, 2 Sagar B. Tupe, 2 Swapnil A. Parate 2 Omkar G. Yewale 2 Aakash P.

More information

Lesson 25 Analysis Of Complete Vapour Compression Refrigeration Systems

Lesson 25 Analysis Of Complete Vapour Compression Refrigeration Systems Lesson 25 Analysis Of Complete Vapour Compression Refrigeration Systems Version 1 ME, IIT Kharagpur 1 The specific objectives of this lecture are to: 1. Importance of complete vapour compression refrigeration

More information

Optimum Length of a Condenser for Domestic Vapor Compression refrigeration System

Optimum Length of a Condenser for Domestic Vapor Compression refrigeration System Optimum Length of a Condenser for Domestic Vapor Compression refrigeration System T. Mahaboob Basha 1, H.Ranganna 2,G. Maruthi Prasad Yadav 3 1.PG Student, Mechanical Engineering Dept, St Johns College

More information

The Effect of Quantity of Salt on the Drying Characteristics of Fresh Noodles

The Effect of Quantity of Salt on the Drying Characteristics of Fresh Noodles Available online at www.sciencedirect.com ScienceDirect Agriculture and Agricultural Science Procedia 2 ( 2014 ) 207 211 ST26943, 2nd International Conference on Agricultural and Food Engineering, CAFEi2014

More information

1.1. SCOPE OF THE WORK:

1.1. SCOPE OF THE WORK: Chapter 1: Introduction 1 1. INTRODUCTION 1.1. SCOPE OF THE WORK: Multi-stage refrigeration systems are an area of growing industrial importance in large plants. These systems are known to be large power

More information

Experimental Mapping of the Thermodynamic Losses in Vapor Compression Refrigeration Systems

Experimental Mapping of the Thermodynamic Losses in Vapor Compression Refrigeration Systems Experimental Mapping of the Thermodynamics Losses in Vapor Compression Refrigeration Systems Joaquim M. Gonçalves joaquimm@ifsc.edu.br Federal Institute of Santa Catarina Air Conditioning and Refrigeration

More information

Optimisation Of Expansion Valve Control In Refrigeration Appliances Under Cyclic Operation

Optimisation Of Expansion Valve Control In Refrigeration Appliances Under Cyclic Operation Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2016 Optimisation Of Expansion Valve Control In Refrigeration Appliances Under

More information

Virtual Refrigerant Pressure Sensors for Use in Monitoring and Fault Diagnosis of Vapor- Compression Equipment

Virtual Refrigerant Pressure Sensors for Use in Monitoring and Fault Diagnosis of Vapor- Compression Equipment HVAC&R Research ISSN: 1078-9669 (Print) 1938-5587 (Online) Journal homepage: http://www.tandfonline.com/loi/uhvc20 Virtual Refrigerant Pressure Sensors for Use in Monitoring and Fault Diagnosis of Vapor-

More information

Effect of domestic storage and cooking conditions on the risk distribution in ready to cook meat products

Effect of domestic storage and cooking conditions on the risk distribution in ready to cook meat products Effect of domestic storage and cooking conditions on the risk distribution in ready to cook meat products Bakalis S.*, Giannakourou M.C. and Taoukis P. School of Chemical Engineering, National Technical

More information

solution, due to the partial vapor pressure difference between the air and the desiccant solution. Then, the moisture from the diluted solution is rem

solution, due to the partial vapor pressure difference between the air and the desiccant solution. Then, the moisture from the diluted solution is rem A Simplified model for estimating the regeneration effectiveness of a counter flow regenerator for a liquid desiccant system M.H. Kim 1, H.J. Cho 1, and J.W. Jeong 1* 1 Division of Architectural Engineering,

More information

Performance Enhancement of a Domestic Refrigerator using Phase Change Materials

Performance Enhancement of a Domestic Refrigerator using Phase Change Materials International Journal of Scientific & Engineering Research, Volume 7, Issue 4, April-2016 469 Performance Enhancement of a Domestic Refrigerator using Phase Change Materials Deni Thomas Boban, Jijo George,

More information

Experimental Study of Fouling Performance of Air Conditioning System with Microchannel Heat Exchanger

Experimental Study of Fouling Performance of Air Conditioning System with Microchannel Heat Exchanger Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2014 Experimental Study of Fouling Performance of Air Conditioning System with

More information

Open Access Operation Modes and Energy Analysis of a New Ice-Storage Air- Conditioning System

Open Access Operation Modes and Energy Analysis of a New Ice-Storage Air- Conditioning System Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 215, 9, 7-14 7 Open Access Operation Modes and Energy Analysis of a New Ice-Storage Air- Conditioning

More information

Computerized Simulation of Automotive Air-Conditioning System: A Parametric Study

Computerized Simulation of Automotive Air-Conditioning System: A Parametric Study www.ijcsi.org 787 Computerized Simulation of Automotive Air-Conditioning System: A Parametric Study Haslinda Mohamed Kamar 1, Nazri Kamsah 2 and Mohd Yusoff Senawi 3 1 Department of Thermo-Fluid, Universiti

More information

Research on Fault Detection and Diagnosis of Scrolling Chiller with ANN 1

Research on Fault Detection and Diagnosis of Scrolling Chiller with ANN 1 Research on Fault Detection and Diagnosis of Scrolling Chiller with ANN 1 Yuli ZHOU Jie ZHENG Zhiju LIU Chaojie YANG Peng PENG Faculty of Urban Construction and Environmental Engineering, Chongqing University

More information

Experimental and Numerical Steady-State Analysis of a Top-Mount Refrigerator

Experimental and Numerical Steady-State Analysis of a Top-Mount Refrigerator Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2004 Experimental and Numerical Steady-State Analysis of a Top-Mount Refrigerator

More information

Effects of evaporator load on vapour compression refrigeration system using ecofriendly hydrocarbon refrigerants with sub cooling

Effects of evaporator load on vapour compression refrigeration system using ecofriendly hydrocarbon refrigerants with sub cooling ISSN 2395-1621 Effects of evaporator load on vapour compression refrigeration system using ecofriendly hydrocarbon refrigerants with sub cooling #1 Mr. Sachin Das, #2 Prof. M. V. Khot #1 Student, Mechanical

More information

Experimental Research On Gas Injection High Temperature Heat Pump With An Economizer

Experimental Research On Gas Injection High Temperature Heat Pump With An Economizer Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2014 Experimental Research On Gas Injection High Temperature Heat Pump With

More information

Conceptual Design of a Better Heat Pump Compressor for Northern Climates

Conceptual Design of a Better Heat Pump Compressor for Northern Climates Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 1976 Conceptual Design of a Better Heat Pump Compressor for Northern Climates D. Squarer

More information

Available online at ScienceDirect. Procedia Engineering 121 (2015 )

Available online at   ScienceDirect. Procedia Engineering 121 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 121 (2015 ) 1222 1229 9th International Symposium on Heating, Ventilation and Air Conditioning (ISHVAC) and the 3rd International

More information

CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology

CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 CFD Analysis of a 24 Hour Operating Solar Refrigeration Absorption Technology

More information

A Review of Different Types of Combine Cooling System

A Review of Different Types of Combine Cooling System A Review of Different Types of Combine Cooling System Rajshree Naik, Prof. A.A. Kanaskar Department of Mechanical Engineering, Agnihotri College of Engineering Wardha, India ABSTRACT: The energy required

More information

Numerical Simulation of a New Cooling System for Commercial Aircrafts

Numerical Simulation of a New Cooling System for Commercial Aircrafts Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2008 Numerical Simulation of a New Cooling System for Commercial Aircrafts Karin

More information

Pros & Cons of Using Hot-Wall Condensers in Household Refrigerators

Pros & Cons of Using Hot-Wall Condensers in Household Refrigerators Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering July 2018 Pros & Cons of Using Hot-Wall Condensers in Household Refrigerators

More information

Subscripts 1-4 States of the given system Comp Compressor Cond Condenser E Evaporator vol Volumetric G Gas L Liquid

Subscripts 1-4 States of the given system Comp Compressor Cond Condenser E Evaporator vol Volumetric G Gas L Liquid Simulation Analysis of Compression Refrigeration Cycle with Different Refrigerants P.Thangavel, Dr.P.Somasundaram, T.Sivakumar, C.Selva Kumar, G.Vetriselvan Abstract --- In this analysis, the performance

More information

International Journal of Engineering Research (IJOER) [Vol-1, Issue-3, June- 2015]

International Journal of Engineering Research (IJOER) [Vol-1, Issue-3, June- 2015] Experimental Investigation To Develop The Refrigeration System With Two Phases Condensing Ejector Along With Energy Saving Anjani Kumar 1, Kuldip Kumar 2, Ujjwal Kumar Nayak 3 123 Department of mechanical

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management EXPERIMENTAL AND THEORETICAL STUDY OF MINIATURE VAPOR COMPRESSION CYCLE USING MICROCHANNEL CONDENSER Issam M. Ali Aljubury*, Ahmed Q. Mohammed, Marwa S. Neama * Mechanical Eng. Dept. College of Engineering,

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 05 May p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 05 May p-issn: Comparison of Second Law Efficiency and Exergy Analysis of Refrigerants R-12, R-22, R-407C Influenced by Evaporator Temperature for Vapour Compression Refrigeration System Md Ozair Arshad Guest Faculty,

More information

Effects of Flash and Vapor Injection on the Air-to- Air Heat Pump System

Effects of Flash and Vapor Injection on the Air-to- Air Heat Pump System Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2010 Effects of Flash and Vapor Injection on the Air-to- Air Heat Pump System

More information

International Forum on Energy, Environment Science and Materials (IFEESM 2015)

International Forum on Energy, Environment Science and Materials (IFEESM 2015) The Comparison and Analysis of Humidity Environment between Floor and Ceiling Radiant Cooling Systems that Combined with Displacement Ventilation Kai SUN 1 a *, Chuan-hui ZHOU 1 1 College of Urban Construction,

More information

Thermodynamic analysis of air cycle refrigeration system for Chinese train air conditioning

Thermodynamic analysis of air cycle refrigeration system for Chinese train air conditioning Available online at www.sciencedirect.com Systems Engineering Procedia () 6 International Conference on Risk and Engineering Management (REM) Thermodynamic analysis of air cycle refrigeration system for

More information

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES XXIII Biannual Symposium on Measuring Techniques in Turbomachinery Transonic and Supersonic Flow in FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES James Braun Purdue University Indiana, United

More information

Analysis of Oil Pumping in the Hermetic Reciprocating Compressor for Household Refrigerators

Analysis of Oil Pumping in the Hermetic Reciprocating Compressor for Household Refrigerators Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2010 Analysis of Oil Pumping in the Hermetic Reciprocating Compressor for Household Refrigerators

More information

Refrigerant Mass and Oil Migration During Start-up Transient

Refrigerant Mass and Oil Migration During Start-up Transient Refrigerant Mass and Oil Migration During Start-up Transient Steffen Peuker, Predrag Hrnjak* Department of Mechanical and Industrial Engineering University of Illinois at Urbana-Champaign 1206 West Green

More information

A TRNSYS Simulation Case Study on Utilization of Heat Pump For both Heating and Cooling

A TRNSYS Simulation Case Study on Utilization of Heat Pump For both Heating and Cooling Energy Science and Technology Vol. 3, No. 2, 2012, pp. 84-92 DOI:10.3968/j.est.1923847920120302.397 ISSN 1923-8460[PRINT] ISSN 1923-8479[ONLINE] www.cscanada.net www.cscanada.org A TRNSYS Simulation Case

More information

ASSESSMENT OF R430A REFRIGERANT AS A POSSIBLE SUBSTITUTE TO R134A REFRIGERANT IN LARGE CAPACITY FREEZER

ASSESSMENT OF R430A REFRIGERANT AS A POSSIBLE SUBSTITUTE TO R134A REFRIGERANT IN LARGE CAPACITY FREEZER University of Maiduguri Faculty of Engineering Seminar Series Volume 6, december 5 ASSESSMENT OF REFRIGERANT AS A POSSIBLE SUBSTITUTE TO R34A REFRIGERANT IN LARGE CAPACITY FREEZER S. Shodiya*, M.B. Oumarou

More information

Feasibility study on an energy-saving desiccant wheel system with CO 2 heat pump

Feasibility study on an energy-saving desiccant wheel system with CO 2 heat pump IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Feasibility study on an energy-saving desiccant wheel system with CO 2 heat pump To cite this article: Yefeng Liu et al 2018 IOP

More information

K.F. Fong *, C.K. Lee, T.T. Chow

K.F. Fong *, C.K. Lee, T.T. Chow Investigation on radiative load ratio of chilled beams on performances of solar hybrid adsorption refrigeration system for radiant cooling in subtropical city K.F. Fong *, C.K. Lee, T.T. Chow Building

More information

Refrigeration Cycle And Compressor Performance For Various Low GWP Refrigerants

Refrigeration Cycle And Compressor Performance For Various Low GWP Refrigerants Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 26 Refrigeration Cycle And Compressor Performance For Various Low GWP Refrigerants Jit Guan

More information

Comparison Simulation between Ventilation and Recirculation of Solar Desiccant Cooling System by TRNSYS in Hot and Humid Area

Comparison Simulation between Ventilation and Recirculation of Solar Desiccant Cooling System by TRNSYS in Hot and Humid Area Comparison Simulation between Ventilation and Recirculation of Solar Desiccant Cooling System by TRNSYS in Hot and Humid Area MMS DEZFOULI, SOHIF MAT, K.SOPIAN Solar Energy Research Institute (SERI, Universiti

More information

Effect of Height Difference on The Performance of Two-phase Thermosyphon Loop Used in Airconditioning

Effect of Height Difference on The Performance of Two-phase Thermosyphon Loop Used in Airconditioning Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2014 Effect of Height Difference on The Performance of Two-phase Thermosyphon

More information

Measurement and modelling of a multifunctional solar plus heatpump system from Nilan. Experiences from one year of test operation.

Measurement and modelling of a multifunctional solar plus heatpump system from Nilan. Experiences from one year of test operation. Measurement and modelling of a multifunctional solar plus heatpump system from Nilan. Experiences from one year of test operation. Bengt Perers 1, Elsa Andersen 2, Simon Furbo 2, Ziqian Chen 2 and Agisilaos

More information

EFFECT OF COMPACTION ON THE UNSATURATED SHEAR STRENGTH OF A COMPACTED TILL

EFFECT OF COMPACTION ON THE UNSATURATED SHEAR STRENGTH OF A COMPACTED TILL EFFECT OF COMPACTION ON THE UNSATURATED SHEAR STRENGTH OF A COMPACTED TILL Vanapalli, S.K., Pufahl, D.E., and Fredlund, D.G. (University of Saskatchewan, Saskatoon, SK., Canada, S7N 5A9) Abstract An experimental

More information

THE EFFECTS OF HUMIDITY, COMPRESSOR OPERATION TIME AND AMBIENT TEMPERATURE ON FROST FORMATION IN AN INDUSTRIAL FRIDGE *

THE EFFECTS OF HUMIDITY, COMPRESSOR OPERATION TIME AND AMBIENT TEMPERATURE ON FROST FORMATION IN AN INDUSTRIAL FRIDGE * IJST, Transactions of Mechanical Engineering, Vol. 39, No. M1 +, pp 197-203 Printed in The Islamic Republic of Iran, 2015 Shiraz University THE EFFECTS OF HUMIDITY, COMPRESSOR OPERATION TIME AND AMBIENT

More information

NUMERICAL SIMULATION OF VAPOUR COMPRESSION REFRIGERATION SYSTEM USING REFRIGERANT R152A, R404A AND R600A

NUMERICAL SIMULATION OF VAPOUR COMPRESSION REFRIGERATION SYSTEM USING REFRIGERANT R152A, R404A AND R600A NUMERICAL SIMULATION OF VAPOUR COMPRESSION REFRIGERATION SYSTEM USING REFRIGERANT R152A, R404A AND R600A [1] Ranendra Roy, [2] Madhu Sruthi Emani, [3] Bijan Kumar Mandal [1], [2],[3] Department of Mechanical

More information

HEFAT th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics Sun City, South Africa Paper number:pp1

HEFAT th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics Sun City, South Africa Paper number:pp1 HEFAT27 5 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics Sun City, South Africa Paper number:pp PERFORMANCE ANALYSIS OF AIR-COOLED CONDENSER USING MICRO-FIN TUBES P.A.Patil

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2016 Special10(7): pages 112-122 Open Access Journal The Effect Of

More information

Using Evaporative Cooling Methods for Improving Performance of an Air-cooled Condenser

Using Evaporative Cooling Methods for Improving Performance of an Air-cooled Condenser Universal Journal of Mechanical Engineering 3(3):94-106, 2015 DOI: 10.13189/ujme.2015.030304 http://www.hrpub.org Using Evaporative Cooling Methods for Improving Performance of an Air-cooled Condenser

More information

EXERGY ANALYSIS OF DOMESTIC REFRIGERATOR WITH DIFFERENT REFRIGERANTS

EXERGY ANALYSIS OF DOMESTIC REFRIGERATOR WITH DIFFERENT REFRIGERANTS International Journal of Scientific & Engineering Research Volume 3, Issue 7, July-2012 1 EXERGY ANALYSIS OF DOMESTIC REFRIGERATOR WITH DIFFERENT REFRIGERANTS Rahul ukey, Sharad chaudhary Abstract Electricity

More information

Design Procedure for a Liquid Dessicant and Evaporative Cooling Assisted 100% Outdoor Air System

Design Procedure for a Liquid Dessicant and Evaporative Cooling Assisted 100% Outdoor Air System Design Procedure for a Liquid Dessicant and Evaporative Cooling Assisted 100% Outdoor Air System M.H.Kim 1, J.Y.Park 1, E.J.Lee 2, and J.W.Jeong 1* 1 Department of Architectural Engineering, Hanyang University,

More information

Simulation of Transient Response of Domestic Refrigeration Systems

Simulation of Transient Response of Domestic Refrigeration Systems Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 996 Simulation of Transient Response of Domestic Refrigeration Systems E. L.

More information

A Novel Heat Recovery System for High Temperature and High Humidity Gas Qing Hao1, a, Meng Si2, b

A Novel Heat Recovery System for High Temperature and High Humidity Gas Qing Hao1, a, Meng Si2, b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) A Novel Heat Recovery System for High Temperature and High Humidity Gas Qing Hao1, a, Meng Si2, b 1 Bohai Oil Water

More information

Performance Characteristics of a Refrigerator- Freezer with Parallel Evaporators using a Linear Compressor

Performance Characteristics of a Refrigerator- Freezer with Parallel Evaporators using a Linear Compressor Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2016 Performance Characteristics of a Refrigerator- Freezer with Parallel Evaporators

More information

Passive cooling of telecommunication outdoor cabinets for mobile base station

Passive cooling of telecommunication outdoor cabinets for mobile base station Passive cooling of telecommunication outdoor cabinets for mobile base station Stephane Le Masson (1), Hasna Louahlia-Gualous (2), Ali Ahmad Chehade (2) (1) France Télécom, Orange Labs, 2 av Pierre Marzin,

More information

THE INFLUENCE OF NON-CONDENSABLE GASES ON THE THERMAL- ACOUSTIC BEHAVIOR OF HOUSEHOLD REFRIGERATORS

THE INFLUENCE OF NON-CONDENSABLE GASES ON THE THERMAL- ACOUSTIC BEHAVIOR OF HOUSEHOLD REFRIGERATORS 23rd ABCM International Congress of Mechanical Engineering December 6-11, 2015, Rio de Janeiro, RJ, Brazil THE INFLUENCE OF NON-CONDENSABLE GASES ON THE THERMAL- ACOUSTIC BEHAVIOR OF HOUSEHOLD REFRIGERATORS

More information

FABRICATION OF REFRIGERANT FLOW RATE WITH SPIRALLY COILED CAPILLARY TUBE

FABRICATION OF REFRIGERANT FLOW RATE WITH SPIRALLY COILED CAPILLARY TUBE FABRICATION OF REFRIGERANT FLOW RATE WITH SPIRALLY COILED CAPILLARY TUBE PRESENTED BY J.SARAVANA PERUMAL 1 Saravananjsp005@gmail.com D.SATHEESH 2 Satheeshd123@gmail.com Contact no: 9789080381 DEPARTMENT

More information

An Experiment of Heat Exchanger Produces Hot Water Using Waste Heat Recovery from Air Conditioning

An Experiment of Heat Exchanger Produces Hot Water Using Waste Heat Recovery from Air Conditioning ISBN 978-93-84468-94-1 International Conference on Education, Business and Management (ICEBM-2017) Bali (Indonesia) Jan. 8-9, 2017 An Experiment of Heat Exchanger Produces Hot Water Using Waste Heat Recovery

More information

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2006 Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps

More information

Experimental Investigation Of A New Low- Approach Evaporator With Reduced Refrigerant Charge

Experimental Investigation Of A New Low- Approach Evaporator With Reduced Refrigerant Charge Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2018 Experimental Investigation Of A New Low- Approach Evaporator With Reduced

More information

Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant

Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant Ravi Verma 1, Sharad Chaudhary 2 1, 2 Department of Mechanical Engineering, IET

More information

Exploring the Performance Characteristics of CO2 Cycles in a Breadboard-Type Test Facility

Exploring the Performance Characteristics of CO2 Cycles in a Breadboard-Type Test Facility Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2010 Exploring the Performance Characteristics of CO2 Cycles in a Breadboard-Type

More information

Performance Characteristics and Optimization of a Dual-Loop Cycle for a Domestic Refrigerator- Freezer

Performance Characteristics and Optimization of a Dual-Loop Cycle for a Domestic Refrigerator- Freezer Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2012 Performance Characteristics and Optimization of a Dual-Loop Cycle for a

More information

The Effect of the Ventilation and the Control Mode on the Performance of a VRV System in Cooling and Heating Modes

The Effect of the Ventilation and the Control Mode on the Performance of a VRV System in Cooling and Heating Modes Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2008 The Effect of the Ventilation and the Control Mode on the Performance of

More information

Mathematical Simulation of Longan Fruit Drying

Mathematical Simulation of Longan Fruit Drying Mathematical Simulation of Longan Fruit Drying Aree Achariyaviriya, Somchart Soponronnarit and Jirawan Tiansuwan ABSTRACT The objectives of this study were to develop a mathematical model and to simulate

More information

Available online at ScienceDirect. Procedia Engineering 121 (2015 )

Available online at   ScienceDirect. Procedia Engineering 121 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 121 (2015 ) 1238 1244 9th International Symposium on Heating, Ventilation and Air Conditioning (ISHVAC) and the 3rd International

More information

Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration

Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration Pranathi Bhattacharji, Student Member, IEEE, Ted K. A. Brekken, Senior Member, IEEE School of Electrical Engineering and

More information

Autonomous Waste Sorter Design Project

Autonomous Waste Sorter Design Project Autonomous Waste Sorter Design Project Ahmet Mavus*, Sinem Gozde Defterli**, Erman Cagan Ozdemir*** * Middle East Technical University, Department of Mechanical Engineering, Ankara, 06531 Turkey (e-mail:

More information

COP-Based Performance Evaluation of Domestic Refrigerators using Accelerated Flow Evaporators

COP-Based Performance Evaluation of Domestic Refrigerators using Accelerated Flow Evaporators urdue University urdue e-ubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2 CO-Based erformance Evaluation of Domestic Refrigerators using Accelerated Flow

More information