Heat Transfer Analysis Collector

Size: px
Start display at page:

Download "Heat Transfer Analysis Collector"

Transcription

1 Heat Transfer Analysis Collector P15483 Low Energy Fruit Drier 10/22/14 Background: Our proposed concept uses a solar collector to warm air before it is drawn into a separate drying chamber. In the chamber, air is passed over the fruit. This airflow is driven by a rooftop ventilation unit, ideal because it is inexpensive, and can generate a great deal of airflow at low wind speeds. This report detail an analytical model for such a system, in order to size the components involved and check feasibility. The model relies on heat transfer calculations done to the collector itself.

2 Model Features: Our model is based on the geometry of a common solar collector design. It is a wooden enclosure, with an inlet and an outlet at the bottom to allow for airflow. At a 45 degree angle on the front is panel made of glass or some other transparent material. This allows heat into the enclosure as solar radiation, but prevents losses due to convection and conduction. A black interior ensures as much radiation is absorbed as possible The design is pictured below. Fig. 1 To start with we sized a box that was nominally a one foot cube; this would allow simple scaling as we iterated. Figure 2 shows these nominal, initial dimensions. Fig. 2

3 The thickness of the plywood was taken to initially be ¾, because of its cost and availability, and the thickness of the window, assumed to be polycarbonate because of its durability, cost and transparency, was taken to be ½. Additionally, we assumed some other properties of the system. From our research, the ideal temperature for drying of fruit is between 100 to 150, with a target for our project of 125. For our model we used an output temperature of 150 to make sure we would overestimate how much heat was required, to be safe. For an ambient temperature, which is also the air temperature of the incoming air, we selected 70. Haiti very consistently has temperatures between 70 and 80 year round, so to underestimate the heat available, a value of 70 was used. The average worldwide usable solar flux is 240 W/m 2. We used this figure for our solar flux, as it will underestimate available flux on account of Haiti s proximity to the equator, and greater solar resources. The flow rate was sized based off available rooftop ventilation turbines. We initially selected a Air Vent Inc. 12 Turbine Vent 52606, based on it s low price and availability. The turbine, pictured below, is wind powered. Figure 4 lists the turbines airflow at various wind speeds. Fig. 3 Flow (CFM) Wind speed (MPH) Fig. 4

4 Because average windspeed in Cap Haitien is 5.5 m/s, the 5 mph (2.2 m/s) flow rate is reasonable to use as a baseline. Various heat transfer coefficients also had to be estimated with varying degrees of accuracy throughout the system, in order to estimate heat losses through the walls. Using The Engineering Toolbox s table for thermal conductivities of various materials, the conductive coefficients for plywood and polycarbonate were found to be 0.13 and 0.19 W/m K, respectively. The convective coefficient for air varies with airspeed and other factors. Figure 5 shows a set of empirical data for the convective coefficient of air at different velocities. Fig. 5 At the selected airspeed, 2.2 m/s, the coefficient can be estimated conservatively at 20 W/m 2 K. Assumptions In any engineering model, assumptions must be made in order to apply the model to a real world system. To avoid complicated calculations involving how the incoming radiation interacted with the enclosure, it was assumed the inside of the box was a perfect black body. Thus, all the radiation that comes in through the window is transferred to the enclosure. It was further assumed that at steady state, the temperature of the walls of the enclosure was the same as the air in the enclosure. While the inlet temperature and desired outlet temperatures were known, the temperature of the air inside the box is more complicated to assess. Knowing the temperature while not necessary to analyzing the balance between the energy leaving the enclosure with the air, and the energy entering as solar flux is necessary to estimate losses through the walls of the enclosure. A typical practice is to use a temperature that is the average of the temperature at either end of the enclosure. This works out to 110.

5 Analysis: Below is a tabulated list of variables used in the calculation. Parameters Value/Formula Unit Description t w m Thickness of the window k w 0.19 W/m-K Thermal conductivity of the window A w m 2 Area of the window h t s k s A s 20 W/ m 2 -K Convective coefficient of air at sea level, 2.2 m/s m Thickness of the sides of the box 0.13 W/m-K Thermal conductivity of the sides m 2 Area of the sides of the box Q m 3 /s Volumetric flowrate through the box ρ 1.2 kg/ m 3 Air density at sea level ṁ Mass flow rate through the box, calculated from (Q)( ρ) kg/s density and volumetric flowrate c kj/kg-k The constant pressure heat capacity of air at 40 T Out T In K The desired output temperature, converted to K K The estimated input temperature, converted to K q solar 250 W/ m 2 The estimated solar flux (T Out+T In ) T Coll 2 T amb T In K K The estimated air/wall temperature inside the enclosure The ambient temperature of the surroundings Fig. 6

6 The calculations for the area of the different panels, mass flow rate, and interior temperature will not be covered in depth due to the trivial nature of the calculations. The model is primarily based on the concept of energy balance in a control volume. The heat transfer in and out of the collector can be summarized in three components: 1. The incoming heat due to solar flux, according to the equation: E solar = q solar A w 2. The outgoing heat due to mass flow out of the control volume. The energy, also taking into account the incoming air is: c(t ) E flow = ṁ Out T In 3. The heat loss through the walls of the enclosure E loss = [T Coll T amb] [ ] tw kwaw + haw 1 1 ts ks2as + 1 h2as Together these terms form an energy balance that should, ideally, sum to zero: 0 = E Total = Esolar E flow E loss A program was written in Matlab to calculate the total energy difference. clc, clear all, clear, format compact % Energy Balance Collector Calculations % All units in SI tw = % m kw = 0.19 % W/m K Aw = % m^2 h = 20 % W/m^2 K, assumed from 5 mph outside wind ts = % m ks = 0.13 % W/m K As = % m^2 RNet = ((1/((tw/(kw*Aw))+(1/(h*Aw)))) + (1/(ts/(ks*2*As))+(1/(h*2*As))))^ 1 Q = % m^3/s, from 345 cubic feet per minute from rooftop exhaust fan rho = 1.2 %kg/m^3 mdot = Q * rho c = % kj/kg K, assumed 40 degrees celsius

