Final Year Project Report: Micro Refrigerator
Final Year Project Report: Micro Refrigerator
MICRO REFRIGERATOR
CERTIFICATE OF APPROVAL
It is certified that the project work analysis contained in this thesis has been carried out under
the Supervision of Engr. Kamal Ud Din Kazmi, at Islam College of Engineering &
Management Sciences, Sialkot. It is fully adequate in scope and in quality, as a synopsis for
the degree of B.Sc. Mechanical Engineering.
Supervisor____________________________
Engr. Kamal Ud Din Kazmi
MICRO REFRIGERATOR
Submitted by:
M. Waseem 2014-UET-ICEMS-MECH-18
______________________________________
Engr. Kamal Ud Din Kazmi
Mechanical Department
Head of Department
________________________________________
DECLARATION
It is declared that this is original piece of our own work, except where otherwise
acknowledged in text and references. This work has not been submitted in any form for
another degree or diploma at any university or other institution for tertiary education and
shall not be submitted by us in future for obtaining any degree from this or any other
university or institution.
_________________
_________________
Tehreem Abid
2014-UET-ICEMS-MECH-30
_________________
Azhar Younis
2014-UET-ICEMS-MECH-28
_________________
M. Waseem
2014-UET-ICEMS-MECH- 18
ACKNOWLEDGEMENTS
First of all, authors are most thankful to ALLAH ALMIGHTY whose benevolence rendered
them to achieve the prestigious goals of study. They are indebted and grateful to HIM who
gave them knowledge, motivation and strength to struggle for the completion of this project.
The authors would like to extend their heartfelt gratitude to their parents, families and
teachers who encouraged, guided and supported us from the initial to the final level which
helped in the execution of this project to the best of our capabilities.
The authors are also very thankful to the supervisor, Engr. Kamal Ud Din Kazmi for his
guidance to handle this project in a sequential manner and helping them whenever his need
was required.
The authors are thankful to the Prof Dr. Arshad Hussain Qureshi for arranging the visits
for their projects which helps them to accomplish the project successfully.
The authors are grateful to their course mates, colleagues and friends who have supported and
also motivated them through the difficult journey towards the completion of the project.
Contents
List of Figures
List of Tables
1. Introduction
2. Theory
Where:
• α = dE / dT = α A – α B
• α is the differential Seebeck coefficient or (thermo electric power
coefficient) between the two materials, A and B, positive when the
direction of electric current is same as the direction of thermal current,
unit is V/K.
• Eout is the output voltage in volts.
• TH and TC are the hot and cold junction temperatures, respectively, in
Kelvin.
Qc or Qh = β x I = (αT) x I
Where,
The thermoelectric phenomena are reversible in the sense that they do not of themselves
give rise to thermodynamic losses. However, they are always, in practice, accompanied
by the irreversible effects of electrical resistance and thermal conduction. It turns out that
the performance of any thermocouple as an energy convertor can be expressed in terms
of the differential Seebeck coefficient and the thermal and electrical resistances of the
two branches. These resistances depend on the thermal and electrical resistivities and the
ratios of length to cross-sectional area.
I = σVA/L
Where, ‘I’ is the electric current through a specimen of constant cross-sectional area A
and length L when a voltage V is applied. Likewise, the thermal conductivity, K is
defined by the equation,
Q = -KA∆T/L
Where, q is the rate of heat flow through a similar specimen that has a temperature
difference T between its two ends. We shall refer to the thermoelectric coefficients and
the electrical and thermal conductivities of a given material as its transport properties.
All these properties will generally be temperature-dependent.
The Peltier effect occurs whenever electrical current flows through two dissimilar
conductors; depending on the direction of current flow, the junction of the two
conductors will either absorb or release heat. In the world of thermoelectric technology,
semiconductors (usually Bismuth Telluride) are the material of choice for producing the
Peltier effect because they can be more easily optimized for pumping heat. Using this
type of material, a Peltier device (i.e., thermoelectric module) can be constructed in its
simplest form around a single semiconductor “pellet” which is soldered to electrically-
conductive material on each end (usually plated copper). In this configuration, the
second dissimilar material required for the Peltier effect, is actually the copper
connection paths to the power supply.
It is important to note that the heat will be moved in the direction of charge carrier
movement throughout the circuit (actually, it is the charge carriers that transfer the heat).
N-type semi-conductor has an extra electron in its Fermi level (higher energy level).
As shown below.
So, we can say that, in Peltier cooler using N-type of semiconductor, heat is absorbed
at the junction near negative terminal and heat is rejected at the junction near positive
terminal.
Now, when DC current is applied through the circuit as shown in Figure 7; holes get
attracted towards negative terminal of source. By this attraction, holes move to
negative terminal by releasing heat. Due to continuous supply of current, holes from
conduction band moves to Fermi level by absorbing heat from the junction.
So, we can say that, in Peltier cooler using P-type of semiconductor, heat is absorbed
at the junction near positive terminal and heat is rejected at the junction near negative
terminal.
By arranging the circuit as like in Figure 8, it is possible to release heat to the one
side and absorb from another side. Using these special properties of the TE “couple”,
it is possible to team many pellets together in rectangular arrays to create practical
thermoelectric modules as in Figure 8.
So, when solid state P-N materials are connected electrically in series and thermally in
parallel it makes one thermoelectric unit as shown in Figure 9.
A typical TEC module comprises of two highly thermally conductive substrates (A12O3,
AlN, BeO) that serve as Hot/Cold plates. An array of p-type and n-type semiconductor
(Bi2Te3, Sb2Te3, Bi2Se3, PbTe, Si-Ge) pellets are connected electrically in series
sandwiched between the substrates. The device is normally attached to the cold side of
the TEC module, and a heat sink which is required for enhanced heat dissipation is
attached to the hot side. Solder is normally used to connect the TEC elements onto the
conducting pads of the substrates. The construction of a single stage thermoelectric
module is shown in Figure 9.
4.3 Pump
This is a mini size water pump that works on 12V DC. It is extremely simple and easy to
use. Just connect the inlet to a water source, connect a suitable pipe and power the motor
to start pumping water.
This motor is small, compact and light. It is manufactured to be used in automobiles for
spraying wiper water, hence it is quite durable. It can be controlled from a micro
controller/Arduino.
The working of thermometer is very simple. Arduino communicates with DS18B20 over
1-Wire Interface and extracts the temperature information from the sensor. The extracted
information is displayed on the 16X2 LCD Display.
The following are few of the main features of DS18B20 Digital Thermometer.
• Uses 1-Wire Interface that requires only one wire for data transfer.
• Programmable Resolution of 9-bit to 12-bit.
• It can measure temperatures in the range of -55 0C to +125 0C.
• Arduino UNO
• DS18B20 Digital Temperature Sensor
• 16×2 LCD Display
• 10KΩ Potentiometer
• 4.7KΩ Resistor (1/4 Watt)
• 330Ω Resistor (1/4 Watt)
• 5mm LED
• Connecting Wires
• Breadboard
• Power Supply
#include <OneWire.h>
#include <RoomTemp.h>
#include <FridgeTemp.h>
#define DS18B20 8
OneWire ourWire(DS18B20);
RoomTemp sensor(&ourWire);
byte degree_symbol[8] =
0b00111,
0b00101,
0b00111,
0b00000,
0b00000,
0b00000,
0b00000,
0b00000
};
void setup()
Serial.begin(9600);
delay(1000);
sensor. Begin();
lcd.begin(16, 2);
lcd.createChar(1, degree_symbol);
lcd.setCursor(0,0);
lcd.setCursor(0,1);
delay(4000);
lcd.clear();
lcd.setCursor(0,0);
lcd.print("Temp - ");
void loop()
sensor.requestTemperatures();
Serial.print(sensor.getTempCByIndex(0));
Serial.println("°C");
lcd.setCursor(7,0);
lcd.print(sensor.getTempCByIndex(0));
lcd.write(1);
lcd.print("C");
delay(1000);
5. Literature Review
Electrical conductivity
For figure of merit to be high, electrical conductivity must be high. Metals are typically
good electrical conductors, but the higher the temperature, the lower the conductivity.
This tendency can be explained in terms of the Drude conductivity formula:
σ = n. e2 .τ / m
For, metals as temperature increases, τ decreases while the other numbers stay constant,
thereby decreasing.
In contrast, the electrical conductivity of semiconductors generally increases with
temperature. In semiconductors, carrier mean free time decreases with increasing
temperature, however carrier density increases faster with increasing temperature,
resulting in increasing.
Thermal conductivity
For figure of merit to be high, thermal conductivity must be low. Thermal conductivity
of any material is the sum of conductivities of electron and phonon.
K = Kphonon + Kelectron
According to the Wiedemann–Franz law, the higher the electrical conductivity, the
higher Kelectron becomes. Therefore, it is necessary to minimize Kphonon. In
semiconductors, Kphonon › Kelectron so it is easier to decouple K and σ in a semiconductor
and K can be improved by working on Kphonon.
Power factor
In order to determine the usefulness of a material in a thermoelectric generator or a
thermoelectric cooler the power factor is calculated by its Seebeck coefficient and its
electrical conductivity under a given temperature difference:
Power factor= σ × α2
Bi2Te3, this compound has been extensively used in the construction of thermoelectric
modules. The performance of these modules has steadily improved, since the original
observations, due to a number of factors. The thermoelectric figure of merit has
increased from the order of 0.5 to values significantly greater than one.
To increase the ZT value for this material, research is going to decrease thermal
conductivity without affecting electrical conductivity.
As we have seen, the thermal conductivity of the material can be decomposed into two
principle components. The first is the lattice contribution, related to thermal
conduction by phonons (lattice vibrations). The second is the radiative contribution
• Superlattices
• Phonon-glass electron crystal materials
• phonon-liquid electron-crystal
Results of this experiment are shown below. Figure 15 and 16 shows the comparison of
COP for ambient temperature at 21 C and 32 C. As we can see, Carnot COP of TEC is
highest, but due to electrical irreversibility its actual COP is much lower that other
system.
Figure 17 shows the comparison of second law efficiency of all the refrigerators, which
indicates internal efficiency of thermoelectric cooler is very less, means that the internal
irreversibilities in the thermoelectric module can be quite high. Indeed, this combined
with the comparatively large value of its internally ideal coefficient of performance
confirms the need for improvement of the thermoelectric properties of the thermoelectric
cooler.
Working
Working is explained as follows:
7. Performance Parameters
COP = Q1/W
Also,
Where,
Z = α2 / R.T
In practice, ZT represents the efficiency of the N-type and P-type materials which
compose a thermoelement. A thermoelectric material having a higher figure of merit
ZT is more convenient, as it can carry out higher cooling power.
The table below shows the graph of Temperature difference achieved in 10 minutes.
Temperature Vs Time
40
35
30
Temperature
25
20
15
10
5
0
0 2 4 6 8 10 12
Time
Some of the other potential and current uses of thermoelectric cooling are:
Military/Aerospace
Inertial Guidance Systems, Night Vision Equipment, Electronic Equipment Cooling, Cooled
Personal Garments, Portable Refrigerators.
Consumer Products
Recreational Vehicle Refrigerators, Mobile Home Refrigerators, Portable Picnic Coolers,
Wine and Beer Keg Coolers, Residential Water Coolers/Purifiers.
Industrial Equipments
Computer Microprocessors, Microprocessors and PC's in Numerical Control and Robotics,
Medical Instruments, Hypothermia Blankets, Pharmaceutical Refrigerators - Portable and
Stationary, Blood Analyzers, Tissue Preparation and Storage, Restaurant Equipment, Cream
and Butter Dispensers.
Miscellaneous
Hotel Room Refrigerators, Automobile Mini – Refrigerators, Automobile Seat Cooler,
Aircraft Drinking Water Coolers.
• Capacity: 45.5 L
• Price: Rs. 7000
• Voltage Requirement: 110 volts
• Capacity: 18.2 L
• Price: Rs. 4000
• Voltage Requirement: 110 volts
ITEM COST
Total 9300/- Rs
11. Conclusion
Since Peltier cooling is not efficient comparatively and due to its small size applications, it
is not widely used. It found its application only in electronics cooling etc. But, we have
seen that there is a huge scope of research in this field about thermoelectric materials, its
fabrication, heat sink design etc. Researcher are working on reducing irreversibilities in the
systems, because Peltier cooler has more potential which we can see from the vast
difference between value of first law efficiency.
It is very much efficient for small scale applications i.e. Automobile heated seats, portable
refrigerators etc.
12. References