Simulation of Evacuation Process in a Supermarket with Cellular Automata

Size: px
Start display at page:

Download "Simulation of Evacuation Process in a Supermarket with Cellular Automata"

Transcription

1 Available online at Procedia Engineering 52 (2013 ) Simulation of Evacuation Process in a Supermarket with Cellular Automata ZHONG Wei a, TU Rui a, YANG Jian-peng b, LIANG Tian-shui a, * a School of Chemical Engineering and Energy, Zhengzhou University, Zhengzhou , China b Nanyang Fire Detachment Fire Bureau of Henan province, Nanyang , China Abstract The evacuation process in a supermarket is simulated by a two-dimensional Cellular Automata (CA) model in this paper. In this model, the interactions among people and those between people and obstacles in forward direction are considered, and the Danger-degree concept is introduced to solve the path select of people evacuation process. This paper studies the effect of different shelves orientation and personal familiarity degree of exits to evacuation time. The result shows if occupants are fewer in supermarket, shelves orientations have little influence on evacuation time; but when occupants are larger, the longitudinal shelves orientation is more appropriate for evacuation in supermarket than transverse shelves orientation. The study also found that the evacuation time reduces, the exits available time improve with the increase of personal familiar with exits by induction. This can provide theoretical foundation for arranging the shelves orientation in supermarket as well as drafting contingency plans of pedestrians induction evacuation The The Authors. Authors. Published Published by Elsevier by Elsevier Ltd. Open access under CC BY-NC-ND license. Ltd. Selection and peer-review under responsibility of School of Engineering of Sun Yat-sen University Keywords: cellular automata; shelves orientation; familiarity degree; supermarket Nomenclature N all neighbourhood cells combination S finite cells status sets W n (x,y) a danger degree of grid X 1 the number of the first group X the total number of occupants Greek symbols familiarity degree a state transition function mapped from S t to S t+1 Subscripts t the present moment 1. Introduction There are dense crowd and heavy fire load in a supermarket, once the supermarket catches a fire, it could cause serious casualties. The supermarket fire occurred in the capital of Paraguay in 2004 caused 504 fatalities. The fire occurred in Dongdu Mansion in Luoyang resulting in 309 fatalities in So it is important to study the peoples evacuation process in supermarket, and reduce the required evacuation time in fire. * Corresponding author. Tel.: ; fax: address: liangtsh@zzu.edu.cn The Authors. Published by Elsevier Ltd. Open access under CC BY-NC-ND license. Selection and peer-review under responsibility of School of Engineering of Sun Yat-sen University doi: /j.proeng

2 688 Zhong Wei et al. / Procedia Engineering 52 ( 2013 ) Many researchers have studied the evacuation process of supermarket in recent years. Zhang Pei-hong analyzed the customers' evacuation behaviors through questionnaire and observations, the results indicate that person s gender and experience affect the evacuation behavior [1]. Zhang Shu-ping investigated peoples evacuation in a large department store, and found out the conversion coefficient of congested in the business hall statistically [2]. Yang Jian-peng et al. study the influence of building exits distribution to evacuation with EVACNET4 [3], and put forward the using rate of unit effective width as the major parameter to evaluate building s evacuation designs. Song Wei-guo et al. simulated the emergency evacuation in a large commercial center with CAFE [4], considering the interactions among pedestrians and those between pedestrians and environment in evacuation process. However, personnel evacuation processes are very complex in a supermarket. The occupants familiarity degrees for exits and the internal layout of supermarket have a significant effect on evacuation process. This paper simulates a supermarket s evacuation process using cellular automata model and analyzes the influence of familiarity degree and shelves orientation to evacuation process quantitatively. 2. Model Introduction 2.1. Cellular Automata Cellular automata (CA), which were introduced by Von Neumann and Ulam in the 1960s, were mainly used for life duplicate functions at beginning. CA is a discrete, decentralized, and spatially extended system consisting of large numbers of simple identical components with local connectivity [5-8]. It saves messy process of constructing differential equation and has a strong ability to express complicated relationship, which becomes a kind of effective dynamic simulation method. In recent years, CA has been widely applied to pedestrian flow, traffic flow and so on. Cell status, neighborhood and update rule are three important components of CA model. The basic rule is that, any cell (i, j) status at t+1 moment is decided by itself and its finite neighborhood cells status at t moment. Namely: S t 1 (S, t ) S is finite cells status sets, N means all neighbourhood cells combination, containing n adjacent cells status space vectors, and is a state transition function mapped from S t to S t Simulation Setting This paper sets the following environment elements: Grid partition: the supermarket plane is divided into rectangular grids uniformly, one grid matches one cell, the size of each cell is 0.4 m 0.4 m; Grid attribute: each grid status may be occupied by wall, shelves, and occupants or be empty at any time. The model established is saved by data file, so that simulation calls it directly next time; Personnel characteristics: occupants are classified by familiarization about exits, regardless of physical condition or age. Evacuees position and characteristics are generated randomly; Time-step: One person can move a grid each time-step. Normally personnel walking speed are 1m/s, therefore evacuation time is 0.4/1=0.4 s for each time-step; Possible movement direction: this paper uses Von Neumann neighborhood. So occupants have four possible movement direction of up, down, left, right, as shown in fig. 1. Fig. 1 Von Neumann neighborhood Fig. 2 Movement rule