7 Tout = %K, converted from 150 F << what we want Tin = %assume worse case, 70 degrees F Qsolar = 250 %W/m^2, wiki look up for average sunlight Tcoll = (Tin + Tout) / 2 Tamb = Tin DeltaE1 = 1000*( mdot * c * (Tout Tin)) DeltaE2 = (Qsolar * Aw) DeltaE3 = ((Tcoll Tamb)/RNet) DeltaEnergy = DeltaE1 + DeltaE2 DeltaE3 Using the initial values tabulated above, the code yields the following results: DeltaE1 = e+03 DeltaE2 = DeltaE3 = DeltaEnergy = e+03 It is clear the the energy is strongly imbalanced towards energy leaving the volume. In practical terms this means that the solar energy coming in to the system is not enough to heat the large volume of air passing through the system (by a huge margin.) Additionally, even with zero air flow, the heat losses through the walls are greater than the incoming solar heat. While the design is proven to be a failure, the model is successful, and has identified and quantified several important characteristics of the system. From these calculations we have learned the current design: 1. Has too much airflow for solar power to support. The solar heat rate is at least two orders of magnitude less than the outgoing heat by air flow. An area for incoming heat flow of more than 100 times the initial area (Aw) is obviously infeasible, so the airflow needs to be decreased. 2. Loses too much heat to the surroundings to maintain the required inside temperature, even at zero air flow. (32 watts in, 60 watts out) This means that a better ratio of windowed panels to solid panels is needed, or a material selection/design that increases in the insulation of the enclosure. Simply increasing the small windowed space (roughly 1.5 sq ft by a factor of 5 puts the energy balance back in favor of generating energy while maintaining T coll. Similarly, doubling the thickness of the materials, or halving their thermal conductivities will bring the balance to zero. Recommendations For Design Improvements: I. Reduce airflow. This can be done in a number of ways. One is to size a smaller fan. However the 12 vent turbine we sourced is already on the small end of the spectrum for these devices; alternatives would likely have to be electrical in nature, which impacts robustness and simplicity. Another way to reduce air flow is by increasing the pressure

8 II. III. losses acting on the turbine. An in depth fluid analysis of the drier is in order to better estimate these losses. It is possible that the air will lose enough pressure having to pass through a fully loaded tray of fruit. Or obstructions could be added to increase back pressure. A serpentine arrangement that frequently changes air direction could be designed to increase head loss, while at the same time ensuring more uniform air flow over the fruit. The turbine could also be throttled by separating its inlet such that it is also sucking air in from the surroundings, without drawing it through the machine. This effectively takes a fraction of the airflow the vent generates and uses it to pump air from the surroundings back into the surroundings, a simple but inefficient way to throttle airflow. The area open to sunlight needs to be greater. The main chamber (drying chamber) should also have transparent panels. The walls should be designed to hold more heat. Greater thickness adds cost, so a more elegant solution should be sought out. A common practice is an air gap laminated between two solid wall layers. A solution may be panels that are square wooden frames, wrapped with transparent plastic tarp, and stapled, such that the end product is a volume of air enclosed by plastic tarp. The panel would let sunlight in, while costing less than a polycarb panel, and weighing less than a plywood panel. It would also insulate better than either (air has a very low thermal conductivity). The panels would likely cost less as well. This analysis has generated useful design data, and more importantly a useful design tool. Changes in geometry, materials, and other characteristics and quickly be numerically evaluated to determine how they affect the system. Further design changes will not carry the slowing burden of complicated analysis. Further analysis should be done in both the fluid mechanics of the system as a whole, and heat transfer in the drying module itself.

Feasibility study of a roof top Solar room heater

Feasibility study of a roof top Solar room heater Feasibility study of a roof top Solar room heater Tejinder Kumar Jindal Assistant Professor Aerospace Engineering Department PEC University of Technology Chandigarh Abstract: The present work describes

More information

THERMAL ANALYSIS OF A FACADE-MOUNTED PV ARRAY

THERMAL ANALYSIS OF A FACADE-MOUNTED PV ARRAY SESCI 23 CONFERENCE Queen's University Kingston, Ontario, Canada August 18 to 2, 23 THERMAL ANALYSIS OF A FACADE-MOUNTED PV ARRAY S. J. Harrison 1, A. Driesse 2, Q. Lin 1 1 Queen's University, Solar Calorimetry

More information

Exergy analysis of a flat plate solar collector

Exergy analysis of a flat plate solar collector Exergy analysis of a flat plate solar collector Sunil Chamoli GRDIMT Dehradun, Uttarakhand, India Abstract In this study, exergetic performance analysis of flat plate solar collector has been carried out

More information

Technical Information

Technical Information General Applications Process Applications Determining Heat Energy Lost The objective of any heating application is to raise or maintain the temperature of a solid, liquid or gas to or at a level suitable

More information

Observation of Liquid-filled Window without Presence of Liquid in Test Chamber

Observation of Liquid-filled Window without Presence of Liquid in Test Chamber SSP - JOURNAL OF CIVIL ENGINEERING Vol. 11, Issue 2, 2016 DOI: 10.1515/sspjce-2016-0020 Observation of Liquid-filled Window without Presence of Liquid in Test Chamber Ján Lojkovics Technical University

More information

Heat Load Calculation for the Design of Environmental Control System of a Light Transport Aircraft

Heat Load Calculation for the Design of Environmental Control System of a Light Transport Aircraft International Journal of Scientific & Engineering Research, Volume 7, Issue 5, May-2016 249 Heat Load Calculation for the Design of Environmental Control System of a Light Transport Aircraft Rahul Mohan.P1,

More information

Evaluation of efficiency and collector time constant of a solar flat plate collector

Evaluation of efficiency and collector time constant of a solar flat plate collector Evaluation of efficiency and collector time constant of a solar flat plate collector Abhijit Devaraj 1, Abhishek Hiremath 2, Akshay R Patil 3, Krushik B N 4 Department of Mechanical Engineering, BMS College

More information

40-Ton Articulated Truck Cooling System Modelling Using STAR-CCM+

40-Ton Articulated Truck Cooling System Modelling Using STAR-CCM+ 40-Ton Articulated Truck Cooling System Modelling Using STAR-CCM+ Gary Yu, Martin Timmins and Mario Ciaffarafa DENSO Marston Ltd, Bradford, BD17 7JR, UK DENSO Marston Founded in 1904 Acquired by DENSO

More information

Chapter Six{ TC "Chapter Six" \l 1 } System Simulation

Chapter Six{ TC Chapter Six \l 1 } System Simulation Chapter Six{ TC "Chapter Six" \l 1 } System Simulation In the previous chapters models of the components of the cooling cycle and of the power plant were introduced. The TRNSYS model of the power plant

More information

A Solar Wall System Utilized in Rural Houses of Northeast China

A Solar Wall System Utilized in Rural Houses of Northeast China A Solar Wall System Utilized in Rural Houses of Northeast China Tiantian Zhang and Yufei Tan in rural buildings, for instance, only 16.4% of the investigated houses employ solar energy to produce hot water

More information

ANSI/ASHRAE STANDARD , METHODS OF TESTING CHILLED BEAMS

ANSI/ASHRAE STANDARD , METHODS OF TESTING CHILLED BEAMS ANSI/ASHRAE STANDARD 200-2015, METHODS OF TESTING CHILLED BEAMS NEMIC 2017 Agenda 1. Foreword 2. Purpose & Scope 3. Definitions 4. Instrumentation & Facilities 5. Test Methods 6. Reporting 7. Normative

More information

When R-Value Doesn t Measure Up

When R-Value Doesn t Measure Up C. J. Schumacher B.Tech (Arch.Sci.), B.A.Sc.(Civ.Eng.), M.A.Sc.(Bldg.Sci.) When R-Value Doesn t Measure Up NESEA Building Energy10 Outline Why R-Values? Heat, Temperature & Heat Flow Insulating Materials

More information

Chapters 5, 6, and 7. Use T 0 = 20 C and p 0 = 100 kpa and constant specific heats unless otherwise noted. Note also that 1 bar = 100 kpa.

Chapters 5, 6, and 7. Use T 0 = 20 C and p 0 = 100 kpa and constant specific heats unless otherwise noted. Note also that 1 bar = 100 kpa. Chapters 5, 6, and 7 Use T 0 = 20 C and p 0 = 100 kpa and constant specific heats unless otherwise noted. Note also that 1 bar = 100 kpa. 5-1. Steam enters a steady-flow device at 16 MPa and 560 C with

More information

OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT

OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT UNIT 47: Engineering Plant Technology Unit code: F/601/1433 QCF level: 5 Credit value: 15 OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT 2 Be able to apply the steady flow energy equation (SFEE) to plant and equipment

More information

Effect of Distance between Double Glazing on the Performance of a Solar Thermal Collector Control

Effect of Distance between Double Glazing on the Performance of a Solar Thermal Collector Control Journal of Mechanics Engineering and Automation 5 (215) 161-166 doi: 117265/2159-5275/21534 D DAVID PUBLISHING Effect of Distance between Double Glazing on the Performance of a Solar Thermal Collector

More information

Airspace R-Values. Educational Overview. Revised 12/6/2016

Airspace R-Values. Educational Overview. Revised 12/6/2016 Airspace R-Values Educational Overview Revised 12/6/2016 Introduction Airspaces contained within building envelope assemblies are known to contribute to thermal performance. But, the actual R-value for

More information

Design Considerations for Flat Plate Solar Water Heater System

Design Considerations for Flat Plate Solar Water Heater System Design Considerations for Flat Plate Solar Water Heater System 1* P. P.Patil, 2 Dr.D.S.Deshmukh. 1* Assi. Prof., Mech. Engg. Department, SGDCOE Jalgaon.MS India 2 Professor, Mech. Engg. Department, SSBT

More information

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI I. Background theory. 1. Heat transfer processes: a) heat conduction: energy flux, energy flux density, coefficient