3 Zhong Wei et al. / Procedia Engineering 52 ( 2013 ) Danger-Degree Setting According to the distance from an exit, each grid is assigned a fixed value, which is called Danger-degree. Based on three exits respectively defines different risk matrix. Namely: W ( x, y) x i y j (2) n Where, Wn ( x, y) is a danger degree of grid, ( x, y) based on exit n; The value of n is from 1 to 3, grid ( i, j) is the intermediate place coordinate of exit n, its danger degree is 0. In order to ensure occupants can march around when meeting wall or shelves in evacuation process, the danger degree of grid corresponding with internal shelves and around wall need be defined a maximum value, such as After three risk matrixes W 1, W 2, W 3 have been defined respectively, taking the minimum danger degree of cell ( x, y) from three different matrixes and assigning to a new risk matrix, this new risk matrix is called total risk matrix Movement Rule According to the total risk matrix, each circulation begins from the lowest danger degree to the highest. Specific movement rules are shown as follows: Each occupant chooses one cell which has the lowest danger degree from the adjacent four cells at next time-step preferentially, if this cell be occupied at the moment, he or she will consider to turn to other cell unoccupied and lower danger degree; If there are two cells around it have same danger degree, it will prefer to choose a cell unoccupied for moving; If both two cells are not occupied, occupant will move to either cell randomly; If occupant has selected the movement direction cell, it still needs to consider occupy status around the movement direction cell. If entire neighborhood cells around it were occupied, where there is a serious congestion. Because occupants always avoid too close with others [9], the probability of moving to this cell will be decreased, as shown in fig Movement Rule The supermarket modeled in this paper located in the second floor of an actual shopping mall, it is 50 m long and 32 m wide, it has three exits which marked with exit 1 to 3. Exit 1 is the general inlet and outlet, exit 2 and 3 are safety exits which are closed usually. The right of the supermarket has a shopping inlet, a shopping outlet and several checkout counters, as shown in fig. 3. This paper considers two shelves orientations. All shelves are vertical with exit 1 in fig. 3(a), called transverse shelves model; all shelves are parallel with exit 1, as shown in fig. 3(b), called longitudinal shelves model. In order to eliminate the random error caused by personnel distribution in supermarket, conduct five simulations for each case and take the average as the evacuation time. Exit 3 Wall Shopping inlet Shelves Exit 1 Shopping outlet Exit 2 Checkout (a) Transverse shelves model (b) Longitudinal shelves model Fig.3. Supermarket modeled by CA

4 690 Zhong Wei et al. / Procedia Engineering 52 ( 2013 ) Results and Discussion 3.1. Shelves Orientation In order to study the influence of shelves orientations to evacuation process in supermarket, this paper assumes all occupants have same familiarization about three exits. Considering five situations of 200, 400, 600, 800 and 1000 people in supermarket, and the results are shown in fig. 4. Fig. 4(a) shows that if occupants are fewer in supermarket, such as 200 and 400 cases, shelves orientations have little influence on evacuation time; but when occupants are larger, two kinds of shelves orientations have obvious difference. That is because evacuation time is consisting of walking time and bottleneck time. When personnel density is smaller, it will not produce congestion at exits, and evacuation time is mainly decided by walking process. Since the furthest distances from exits are close for two shelves orientations, so there is little difference in evacuation time between two models. Step-length Evacuation time in transverse shelves Congested time in transverse shelves Evacuation time in longitudinal shelves Congested time in longitudinal shelves congestion factor Transverse shelves model Longitudinal shelves model The number of occupants (a) Evacuation time at different occupants The number of occupants (b) Congestion factor at different occupants Fig. 4 the relationship between occupants and evacuation time When personnel density is large, such as 600, 800 and 1000 cases, however, there are serious congestion occur at the shopping inlet and shopping outlet near exit 1. So evacuation time is mainly decided by bottleneck evacuation. Because of the blocking effect of the shelves, the resistance of occupant move to exit 1 in transverse shelves orientation is much less than longitudinal shelves orientation, making personnel density increase rapidly at shopping inlet and shopping outlet. So the congestion in transverse shelves orientation occurs earlier and is more serious than longitudinal shelves orientation. Therefore the longitudinal shelves orientation is more beneficial for evacuation. The congestion factor, defined as the ratio of congested time to total evacuation time, is shown in fig. 4(b). It can be seen that the congestion factor rises gradually with the occupants, and the factor in transverse shelves orientation is higher than longitudinal shelves orientation when the occupants is the same. So it can be concluded that the transverse shelves orientation could lead to a more serious congestion, the arrangement of shelves in the supermarket should use the longitudinal shelves orientation Familiarity Degree In order to study the influence of personal familiarization to evacuation process, occupants are divided into two groups. The first group is familiar with all the exits, and the second group is familiar only with exit 1. The percentage of the first group in total occupants is defined as familiarity degree. Namely: X 1 X (3) Where, is familiarity degree; 1 X is the number of the first group; X is the total number of occupants. All shelves are fixed as transverse orientation, the total number of occupants is 800, and considering five situations of familiarity degree are 0, 0.25, 0.5, 0.75 and 1 respectively. Simulation results as shown in fig. 5:

5 Zhong Wei et al. / Procedia Engineering 52 ( 2013 ) Evacuation step-length Familiarity degree Fig. 5 the relationship of familiarity degree and evacuation time It can be seen in fig. 5. That evacuation time reduce with the increase of familiarity degree. This is due to the number of occupants who choose exit 1 will decrease with the increase of familiarity degree, thus improved congestion at shopping inlet and shopping outlet. This indicates that enhancing personnel familiarity degree can shorten congestion time and improve evacuation efficiency. Fig.6 shows the congested situation at shopping inlet and outlet when the evacuation process complete in exit 2 and 3. When =0, all occupants chose exit 1 to evacuate, so the available time of exit 2 and 3 is 0s; when =0.25, part of occupants select exit 2 and 3 to evacuate, the available time of exit 2 and 3 become 33.6s; when all occupants are familiar with three exits, the available time of exit 2 and 3 is 78.4s. Thus the larger of familiarity degree, the less occupants move to exit 1, the more available time to exit 2 and 3. Fig.7 shows the number of occupants comes out from three exits at different familiarity degree. It can be seen that occupants come out from exit 1 decrease gradually, and occupants come out from exits 2 and 3 increase with the increase of familiarity degree, the difference of occupants evacuate from three exits are small finally, and the congestion in supermarket is improved with the increase of familiarity degree. In the actual evacuation process in supermarket, it is very important to improve the familiarity degree of exits. The manager can induce occupants choose exits not commonly used by fire radio, evacuation signs, indicators and clerks intervention, and the evacuation process could be optimized =0.25, t=33.6s =0.5, t=40s The number of occupants from exit Exit 1 Exit 2 Exit 3 =0.75, t=54.8s =1, t=78.4s Familiarity degree Fig. 6. The utilization of exits at different familiarity degree Fig. 7 the relationship of familiarity degree and evacuation numbers