More information

AR No. # - Solar Thermal

AR No. # - Solar Thermal AR No. # - Solar Thermal Recommendation We recommend installing a solar thermal array on the building roof. This will provide an alternative source for 10% of the facilities energy consumption and reduce

More information

Design of Experiment for Solar Water Heater Performance Analysis

Design of Experiment for Solar Water Heater Performance Analysis Design of Experiment for Solar Water Heater Performance Analysis Mr. M.V. Kulkarni 1, Dr. D. S Deshmukh 2, 1 Asst. Professor, Department of Mechanical Engineering, SSBT'S COLLEGE OF ENGINEERING AND TECHNOLOGY,

More information

A BASIC IMMERSION FIRETUBE FLOWNEX MODEL

A BASIC IMMERSION FIRETUBE FLOWNEX MODEL A BASIC IMMERSION FIRETUBE FLOWNEX MODEL This case study demonstrates the implementation of a basic immersion firetube model in Flownex and presents natural draft and forced draft examples. OIL AND GAS

More information

1/58 Components of solar systems

1/58 Components of solar systems 1/58 Components of solar systems storage heat exchangers safety and protection devices air vents, check valve control & measurement Thermosiphon circulation system 2/58 circulation induced by buoyancy

More information

SOLAR PHOTOVOLTAIC ASI GLASS E. ASI Glass. Integrated Architecture Powered by the Sun

SOLAR PHOTOVOLTAIC ASI GLASS E. ASI Glass. Integrated Architecture Powered by the Sun SOLAR PHOTOVOLTAIC ASI GLASS E Integrated Architecture Powered by the Sun BIPV Building Integrated Photovoltaics with All the benefits of glass plus integrated solar power Whether a facade or a roof, today

More information

A calculation model for Trombe walls and its use as a passive cooling technique

A calculation model for Trombe walls and its use as a passive cooling technique International Conference Passive and Low Energy Cooling 365 for the Built Environment, May 5, Santorini, Greece A calculation model for Trombe walls and its use as a passive cooling technique Á. Ruiz,

More information

MEASUREMENTS AND BENCHMARK OF PV-T COLLECTORS ACCORDING TO EN12975 AND DEVELOPMENT OF A STANDARDIZED MEASUREMENT PROCEDURE

MEASUREMENTS AND BENCHMARK OF PV-T COLLECTORS ACCORDING TO EN12975 AND DEVELOPMENT OF A STANDARDIZED MEASUREMENT PROCEDURE MEASUREMENTS AND BENCHMARK OF PV-T COLLECTORS ACCORDING TO EN12975 AND DEVELOPMENT OF A STANDARDIZED MEASUREMENT PROCEDURE P.Hofmann 1, P. Dupeyrat 1,2*, K.Kramer 1, M.Hermann 1 and G. Stryi-Hipp 1 1 Fraunhofer

More information

MECHANICAL ENGINEERING THERMAL AND FLUID SYSTEMS STUDY PROBLEMS

MECHANICAL ENGINEERING THERMAL AND FLUID SYSTEMS STUDY PROBLEMS MECHANICAL ENGINEERING THERMAL AND FLUID SYSTEMS STUDY PROBLEMS PRINCIPLES: THERMODYNAMICS & ENERGY BALANCES 1 Copyright 2018. All rights reserved. How to use this book The exam specifications in effect

More information

CONTROL VOLUME ANALYSIS USING ENERGY. By Ertanto Vetra

CONTROL VOLUME ANALYSIS USING ENERGY. By Ertanto Vetra CONTROL VOLUME ANALYSIS USING ENERGY 1 By Ertanto Vetra Outlines Mass Balance Energy Balance Steady State and Transient Analysis Applications 2 Conservation of mass Conservation of mass is one of the most

More information

HEAT RECUPERATION IN VENTILATION SYSTEM OF BASEMENT LABORATORY

HEAT RECUPERATION IN VENTILATION SYSTEM OF BASEMENT LABORATORY HEAT RECUPERATION IN VENTILATION SYSTEM OF BASEMENT LABORATORY Alena Krofova, Pavel Kic Czech University of Life Sciences Prague krofovaa@tf.czu.cz, kic@tf.czu.cz Abstract. Basement spaces in many university

More information

White Paper. Nortec Stainless Steel Air Gap Insulation. Written by: William Truong November 9, Updated by: Jake D Aloisio June 22, 2015

White Paper. Nortec Stainless Steel Air Gap Insulation. Written by: William Truong November 9, Updated by: Jake D Aloisio June 22, 2015 White Paper Written by: William Truong November 9, 2010 Updated by: Jake D Aloisio June 22, 2015 Nortec Stainless Steel Air Gap Insulation Introduction Every system should be designed to operate at optimum

More information

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE S447 THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE by Bojan V. ANDJELKOVIĆ *,a, Branislav V. STOJANOVIĆ b, Mladen M. STOJILJKOVIĆ b, Jelena N. JANEVSKI

More information

Air Cycle Refrigeration Systems Nagendra M CBM Engineer, Hindusthan Zink.Ltd The specific objectives of the lesson This lesson discusses various gas cycle refrigeration systems based on air, namely: 1.

More information

Calculation and Fabrication of a Solar Flat Plate Collector Efficiency using Mild Steel as Absorber Plate

Calculation and Fabrication of a Solar Flat Plate Collector Efficiency using Mild Steel as Absorber Plate IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 08 February 2017 ISSN (online): 2349-784X Calculation and Fabrication of a Solar Flat Plate Collector Efficiency using Mild

More information

Experimental Investigation of a New Solar Flat Plate Collector

Experimental Investigation of a New Solar Flat Plate Collector Abstract Research Journal of Engineering Sciences ISSN 2278 9472 Experimental Investigation of a New Solar Flat Plate Collector Raj Thundil Karuppa R. 1, Pavan P. 2 and Reddy Rajeev D. 3, School of Mechanical

More information

Solar Energy Technologies

Solar Energy Technologies 1 Solar Energy Technologies ME 430 Queen s University The Solar Energy Resource Varies over day and year, (i.e., intermittent) Generally non-dispatchable Ottawa average for year ~4 kwh/m 2 per day e.g.,

More information

Energy Efficiency & Renewable Energy Resources

Energy Efficiency & Renewable Energy Resources Energy Efficiency & Renewable Energy Resources Discuss with your table partner: What is the difference between energy conservation and energy efficiency? Give an example of each. Improving the percentage

More information

Thermal Analysis of Solar Flat Plate Collector

Thermal Analysis of Solar Flat Plate Collector Thermal Analysis of Solar Flat Plate Collector # Yakoob Kolipak,Associate Professor, ME Dept, E-mail:yakoob.cjits @gmail.com # Kranthi Kumar Guduru,Assistant Professor,ME Dept, E-mail: kranthicjits1@gmail.com

More information

ENGG 3260: Thermodynamics. Home Assignment 2 (Chapter 2)

ENGG 3260: Thermodynamics. Home Assignment 2 (Chapter 2) ENGG 60: Thermodynamics Home Assignment (Chapter ) 1. A person gets into an elevator at the lobby level of a hotel together with his 0-kg suitcase, and gets out at the 10 th floor 5 m above. Determine

More information

A Steady State Thermal Model For Photovoltaic/Thermal (PV/T) System Under Various Conditions

A Steady State Thermal Model For Photovoltaic/Thermal (PV/T) System Under Various Conditions A Steady State Thermal Model For Photovoltaic/Thermal (PV/T) System Under Various Conditions R. K. Koech, H. O Ondieki, J. K. Tonui, S. K Rotich Abstract:- The increasing environmental concerns and the