6 692 Zhong Wei et al. / Procedia Engineering 52 ( 2013 ) Conclusion This paper simulates an actual supermarket with Cellular automata. Studies the influence of different shelves orientation and personal familiarity degree of exits to evacuation time, the results show as follows: If occupants are fewer in supermarket, such as 200 and 400 cases, shelves orientations have little influence on evacuation time; but when occupants are larger, such as 600, 800 and 1000 cases, evacuation time of longitudinal shelves orientation is shorter than transverse shelves orientation ; The ratio of congested time to total evacuation time in transverse shelves orientation is higher than longitudinal shelves orientation when the occupants is the same. That means the transverse shelves orientation is much easier to congestion; The higher of personal familiarity degree with exits, the larger exits utilization, and the smaller evacuation time, as well as improve congestion at shopping inlet and shopping outlet; The number of occupants coming out from exit 1 reduces, the numbers of occupants coming out from exit 2 and 3 increase with the raise of familiarity degree, and converges finally. Acknowledgements This work was supported by National Natural Science Foundation of China (NSFC) under Grant No , and the key technologies research and development program of Henan province under Grant No References [1] P.H. Zhang, R.X. Shang, Z.M. Jiang, Y.H. Liu., Investigation and Analysis of Evacuation Behavior in a Large Shopping Mall, Journal of Northeastern University (Natural Science) 32, p [2] S.P. Zhang, Y.J. Jing, Research of evacuation crowd in the business hall of large department stores, Fire Science and Technology 23, p [3] J.P. Yang, H.P. Zhang, Z. Pan, N. Ma, W.C. Jiang, A Method of Evaluation the Design of Evacuation Based on the Using Rate of Unit Effective Evacuation Width, Engineering Science 8, p. 94. [4] W.G. Song, Y.F. Yu, H.P. Zhang, Evacuation Analysis of a Large Shopping Mall, Engineering Science 7, p. 78. [5] L.Z. Yang, D.L. Zhang, J. Li, W.F. Fang, W.C. Fan, Simulation of evacuation behaviors in fire using special grid, Progress in Natural Science 14, p [6] H.Y. Zeng, The study of Personnel Emergency Evacuation and Simulation Analysis, SCIENCE TECHNOLOGY AND ENGINEERING 30, p [7] S. Zeng, X.Q. Ma, Y.F. Liao, The Research of Evacuation Model in Urban Underground Business Buildings, BUILDING SCIENCE 24, p. 27. [8] C. Burstedde, K. Klauck, A. Schadschneider, J. Zittartz, Simulation of pedestrian dynamics using a two-dimensional cellular automaton, Physical A 295, p [9] Y. Chen, P. Tao, X.Y. Zhang, Computer Simulation Research of Evacuation Property in Super Shopping Mall, COMPUTER TECHNOLOGY AND DEVELOPMENT 20, p. 211.

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space Available online at www.sciencedirect.com Procedia Engineering 31 (2012) 734 738 International Conference on Advances in Computational Modeling and Simulation A Numerical study of the Fire-extinguishing

More information

Simulation study of evacuation in high-rise buildings

Simulation study of evacuation in high-rise buildings Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 00 (2014) 000 000 www.elsevier.com/locate/procedia The Conference in Pedestrian and Evacuation Dynamics 2014 (PED2014)

More information

Design of Humidity Monitoring System Based on Virtual Instrument

Design of Humidity Monitoring System Based on Virtual Instrument Available online at www.sciencedirect.com Procedia Engineering 24 (2011) 759 763 2011 International Conference on Advances in Engineering Design of Humidity Monitoring System Based on Virtual Instrument

More information

Full-scale Experiment of Longitudinal Ventilation Smoke Control System and Central Smoke Exhaust System in City Underwater Tunnel

Full-scale Experiment of Longitudinal Ventilation Smoke Control System and Central Smoke Exhaust System in City Underwater Tunnel Available online at www.sciencedirect.com Procedia Engineering 52 ( 2013 ) 330 335 Full-scale Experiment of Longitudinal Ventilation Smoke Control System and Central Smoke Exhaust System in City Underwater

More information

Simulation of Full-scale Smoke Control in Atrium

Simulation of Full-scale Smoke Control in Atrium Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 608 613 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Simulation of Full-scale Smoke Control in

More information

Available online at ScienceDirect. Simulation of Pedestrian Evacuation in a Room under Fire Emergency

Available online at  ScienceDirect. Simulation of Pedestrian Evacuation in a Room under Fire Emergency Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 71 ( 2014 ) 403 409 Simulation of Pedestrian Evacuation in a Room under Fire Emergency Shu-chao Cao, Wei-guo Song*, Xiao-dong

More information

Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable Trench and Cable Pit

Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable Trench and Cable Pit Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 710 714 Advanced in Control Engineering and Information Science Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable

More information

Available online at ScienceDirect. Procedia Engineering 135 (2016 )

Available online at   ScienceDirect. Procedia Engineering 135 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 135 (2016 ) 275 280 Numerical Simulation on Impacts of Longitudinal Ventilation on Tunnel Fire Detection Qi Li a, Zheng Fang

More information

Fire Dynamics Simulation and Evacuation for a Large Shopping Center (Mall), Part II, Evacuation Scenarios