More information

Laboratory tests on domestic gas and oil boilers

Laboratory tests on domestic gas and oil boilers Laboratory tests on domestic gas and oil boilers Reference no. STP10/B08 Date last amended 28 June 2010 Date originated 28 June 2010 Author(s) Alan Shiret and John Hayton, BRE Summary A series of detailed

More information

THERMAL ENVIRONMENT OF OUTDOOR UNITS OF VRV SYSTEM IN HIGH- RISE BUILDING. Gang Wang, Yafeng Hu, and Songtao Hu

THERMAL ENVIRONMENT OF OUTDOOR UNITS OF VRV SYSTEM IN HIGH- RISE BUILDING. Gang Wang, Yafeng Hu, and Songtao Hu THERMAL ENVIRONMENT OF OUTDOOR UNITS OF VRV SYSTEM IN HIGH- RISE BUILDING Gang Wang, Yafeng Hu, and Songtao Hu School of Environmental & Municipal Engineering, Qingdao Technological University, Qingdao

More information

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE Andjelković, V., B.et. al.: Thermal Mass Impact on Energy Performance of A Low, Medium and Heavy S507 THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE by Bojan

More information

Low-Grade Waste Heat Recovery for Power Production using an Absorption-Rankine Cycle

Low-Grade Waste Heat Recovery for Power Production using an Absorption-Rankine Cycle Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2010 Low-Grade Waste Heat Recovery for Power Production using an Absorption-Rankine

More information

Cooling Tower Operation

Cooling Tower Operation Cooling Tower Operation Forced draught cooling towers use the evaporation of a liquid (often water) into air to achieve cooling. The tower often consists of a sprinkler system which wets a high-surface-area

More information

ENERGY SAVING IN BUILDING USING PCM IN WINDOWS

ENERGY SAVING IN BUILDING USING PCM IN WINDOWS ENERGY SAVING IN BUILDING USING PCM IN WINDOWS Rouhollah Ahmadi, Amir Shahcheraghian School of New Technologies, Iran University of Science and Technology Narmak, Tehran, Iran, 1684613114 ABSTRACT The

More information

Attached Solar Greenhouse Plans for a solar heated greenhouse attached to your home

Attached Solar Greenhouse Plans for a solar heated greenhouse attached to your home Attached Solar Greenhouse Plans for a solar heated greenhouse attached to your home Designed and built by New Mexico landscape architect John Mosely for his own Santa Fe home. The solar greenhouse shown

More information

Study and Performance Improvement of Solar Air Heater using Turbo-Ventilator

Study and Performance Improvement of Solar Air Heater using Turbo-Ventilator International Conference on Emerging Engineering Trends and Science (ICEETS 216) Study and Performance Improvement of Solar Air Heater using Turbo-Ventilator Pradhapraj M 1, Associate Professor 1, Aeronautical

More information

Administrative Building Cooling Tower. University of Tennessee Chattanooga

Administrative Building Cooling Tower. University of Tennessee Chattanooga Administrative Building Cooling Tower University of Tennessee Chattanooga Ben Dalton Lab Partner: Murat Ozkaya ENCH 435 Dr. Jim Henry December 2, 2008 Abstract Experimental data was taken at the air inlet

More information

Size: length ft., bay width ft., number of bays: Square feet of floor space: Sq. ft. of bench/floor space covered by crops:

Size: length ft., bay width ft., number of bays: Square feet of floor space: Sq. ft. of bench/floor space covered by crops: Greenhouse Energy Conservation Checklist/Audit (Adapted by A.J. Both, Rutgers University, and Paul Fisher, University of Florida from a checklist developed by John W. Bartok Jr., Professor Emeritus, University

More information

Solar and Wind Energy

Solar and Wind Energy Jerry Hudgins Solar and Wind Energy Department of Electrical Engineering 1 Average Irradiation Data (Annual) from Solarex. The units on the map are in kwh/m 2 /day and represent the minimum case values

More information

In this lecture... Solve problems related to First law of thermodynamics for closed and open systems Heat engines Refrigerators and heat pumps

In this lecture... Solve problems related to First law of thermodynamics for closed and open systems Heat engines Refrigerators and heat pumps 13 1 In this lecture... Solve problems related to First law of thermodynamics for closed and open systems Heat engines Refrigerators and heat pumps 2 Problem 1 A 50 kg iron block at 80 C is dropped into

More information

Exterior Perspective, East End

Exterior Perspective, East End Interior Open Plan Private to Public Gradation Obstruction of Open Plan Exterior Perspective, East End University of Texas at Austin s intends to be an adaptable design using solar power as its inspiration.

More information

SOLAR MODULES FOR ROOFTOP SYSTEMS AND SOLAR PARKS ENGLISH

SOLAR MODULES FOR ROOFTOP SYSTEMS AND SOLAR PARKS ENGLISH SOLAR MODULES FOR ROOFTOP SYSTEMS AND SOLAR PARKS ENGLISH CIS PREMIUM CLASS PHOTOVOLTAICS Our product brand PowerMax represents CIS modules designed and made in Germany to fulfill not only the highest

More information

STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS

STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS 1. ABSTRACT In modern architecture the buildings are often designed with large glass facades or windows. Due to these

More information

In general, passive-solar components can be described by the U-value (heat loss coefficient) and

In general, passive-solar components can be described by the U-value (heat loss coefficient) and SIMULATION OF A PHOTOVOLTAIC HYBRID FACADE Olaf Gutschker and Harald Rogaß Brandenburgische Technische Universität Cottbus Lehrstuhl für Angewandte Physik Postfach 101344, D-03013 Cottbus Germany ABSTRACT

More information

Building Applied and Back Insulated Photovoltaic Modules: Thermal Models. Jaewon Oh

Building Applied and Back Insulated Photovoltaic Modules: Thermal Models. Jaewon Oh Building Applied and Back Insulated Photovoltaic Modules: Thermal Models by Jaewon Oh A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science in Technology Approved

More information

Design and evaluation of open volumetric air receiver for process heat applications

Design and evaluation of open volumetric air receiver for process heat applications Design and evaluation of open volumetric air receiver for process heat applications P. Sharma, R. Sarma, D. Patidar, G. Singh, D. Saini, N. Yadav L. Chandra*, R. Shekhar, P. S. Ghoshdastidar Centre for

More information

Thermal Performance of Thermoelectric Cooler (TEC) Integrated Heat Sink and Optimizing Structure for Low Acoustic Noise / Power Consumption

Thermal Performance of Thermoelectric Cooler (TEC) Integrated Heat Sink and Optimizing Structure for Low Acoustic Noise / Power Consumption Thermal Performance of Thermoelectric Cooler () Integrated Heat Sink and Optimizing Structure for Low Acoustic Noise / Power Consumption Masami Ikeda, Toshiaki Nakamura, Yuichi Kimura, Hajime Noda The

More information

Estimation of Boil-off-Gas BOG from Refrigerated Vessels in Liquefied Natural Gas Plant

Estimation of Boil-off-Gas BOG from Refrigerated Vessels in Liquefied Natural Gas Plant International Journal of Engineering and Technology Volume 3 No. 1, January, 2013 Estimation of Boil-off-Gas BOG from Refrigerated Vessels in Liquefied Natural Gas Plant Wordu, A. A, Peterside, B Department

More information

Live Transportation Research and Improvement Initiatives

Live Transportation Research and Improvement Initiatives Live Transportation Research and Improvement Initiatives MLF Transport Working Committee As a major chicken processor in Canada, MLF recognizes the critical need to identify improved live bird transportation

More information

Thermal Accumulation in Solar Systems for Hot Water Abstract 1. Introduction

Thermal Accumulation in Solar Systems for Hot Water Abstract 1. Introduction Thermal Accumulation in Solar Systems for Hot Water Stanko Vl. Shtrakov, Anton Stoilov South - West University Neofit Rilski, Dept of Physics, 66 Ivan Mihailov Str., 2700 - Blagoevgrad, BULGARIA, E-mail:

More information

Design Optimization of a Non-evacuated CPC Collector

Design Optimization of a Non-evacuated CPC Collector Design Optimization of a Non-evacuated CPC Collector Dariush Zare a,*, Hossein Ebadi a a Biosystems Engineering Department, College of Agriculture, Shiraz University, Shiraz, Fars, Iran * Corresponding

More information

SOLAR COOLING: STATE OF THE ART, TECHNICAL ANALYSIS AND FIRSTS APPLICATIONS

SOLAR COOLING: STATE OF THE ART, TECHNICAL ANALYSIS AND FIRSTS APPLICATIONS SOLAR COOLING: STATE OF THE ART, TECHNICAL ANALYSIS AND FIRSTS APPLICATIONS F. Asdrubali, G. Baldinelli, A. Presciutti, M. Caporali University of Perugia - Industrial Engineering Department, Via G. Duranti

More information

White Paper ENVELOPE-FIRST APPROACH TO NET-ZERO ENERGY BUILDINGS

White Paper ENVELOPE-FIRST APPROACH TO NET-ZERO ENERGY BUILDINGS BOULDER CHICAGO NASHVILLE SALT LAKE CITY SAN FRANCISCO SPRINGFIELD, MO WASHINGTON, DC 2540 Frontier Avenue, Suite 100 Boulder, Colorado 80301 303.444.4149 White Paper ENVELOPE-FIRST APPROACH TO NET-ZERO

More information

FEDERATION TOWER MOSCOW DIFFERENT ROOM CLIMATES UNDER ONE ROOF

FEDERATION TOWER MOSCOW DIFFERENT ROOM CLIMATES UNDER ONE ROOF FEDERATION TOWER MOSCOW DIFFERENT ROOM CLIMATES UNDER ONE ROOF Oliver Baumann 1, and Claudius Reiser 1/2 1 Ebert & Baumann Consulting Engineers, Washington, D.C. 2 Ebert-Ingenieure GmbH &Co. KG, Munich,

More information

Validation of Numerical Modeling of Air Infiltration through Building Entrance Doors

Validation of Numerical Modeling of Air Infiltration through Building Entrance Doors Validation of Numerical Modeling of Air Infiltration through Building Entrance Doors Sherif Goubran, Dahai Qi, Wael F. Saleh, Liangzhu (Leon) Wang, Radu Zmeureanu Department of Building, Civil and Environmental

More information

Turbine subsystems include: What is wind energy? What is a wind turbine and how does it work?

Turbine subsystems include: What is wind energy? What is a wind turbine and how does it work? What is wind energy? In reality, wind energy is a converted form of solar energy. The sun's radiation heats different parts of the earth at different rates-most notably during the day and night, but also

More information

Design and distribution of air nozzles in the biomass boiler assembly

Design and distribution of air nozzles in the biomass boiler assembly TRANSACTIONS OF THE INSTITUTE OF FLUID-FLOW MACHINERY No. 125, 2013, 13 28 KAROL RONEWICZ, TOMASZ TURZYŃSKI, DARIUSZ KARDAŚ Design and distribution of air nozzles in the biomass boiler assembly The Szewalski

More information

Waste Heat Recovery with Organic Rankine Cycle Technology

Waste Heat Recovery with Organic Rankine Cycle Technology Power Generation Waste Heat Recovery with Organic Rankine Cycle Technology Power Generation with the Siemens ORC-Module Scan the QR code with the QR code reader in your mobile! www.siemens.com / energy

More information

ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS

ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS Topic B4: Ventilation ASSESSMENT OF AIR CHANGE RATE AND CONTRIBUTION RATIO IN IDEALIZED URBAN CANOPY LAYERS BY TRACER GAS SIMULATIONS Qun WANG 1, Mats SANDBERG 2, Jian HANG 1* 1 Department of Atmospheric

More information

Thermal Characteristics and Energy Performance of Double Skin. Façade System in the Hot Summer and Cold Winter Zone

Thermal Characteristics and Energy Performance of Double Skin. Façade System in the Hot Summer and Cold Winter Zone Thermal Characteristics and Energy Performance of Double Skin Façade System in the Hot Summer and Cold Winter Zone L.F. Shu 1, G.Q. He 1,*, S.M. Zhang 1 and Q.A. Bai 2 1 College of Civil Engineering and

More information

Selecting Energy Efficient New Windows in Tennessee

Selecting Energy Efficient New Windows in Tennessee Selecting Energy Efficient New Windows in Tennessee www.efficientwindows.org January 06 STAR Zones. Meet the Energy Code & Look for the STAR Windows must comply with your local energy code. Windows that

More information

Green Energy Products

Green Energy Products Synapse International 17212 Triana Drive Oklahoma City, OK 73170-6615 Ground Source Heat Pumps Florida Heat Pump Units Small units from ¾ ton to 6 tons, Large units from 6 to 60 tons. Also, water to water

More information

MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2

MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2 Eleventh International IBPSA Conference Glasgow, Scotland July 27-30, 2009 MODELLING BUOYANCY INDUCED FLOWS OF PASSIVE COOLING SYSTEMS Pedro Correia da Silva 1, Vítor Leal 1 and J. Correia da Silva 2 1

More information

Numerical Modelling of Air Distribution in the Natatorium Supported by the Experiment

Numerical Modelling of Air Distribution in the Natatorium Supported by the Experiment Proceedings of the World Congress on Mechanical, Chemical, and Material Engineering (MCM 2015) Barcelona, Spain July 20-21, 2015 Paper No. 277 Numerical Modelling of Air Distribution in the Natatorium

More information

Chapter 13 Renewable Energy and Conservation

Chapter 13 Renewable Energy and Conservation Chapter 13 Renewable Energy and Conservation Overview of Chapter 13 Direct Solar Energy Indirect Solar Energy Wind Biomass Hydropower Geothermal Tidal High and Low Technology Energy Solutions Direct Solar

More information

Selecting Energy Efficient New Windows in Nevada

Selecting Energy Efficient New Windows in Nevada Selecting Energy Efficient New Windows in Nevada www.efficientwindows.org January 06 STAR Zones. Meet the Energy Code & Look for the STAR Windows must comply with your local energy code. Windows that are

More information

The Art of Thermal Mass Modeling for Energy Conservation in Buildings, Part 2

The Art of Thermal Mass Modeling for Energy Conservation in Buildings, Part 2 The Art of Thermal Mass Modeling for Energy Conservation in Buildings, Part 2 Linda Lam is a Project Engineer at Transsolar, Inc. She has a traditional mechanical engineering background with an energetic

More information

Selecting Energy Efficient New Windows in Illinois

Selecting Energy Efficient New Windows in Illinois Selecting Energy Efficient New Windows in Illinois www.efficientwindows.org January 016 ENERGY STAR Zones 1. Meet the Energy Code & Look for the ENERGY STAR Windows must comply with your local energy code.

More information

Hydrogen oxygen steam generator integrating with renewable energy resource for electricity generation

Hydrogen oxygen steam generator integrating with renewable energy resource for electricity generation Available online at www.sciencedirect.com Energy Procedia 29 (2012 ) 12 20 World Hydrogen Energy Conference 2012 Hydrogen oxygen steam generator integrating with renewable energy resource for electricity

More information

BUILDING ENERGY NEEDS with particular attention paid to THERMAL INSULATION

BUILDING ENERGY NEEDS with particular attention paid to THERMAL INSULATION BILDING ENERGY NEEDS with particular attention paid to keep the heat in keep the heat in keep the heat in keep the heat in keep the heat in keep the heat in keep the heat in HERMAL INSLAION keep the heat

More information

POST OCCUPANCY DESIGN INERVENTION TO IMPROVE COMFORT AND ENERGY PERFORMANCE IN A DESERT HOUSE

POST OCCUPANCY DESIGN INERVENTION TO IMPROVE COMFORT AND ENERGY PERFORMANCE IN A DESERT HOUSE POST OCCUPANCY DESIGN INERVENTION TO IMPROVE COMFORT AND ENERGY PERFORMANCE IN A DESERT HOUSE Vidar Lerum Arizona State University P O Box 871605, Tempe, AZ, 85287-1605, USA vidar.lerum@asu.edu Venkata

More information

Modeling and analyzing solar cooling systems in Polysun

Modeling and analyzing solar cooling systems in Polysun Modeling and analyzing solar cooling systems in Polysun Seyed H. Rezaei (seyed.rezaei@velasolaris.com) 1 Andreas Witzig (andreas.witzig@velasolaris.com) 1 Michael Pfeiffer (michael.pfeiffer@velasolaris.com)

More information

Sub Wet-Bulb Evaporative Chiller

Sub Wet-Bulb Evaporative Chiller Emerging Technologies Sub Wet-Bulb Evaporative Chiller Prepared by: Emerging Products Customer Service Southern California Edison June 2015 Acknowledgments Southern California Edison s Emerging Products

More information

Selecting Energy Efficient Replacement Windows in Arizona

Selecting Energy Efficient Replacement Windows in Arizona Selecting Energy Efficient Replacement Windows in Arizona www.efficientwindows.org January 016 ENERGY STAR Zones 1. Meet the Energy Code & Look for the ENERGY STAR Windows must comply with your local energy

More information

Performance of a counterflow heat exchanger with heat loss through the wall at the cold end

Performance of a counterflow heat exchanger with heat loss through the wall at the cold end Cryogenics 39 (1999) 43 5 Performance of a counterflow heat exchanger with heat loss through the wall at the cold end S. Pradeep Narayanan, G. Venkatarathnam * Department of Mechanical Engineering, Indian

More information

COOLING TOWER DESIGN FOR CENTRAL GENERATORS OF CUET, BANGLADESH. Mohammad Sharif Khan, Golam Mainuddin, Abu Sadat Mohammad Sayem, Nadeem Nafis

COOLING TOWER DESIGN FOR CENTRAL GENERATORS OF CUET, BANGLADESH. Mohammad Sharif Khan, Golam Mainuddin, Abu Sadat Mohammad Sayem, Nadeem Nafis Proceedings of the 4 th BSME-ASME International Conference on Thermal Engineering 7-9 December, 008, Dhaka, Bangladesh COOLING TOWER DESIGN FOR CENTRAL GENERATORS OF CUET, BANGLADESH. Mohammad Sharif Khan,

More information

ERT 318/4 UNIT OPERATIONS SEMESTER 1 (2013/2014)

ERT 318/4 UNIT OPERATIONS SEMESTER 1 (2013/2014) ERT 318/4 UNIT OPERATIONS SEMESTER 1 (2013/2014) WATER COOLING TOWER School of Bioprocess Engineering University Malaysia Perlis EXPERIMENT Water Cooling Tower 1.0 OBJECTIVES 1.1 To determine energy and

More information

Numerical Simulation of a Building Envelope with High Performance Materials

Numerical Simulation of a Building Envelope with High Performance Materials Excerpt from the Proceedings of the COMSOL Conference 2010 Paris Numerical Simulation of a Building Envelope with High Performance Materials Mohammad H. Baghban *1, Per J. Hovde 1 and Arild Gustavsen 2

More information

Hydro Electric Power (Hydel Power)

Hydro Electric Power (Hydel Power) Operating Principle Hydro Electric Power (Hydel Power) Hydro-electric power is generated by the flow of water through turbine, turning the blades of the turbine. A generator shaft connected to this turbine

More information

Cooling Ceiling Panel

Cooling Ceiling Panel A Study on the Performance of Cooling Ceiling Panel Dr. Chirdpun Vitooraporn 1 and Aryut Wattanawanichakorn 2 1 Lecturer at Building Technology and Environment Laboratory, 2 Former graduate student Mechanical

More information

Development of Energy-Saving High-Performance Continuous Carburizing Furnace

Development of Energy-Saving High-Performance Continuous Carburizing Furnace TECHNICAL REPORT Development of Energy-Saving High-Performance Continuous Carburizing Furnace M. MINAMIGUCHI T. SAITOU Koyo Thermo Systems Co., Ltd. and JTEKT Corporation have jointly developed an energy-saving

More information

THERMAL ANALYSIS OF CPU WITH VARIABLE BASEPLATE HEAT- SINK USING CFD

THERMAL ANALYSIS OF CPU WITH VARIABLE BASEPLATE HEAT- SINK USING CFD THERMAL ANALYSIS OF CPU WITH VARIABLE BASEPLATE HEAT- SINK USING CFD Channamallikarjun Department of Mechanical Engineering, BKIT-Bhalki-585328 Abstract The computational fluid dynamics is concentrated

More information

DEVELOPMENT AND CONSTRUCTION OF BIOCLIMATIC DOUBLE SKIN ACTIVE FACADE FOR HOT AND HUMID CLIMATE OF UAE

DEVELOPMENT AND CONSTRUCTION OF BIOCLIMATIC DOUBLE SKIN ACTIVE FACADE FOR HOT AND HUMID CLIMATE OF UAE DEVELOPMENT AND CONSTRUCTION OF BIOCLIMATIC DOUBLE SKIN ACTIVE FACADE FOR HOT AND HUMID CLIMATE OF UAE Eng. Ray Karbor MSc. Director Engenius Green Technology FZE RAK, UAE & Ex-Sustainability Manager Reem

More information

Comparison of Thermal Behavior of Solar Ponds with Flat (or Conventional) and Corrugated Bottom

Comparison of Thermal Behavior of Solar Ponds with Flat (or Conventional) and Corrugated Bottom International Journal of Scientific and Research Publications, Volume 3, Issue 3, March 213 1 Comparison of Thermal Behavior of Solar Ponds with Flat (or Conventional) and Corrugated Bottom U. K. Sinha

More information

Chapter 4: The Laying Yard

Chapter 4: The Laying Yard UNP-25 Shiitake Mushroom Production on Logs Chapter 4: The Laying Yard The laying yard is where inoculated logs are stored while the spawn runs. This may be inside or outside. How logs are stacked and

More information

Chapter 8. Vapor Power Systems

Chapter 8. Vapor Power Systems Chapter 8 Vapor Power Systems Introducing Power Generation To meet our national power needs there are challenges related to Declining economically recoverable supplies of nonrenewable energy resources.

More information

Welcome to Session 8. Watt s Up with Solar Energy?

Welcome to Session 8. Watt s Up with Solar Energy? Long Beach, California August 14-17, 2005 The Solutions Network Welcome to Session 8 Watt s Up with Solar Energy? Long Beach, California August 14-17, 2005 Solar Ventilation Air Preheating Transpired Solar

More information

2012 CLEAResult All rights reserved. Residential Energy Efficiency

2012 CLEAResult All rights reserved. Residential Energy Efficiency Residential Energy Efficiency Presenter Bio Jaymar Davis, PE, CEM, CLEP, CMVP, CEA Sr. Field Engineering Manager 10 Years experience in energy efficiency Johnson Controls, Kohler Co. Certifications: Licensed

More information

ScienceDirect. Influence of the balcony glazing construction on thermal comfort of apartments in retrofitted large panel buildings

ScienceDirect. Influence of the balcony glazing construction on thermal comfort of apartments in retrofitted large panel buildings Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 108 (2015 ) 481 487 7th Scientific-Technical Conference Material Problems in Civil Engineering (MATBUD 2015) Influence of the

More information