Fire Dynamics Simulation and Evacuation for a Large Shopping Center (Mall), Part II, Evacuation Scenarios American Journal of Energy Engineering 2015; 3(4-1): 72-78 Published online June 12, 2015 (http://www.sciencepublishinggroup.com/j/ajee) doi: 10.11648/j.ajee.s.2015030401.15 ISSN: 2329-1648 (Print); ISSN:

More information

CFD Analysis of Fire Characteristics on Subway Junction Station

CFD Analysis of Fire Characteristics on Subway Junction Station ISGSR27 First International Symposium on Geotechnical Safety & Risk Oct. 18~19, 27 Shanghai Tongji University, China CFD Analysis of Fire Characteristics on Subway Junction Station G. H. Wu, X. Han, Q.Q.

More information

Available online at ScienceDirect. Procedia Engineering 135 (2016 )

Available online at  ScienceDirect. Procedia Engineering 135 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 135 (2016 ) 439 444 Study of Grid Ceiling on Parametric Optimization Design of Automatic Sprinkler System Xiang-yu Qu a,*, Hai-yan

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

2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire protection measures

2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire protection measures Available online at www.sciencedirect.com Procedia Engineering 45 (2012 ) 643 648 2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire

More information

A study of Transient Performance of A Cascade Heat Pump System

A study of Transient Performance of A Cascade Heat Pump System Available online at www.sciencedirect.com ScienceDirect Energy Procedia 79 (2015 ) 131 136 2015 International Conference on Alternative Energy in Developing Countries and Emerging Economies A study of

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

Performance-based Fire Design of Air-supported Membrane Coal Storage Shed

Performance-based Fire Design of Air-supported Membrane Coal Storage Shed Available online at www.sciencedirect.com Procedia Engineering 52 ( 2013 ) 593 601 Performance-based Fire Design of Air-supported Membrane Coal Storage Shed ZHANG Lei a,b, ZHU Guo-qing a,b,*, ZHANG Guo-wei

More information

Structure Improvement and Flow Field Analysis of Condenser in Freeze drying Equipment

Structure Improvement and Flow Field Analysis of Condenser in Freeze drying Equipment 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Structure Improvement and Flow Field Analysis of Condenser in Freeze drying Equipment Runling Peng1,

More information

The empirical research on the consumers' willingness to participate in E-waste recycling with a points reward system

The empirical research on the consumers' willingness to participate in E-waste recycling with a points reward system Available online at www.sciencedirect.com ScienceDirect Energy Procedia 104 (2016 ) 475 480 CUE2016-Applied Energy Symposium and Forum 2016: Low carbon cities & urban energy systems The empirical research

More information

Available online at ScienceDirect. Procedia Engineering 135 (2016 )

Available online at  ScienceDirect. Procedia Engineering 135 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 135 (2016 ) 170 174 Evacuation Strategy of Ultra-tall Towers among Stairs and Elevators Juan-juan Chen a,b, *, Xiao-gang Wang

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

ScienceDirect. Development progress of critical equipment in the CSNS cryogenic hydrogen system

ScienceDirect. Development progress of critical equipment in the CSNS cryogenic hydrogen system Available online at www.sciencedirect.com ScienceDirect Physics Procedia 67 (2015 ) 233 238 25th International Cryogenic Engineering Conference and the International Cryogenic Materials Conference in 2014,

More information

APPLICATION OF CFD SIMULATIONS FOR LOCATING OUTDOOR UNITS ON HIGH RISE TOWER Basant Kumar Gupta 1, Anand Patil 2

APPLICATION OF CFD SIMULATIONS FOR LOCATING OUTDOOR UNITS ON HIGH RISE TOWER Basant Kumar Gupta 1, Anand Patil 2 APPLICATION OF CFD SIMULATIONS FOR LOCATING OUTDOOR UNITS ON HIGH RISE TOWER Basant Kumar Gupta 1, Anand Patil 2 1 Zeus Numerix Private Limited, Pune, India 2 Pankaj Dharkar & Associates, Mumbai, India

More information

OPTIMIZATION OF VENTILATION MODE OF SMOKE CONTROL SYSTEM IN HIGH-RISE BUILDING FIRE

OPTIMIZATION OF VENTILATION MODE OF SMOKE CONTROL SYSTEM IN HIGH-RISE BUILDING FIRE OPTIMIZATION OF VENTILATION MODE OF SMOKE CONTROL SYSTEM IN HIGH-RISE BUILDING FIRE 1 RU ZHOU, 2 WEI ZHANG 1 School of Urban Construction and Safety Engineering, Nanjing University of Technology, Nanjing

More information

Available online at ScienceDirect. Procedia Engineering 84 (2014 )

Available online at  ScienceDirect. Procedia Engineering 84 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 84 (2014 ) 553 557 2014ISSST, 2014 International Symposium on Safety Science and Technology Research on fire endurance of tempered

More information

A Study into the Standardization of Using Fire Detectors in Rail Vehicles for China

A Study into the Standardization of Using Fire Detectors in Rail Vehicles for China Available online at www.sciencedirect.com Procedia Engineering 52 ( 2013 ) 240 244 A Study into the Standardization of Using Fire Detectors in Rail Vehicles for China LIU Xiao-lu *, WANG Wen-qing Shenyang

More information

Dynamic Evacuation Guidance Considering Occupant Distribution

Dynamic Evacuation Guidance Considering Occupant Distribution Research Collection Conference Paper Dynamic Evacuation Guidance Considering Occupant Distribution Author(s): Lee, Minhyuck; Nan, Hyunwoo; Jun, Chulmin Publication Date: 2018-01-15 Permanent Link: https://doi.org/10.3929/ethz-b-000225598

More information

Ecological Landscape Planning and Design of an Urban Landscape Fringe Area: A Case Study of Yang an District of Jiande City

Ecological Landscape Planning and Design of an Urban Landscape Fringe Area: A Case Study of Yang an District of Jiande City Available online at www.sciencedirect.com Procedia Engineering 21 (2011) 414 420 2011 International Conference on Green Buildings and Sustainable Cities Ecological Landscape Planning and Design of an Urban

More information

Available online at ScienceDirect. New Framework of Intelligent Evacuation System of Buildings

Available online at   ScienceDirect. New Framework of Intelligent Evacuation System of Buildings Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 71 ( 2014 ) 397 402 New Framework of Intelligent Evacuation System of Buildings Qian Zhang a, *, Tao Chen b, Xian-zhi LV a a

More information

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM Available online at www.sciencedirect.com ScienceDirect Energy Procedia 61 (2014 ) 882 886 The 6 th International Conference on Applied Energy ICAE2014 INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH

More information

Experimental Study on the Effects of Compression Parameters on Molding Quality of Dried Fish Floss

Experimental Study on the Effects of Compression Parameters on Molding Quality of Dried Fish Floss Experimental Study on the Effects of Compression arameters on Molding Quality of Dried Fish Floss Hongmei Xu, Li Zong, Ling Li, and Jing Zhang College of Engineering and Technology, Huazhong Agricultural

More information

Study of Numerical Analysis on Smoke Exhaust Performance of Portable Smoke Exhaust Fan

Study of Numerical Analysis on Smoke Exhaust Performance of Portable Smoke Exhaust Fan Open Journal of Fluid Dynamics, 2017, 7, 205-218 http://www.scirp.org/journal/ojfd ISSN Online: 2165-3860 ISSN Print: 2165-3852 Study of Numerical Analysis on Smoke Exhaust Performance of Portable Smoke

More information

The Development of Fire Risk Assessment Method for Heritage Building

The Development of Fire Risk Assessment Method for Heritage Building Available online at www.sciencedirect.com Procedia Engineering 20 (2011) 317 324 The 2 nd International Building Control Conference 2011 The Development of Fire Risk Assessment Method for Heritage Building

More information

Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation

Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation Development of Small-diameter Tube Heat Exchanger: Circuit Design and Performance Simulation Wei-kun Ding*, Ju-fang Fan*, Wen-quan Tao*, Wenson Zheng, Frank Gao, Kerry Song *School of Energy & Power Engineering,

More information

for family composition, time allocation of people, ownership and specification of home appliances. This paper first presents the simulation procedure

for family composition, time allocation of people, ownership and specification of home appliances. This paper first presents the simulation procedure Validation of an Energy Demand Model of Residential Buildings Yohei Yamaguchi 1*, Yoshiyuki Shimoda 1 1 Graduate School of Engineering Osaka University, S4 Building, 2-1 Yamadaoka, Suita, Osaka, 565-871,

More information

Construction of Wireless Fire Alarm System Based on ZigBee Technology

Construction of Wireless Fire Alarm System Based on ZigBee Technology Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 308 313 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Construction of Wireless Fire Alarm System

More information

Procedia - Social and Behavioral Sciences 195 ( 2015 ) World Conference on Technology, Innovation and Entrepreneurship

Procedia - Social and Behavioral Sciences 195 ( 2015 ) World Conference on Technology, Innovation and Entrepreneurship Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 195 ( 2015 ) 1846 1850 World Conference on Technology, Innovation and Entrepreneurship Fire Detection Systems

More information

The Study of Evacuation Times from the Multiplex Theatres

The Study of Evacuation Times from the Multiplex Theatres American Journal of Applied Sciences 9 (3): 321-326, 2012 ISSN 1546-9239 2012 Science Publications The Study of Evacuation Times from the Multiplex Theatres 1 Khanitha Songsakulchai, 2 Supat Patvichaichod

More information

Development of Bionic Air Cooler Used in High Temperature Coal Mine

Development of Bionic Air Cooler Used in High Temperature Coal Mine Advances in Natural Science Vol. 3, No. 2, 2010, pp. 206-212 www.cscanada.net ISSN 1715-7862 [PRINT] ISSN 1715-7870 [ONLINE] www.cscanada.org *The 3rd International Conference of Bionic Engineering* Development

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

SMOKE MANAGEMENT AND EGRESS ANALYSIS OF A SPORTS ARENA USING THE PERFORMANCE-BASED DESIGN

SMOKE MANAGEMENT AND EGRESS ANALYSIS OF A SPORTS ARENA USING THE PERFORMANCE-BASED DESIGN , Volume 4, Number 2, p.73-83, 2003 SMOKE MANAGEMENT AND EGRESS ANALYSIS OF A SPORTS ARENA USING THE PERFORMANCE-BASED DESIGN K.H. Yang and C.S. Yang Mechanical Engineering Department, National Sun Yat-Sen

More information

The study of sewage sludge thermo-drying efficiency

The study of sewage sludge thermo-drying efficiency Available online at www.sciencedirect.com Procedia Environmental Sciences 16 (2012 ) 363 367 The 7 th International Conference on Waste Management Technology The study sewage sludge thermo-drying efficiency

More information

Using Cellular Automata to Generate High-Density Building Form

Using Cellular Automata to Generate High-Density Building Form Using Cellular Automata to Generate High-Density Building Form Christiane M. Herr Thomas Kvan Department of Architecture The University of Hong Kong overview aim of investigation: development of a theoretical

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

ScienceDirect. The Undrained Shear Strength of Overconsolidated Clays

ScienceDirect. The Undrained Shear Strength of Overconsolidated Clays Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 91 (2014 ) 317 321 XXIII R-S-P seminar, Theoretical Foundation of Civil Engineering (23RSP) (TFoCE 2014) The Undrained Shear

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

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

Effects of Smoke on Evacuation Martin Lopušniak 1, a

Effects of Smoke on Evacuation Martin Lopušniak 1, a Advanced Materials Research Online: 2014-02-27 ISSN: 1662-8985, Vol. 899, pp 539-542 doi:10.4028/www.scientific.net/amr.899.539 2014 Trans Tech Publications, Switzerland Effects of Smoke on Evacuation

More information

The effect of write current on thermal flying height control sliders with dual heater/insulator elements

The effect of write current on thermal flying height control sliders with dual heater/insulator elements Microsyst Technol (2011) 17:959 964 DOI 10.1007/s00542-010-1216-4 TECHNICAL PAPER The effect of write current on thermal flying height control sliders with dual heater/insulator elements Hao Zheng Hui

More information

1st City Issues Tongji International Symposium City & Real Estate Risk Management 2010

1st City Issues Tongji International Symposium City & Real Estate Risk Management 2010 1st City Issues Tongji International Symposium City & Real Estate Risk Management 2010 (CI-TIS) Shanghai, China 16 17 October 2010 Editors: Nan-kai Xia Fang He ISBN: 978-1-61782-859-1 Printed from e-media

More information

Research Article. ISSN (Print) , China. *Corresponding author Chen Hao

Research Article. ISSN (Print) , China. *Corresponding author Chen Hao Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2015; 3(3B):299-303 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

STUDY FOR SAFETY AT A RELATIVELY SHORT TUNNEL WHEN A TUNNEL FIRE OCCURRED

STUDY FOR SAFETY AT A RELATIVELY SHORT TUNNEL WHEN A TUNNEL FIRE OCCURRED - 133 - STUDY FOR SAFETY AT A RELATIVELY SHORT TUNNEL WHEN A TUNNEL FIRE OCCURRED Y. Mikame 1,2, N. Kawabata 1, M. Seike 1, M. Hasegawa 1 1 Kanazawa University, Japan 2 Metropolitan Expressway Company

More information

Analysis of the Design of an HVAC System in a Public Building

Analysis of the Design of an HVAC System in a Public Building Analysis of the Design of an HVAC System in a Public Building Zongyi Shao Hongbing Chen Ping Wei Key Lab of HVAC Hebei Engineering and Beijing Institute of Civil Engineering and Technical College Architecture

More information

Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland. Experimental study of a novel dew point indirect evaporative cooler

Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland. Experimental study of a novel dew point indirect evaporative cooler Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland Paper ID 0232 ISBN: 978-83-7947-232-1 Experimental study of a novel dew point indirect evaporative cooler Wenhua Chen, Zhiwei Zhang, Jiayu Li,

More information

Available online at ScienceDirect. Energy Procedia 91 (2016 ) 35 41

Available online at   ScienceDirect. Energy Procedia 91 (2016 ) 35 41 Available online at www.sciencedirect.com ScienceDirect Energy Procedia 91 (216 ) 35 41 SHC 215, International Conference on Solar Heating and Cooling for Buildings and Industry Butane heat pipes for stagnation

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

The Research of Performance Comparison of Displacement and Mixing Ventilation System in Catering Kitchen *

The Research of Performance Comparison of Displacement and Mixing Ventilation System in Catering Kitchen * Journal of Environmental Protection, 2013, 4, 638-646 http://dx.doi.org/10.4236/jep.2013.46073 Published Online June 2013 (http://www.scirp.org/journal/jep) The Research of Performance Comparison of Displacement

More information

Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology

Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design and Realization for the Environmental Protection Type of Pig-Farm Model Based on the Sensor Technology 1 Liu Ming

More information

Impact of indirect evaporative air cooler type on the performance of desiccant systems

Impact of indirect evaporative air cooler type on the performance of desiccant systems Impact of indirect evaporative air cooler type on the performance of desiccant systems Anna Pacak 1,*, Aleksandra Cichoń 1, Demis Pandelidis 1, and Sergey Anisimov 1 1 Wrocław University of Science and

More information

Analysis of the influence of open door size on fire smoke diffusion law in protective engineering

Analysis of the influence of open door size on fire smoke diffusion law in protective engineering Analysis of the influence of open door size on fire smoke diffusion law in protective engineering Abstract Zheli Xing a, Jinfeng Mao b, Chaofeng Li c and Jin Zhou d PLA University of Science and Technology,

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

RESEARCH ON THE MAIN CRITERIA OF DECISION-MAKING FACTORS THAT AFFECT CONSUMERS' PURCHASE OF RESIDENTIAL FIRE ALARMS

RESEARCH ON THE MAIN CRITERIA OF DECISION-MAKING FACTORS THAT AFFECT CONSUMERS' PURCHASE OF RESIDENTIAL FIRE ALARMS www.arpapress.com/volumes/vol35issue1/ijrras_35_1_03.pdf RESEARCH ON THE MAIN CRITERIA OF DECISION-MAKING FACTORS THAT AFFECT CONSUMERS' PURCHASE OF RESIDENTIAL FIRE ALARMS Chih-Yao Lo 1,Hung-Teng Chang

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

State Grid Zhejiang Electric Power Corporation Electric Power Research Institute, Hangzhou, , China

State Grid Zhejiang Electric Power Corporation Electric Power Research Institute, Hangzhou, , China 2017 Joint International Conference on Materials Science and Engineering Application (ICMSEA 2017) and International Conference on Mechanics, Civil Engineering and Building Materials (MCEBM 2017) ISBN:

More information

The Low-Temperature Radiant Floor Heating System Design and Experimental Study on its Thermal Comfort

The Low-Temperature Radiant Floor Heating System Design and Experimental Study on its Thermal Comfort International Journal of Research in Engineering and Science (IJRES) ISSN (Online): -9364, ISSN (Print): -9356 Volume 4 Issue 1 ǁ January. 16 ǁ PP.56-61 The Low-Temperature Radiant Floor Heating System

More information

Evaluation on Residential Energy Efficiency Programs Using the City-Scale End-Use Simulation Model

Evaluation on Residential Energy Efficiency Programs Using the City-Scale End-Use Simulation Model Evaluation on Residential Energy Efficiency Programs Using the City-Scale End-Use Simulation Model Yoshiyuki Shimoda, Osaka University Takuro Fujii, Osaka University Takao Morikawa, Osaka University Minoru

More information

Smoldering Propagation Characteristics of Flexible Polyurethane Foam under Different Air Flow Rates

Smoldering Propagation Characteristics of Flexible Polyurethane Foam under Different Air Flow Rates Smoldering Propagation Characteristics of Flexible Polyurethane Foam under Different Air Flow Rates Zhou Y., Fei Y.*, Hu S. Q. Nanjing Tech University, College of Fire Safety Science and Engineering &

More information

A Statistical Analysis of a Liquid Desiccant Dehumidifier/Regenerator in an Air Conditioning System

A Statistical Analysis of a Liquid Desiccant Dehumidifier/Regenerator in an Air Conditioning System Int. J. of Thermal & Environmental Engineering Volume 5, No. 1 (013) 41-50 A Statistical Analysis of a Liquid Desiccant Dehumidifier/Regenerator in an Air Conditioning System Abdulrahman T. Mohammad *,

More information

Analysis of Pullout Resistance of Soil-Nailing in Lateritic Soil

Analysis of Pullout Resistance of Soil-Nailing in Lateritic Soil Analysis of Pullout Resistance of Soil-Nailing in Lateritic Soil B,L.A. Isaka 1, B.C. Madushanka 1 and N.H. Priyankara 1 1 Department of Civil and Environmental Engineering Faculty of Engineering University

More information

(ICPFFPE 2013) 2013 International Conference on Performance-based Fire and Fire Protection Engineering. Wuhan, China 16 November 2013

(ICPFFPE 2013) 2013 International Conference on Performance-based Fire and Fire Protection Engineering. Wuhan, China 16 November 2013 2013 International Conference on Performance-based Fire and Fire Protection Engineering (ICPFFPE 2013) Procedia Engineering Volume 71 Wuhan, China 16 November 2013 ISBN: 978-1-63266-558-4 Printed from

More information

Case Studies of Master Planning for Sustainable Urban Underground Space Utilization

Case Studies of Master Planning for Sustainable Urban Underground Space Utilization Case Studies of Master Planning for Sustainable Urban Underground Space Utilization Zhu Wenjun 1, Wang Hui 1, Li Chuanbin 2, Wei Lijun 3 1 Department of Civil Engineering, Tsinghua University, Beijing,

More information

OPTIMIZING GYMNASIUM EVACUATION PERFORMANCE BY AGENT-BASED SIMULATION. Cambridge, United States

OPTIMIZING GYMNASIUM EVACUATION PERFORMANCE BY AGENT-BASED SIMULATION. Cambridge, United States OPTIMIZING GYMNASIUM EVACUATION PERFORMANCE BY AGENT-BASED SIMULATION Ying Liu 1, 2 1 School of Architecture, Harbin Institute of Technology, Harbin, China 2 Center for Green Buildings and Cities, Graduate

More information

Reducing energy consumption of airconditioning systems in moderate climates by applying indirect evaporative cooling

Reducing energy consumption of airconditioning systems in moderate climates by applying indirect evaporative cooling Reducing energy consumption of airconditioning systems in moderate climates by applying indirect evaporative cooling Aleksandra Cichoń,*, Anna Pacak, Demis Pandelidis, and Sergey Anisimov Department of

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

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

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

Research on Decision Tree Application in Data of Fire Alarm Receipt and Disposal

Research on Decision Tree Application in Data of Fire Alarm Receipt and Disposal Research Journal of Applied Sciences, Engineering and Technology 5(22): 5217-5222, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: October 09, 2012 Accepted: December

More information

13th COTA International Conference of Transportation Professionals (CICTP 2013)

13th COTA International Conference of Transportation Professionals (CICTP 2013) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 96 ( 2013 ) 2164 2172 13th COTA International Conference of Transportation Professionals (CICTP 2013)

More information

Several Ideas on Fire Detecting Alarm for Power Supply and Distribution System

Several Ideas on Fire Detecting Alarm for Power Supply and Distribution System Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 75 79 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Several Ideas on Fire Detecting Alarm for Power

More information

Research on Public Space Renewal Strategy of Small and Medium-sized Towns Based on Spatial Syntax--Taking Liulin Liaoyuan Square as an Example

Research on Public Space Renewal Strategy of Small and Medium-sized Towns Based on Spatial Syntax--Taking Liulin Liaoyuan Square as an Example Research on Public Space Renewal Strategy of Small and Medium-sized Towns Based on Spatial Syntax--Taking Liulin Liaoyuan Square as an Example Zhou Yingzheng 1, Xu Qiang 2 1 Taiyuan University of Technology,graduate

More information

Modeling and Simulation on Temperature Control System of Farm Products Baking Equipment. Liu Jun, Jia Zhenwei, Guo Rongxing

Modeling and Simulation on Temperature Control System of Farm Products Baking Equipment. Liu Jun, Jia Zhenwei, Guo Rongxing Applied Mechanics and Materials Online: 2013-07-31 ISSN: 1662-7482, Vols. 341-342, pp 801-804 doi:10.4028/www.scientific.net/amm.341-342.801 2013 Trans Tech Publications, Switzerland Modeling and Simulation

More information

The Mode of Urban Renewal Base on the Smart City Theory under the Background of New Urbanization

The Mode of Urban Renewal Base on the Smart City Theory under the Background of New Urbanization Frontiers of Engineering Management DOI 10.15302/J-FEM-2015035 ENGINEERING MANAGEMENT THEORIES AND METHODOLOGIES Yi-hua Mao, Hong-yu Li, Qin-rui Xu The Mode of Urban Renewal Base on the Smart City Theory

More information

A design of automatic boiler intelligent alert system based on the wireless AD hoc network

A design of automatic boiler intelligent alert system based on the wireless AD hoc network 5th International Conference on Computer Sciences and Automation Engineering (ICCSAE 2015) A design of automatic boiler intelligent alert system based on the wireless AD hoc network Shiping Li1, a Maodong

More information

Evaluation of a dynamic model for a cold climate counter flow air to air heat exchanger

Evaluation of a dynamic model for a cold climate counter flow air to air heat exchanger Evaluation of a dynamic model for a cold climate counter flow air to air heat exchanger Toke Rammer Nielsen, Associate Professor, Department of Civil Engineering, Technical University of Denmark; trn@byg.dtu.dk

More information

CHOOSING A FIRE VENTILATION STRATEGY FOR AN UNDERGROUND METRO STATION

CHOOSING A FIRE VENTILATION STRATEGY FOR AN UNDERGROUND METRO STATION - 165 - CHOOSING A FIRE VENTILATION STRATEGY FOR AN UNDERGROUND METRO STATION Wojciech Węgrzyński, Grzegorz Krajewski, Paweł Sulik Fire Research Department, Building Research Institute (ITB), Poland ABSTRACT

More information

ENERGY SAVING IN A DOMESTIC SPLIT-TYPE AIR CONDITIONER WITH EVAPORATIVE COOLING SYSTEMS

ENERGY SAVING IN A DOMESTIC SPLIT-TYPE AIR CONDITIONER WITH EVAPORATIVE COOLING SYSTEMS ENERGY SAVING IN A DOMESTIC SPLIT-TYPE AIR CONDITIONER WITH EVAPORATIVE COOLING SYSTEMS Chainarong Chaktranond *, and Peachrakha Doungsong Department of Mechanical Engineering, Faculty of Engineering,

More information

2012 International Symposium on Safety Science and Technology Investigation on compressed air foams fire-extinguishing model for oil pan fire

2012 International Symposium on Safety Science and Technology Investigation on compressed air foams fire-extinguishing model for oil pan fire Available online at.sciencedirect.com Procedia Engineering 45 (212 ) 663 668 212 International Symposium on Safety Science and Technology Investigation on compressed air foams fire-extinguishing model

More information

Best Row Number Ratio Study of Surface Air Coolers for Segmented Handling Air-conditioning System

Best Row Number Ratio Study of Surface Air Coolers for Segmented Handling Air-conditioning System International Conference on Civil, Transportation and Environment (ICCTE 201) Best Row Number Ratio Study of Surface Air Coolers for Segmented Handling Air-conditioning System Pengjie Fan1, a, Caihua Liang1,

More information

A Method for Predicting the Matric Suction of Unsaturated Soils with Soil Color Recognition

A Method for Predicting the Matric Suction of Unsaturated Soils with Soil Color Recognition 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 A Method for Predicting the Matric Suction of Unsaturated Soils with Soil Color Recognition

More information

A Study on the 2-D Temperature Distribution of the Strip due to Induction Heater

A Study on the 2-D Temperature Distribution of the Strip due to Induction Heater , pp.1-5 http://dx.doi.org/10.14257/astl.2015.90.01 A Study on the 2-D Temperature Distribution of the Strip due to Induction Heater Jong-Hyun Lee 1, Jin-Taek Kim 1, Sung-Hyuk Lim 2, Do-Gyun Jung 2, Hyeong-Jin

More information

Feasibility Study of Use of Elevators in Fire Evacuation in a High-rise Building

Feasibility Study of Use of Elevators in Fire Evacuation in a High-rise Building 5A-4 6th Asia-Oceania Symposium on Fire Science and Technology 17-20, March, 2004, Daegu, Korea Feasibility Study of Use of Elevators in Fire Evacuation in a High-rise Building A. Sekizawa 1, S. Nakahama

More information

FROSTING BEHAVIOR OF FIN-TUBE HEAT EXCHANGER ACCORDING TO REFRIGERANT FLOW TYPE

FROSTING BEHAVIOR OF FIN-TUBE HEAT EXCHANGER ACCORDING TO REFRIGERANT FLOW TYPE HEFAT2012 9 th International nference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta FROSTING BEHAVIOR OF FIN-TUBE HEAT EXCHANGER ACCORDING TO REFRIGERANT FLOW TYPE Kim K.,

More information

Study of Performance of Binary Mixture of R134a and R161 as a Substitution of R134a in a Domestic Refrigerator

Study of Performance of Binary Mixture of R134a and R161 as a Substitution of R134a in a Domestic Refrigerator Study of Performance of Binary Mixture of R134a and R161 as a Substitution of R134a in a Domestic Refrigerator Mr. Subodh S. Deshpande Department of Mechanical Engineering M.G.M.s College of Engineering

More information

DESIGN OF THE BODY FRAME OF A RAIL DETECTOR

DESIGN OF THE BODY FRAME OF A RAIL DETECTOR DESIGN OF THE BODY FRAME OF A RAIL DETECTOR Jiangang Bao North University of China Department of Mechanical Engineering, China; Email: baojiangang(a)nuc. edu. en. Abstract: Key words: According to the

More information

VALIDATION OF FINITE ELEMENT MODELS OF INJURY RISK IN VEHICLE-ROADSIDE BARRIER CRASHES

VALIDATION OF FINITE ELEMENT MODELS OF INJURY RISK IN VEHICLE-ROADSIDE BARRIER CRASHES VALIDATION OF FINITE ELEMENT MODELS OF INJURY RISK IN VEHICLE-ROADSIDE BARRIER CRASHES Qian Wang, Hampton C. Gabler Virginia Tech-Wake Forest, Center for Injury Biomechanics Blacksburg, VA 24061 ABSTRACT

More information

Heat Transfer in Evacuated Tubular Solar Collectors

Heat Transfer in Evacuated Tubular Solar Collectors Heat Transfer in Evacuated Tubular Solar Collectors Graham L. Morrison, Indra Budihardjo and Masud Behnia School of Mechanical and Manufacturing Engineering University of New South Wales Sydney 2052 Australia

More information

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Fire Science and Technorogy Vol.24 No.4(2005) 165-178 165 Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Jun-ichi Yamaguchi 1, Takeyoshi Tanaka 2 1 Technical Research

More information

Numerical Analysis of Water Temperature Distribution in the Tank of. ASHPWH with a Cylindrical Condenser

Numerical Analysis of Water Temperature Distribution in the Tank of. ASHPWH with a Cylindrical Condenser Numerical Analysis of Water Temperature Distribution in the Tank of ASHPWH with a Cylindrical Condenser Dandan Wang Shangli Shan Ruixiang Wang Postgraduate Postgraduate Professor Beijing Institute of Civil

More information

The reliability evaluation of LHC-5 hollow cathode heater

The reliability evaluation of LHC-5 hollow cathode heater The reliability evaluation of LHC-5 hollow cathode heater IEPC-2013-161 Presented at the 33rd International Electric Propulsion Conference, The George Washington University Washington, D.C. USA JIA Yanhui

More information

Feasibility of a Liquid Desiccant Application in an Evaporative. Cooling Assisted 100% Outdoor Air System

Feasibility of a Liquid Desiccant Application in an Evaporative. Cooling Assisted 100% Outdoor Air System Feasibility of a Liquid Desiccant Application in an Evaporative Cooling Assisted 100% Outdoor Air System M.H.Kim 1, S.K.Han 1, S.Y. Cho 2, and J.W.Jeong 1* 1 Department of Architectural Engineering, Hanyang

More information

Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM

Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM Liu Yang 1, Xinrong Cheng 2, Zhijie Jiang 3, and Zhijun Ren 1 1 Engineering College, China Agricultural University,

More information