1 / 27

Numerical Calculations on Lithium-ion Batteries Group 16

Numerical Calculations on Lithium-ion Batteries Group 16. http://philosophyofscienceportal.blogspot.com/2010/06/deadly-lithium-batteries.html. http://www.digitaltrends.com/cool-tech/scientists-develop-way-to-triple-battery-life-in-electronics/.

vanida
Télécharger la présentation

Numerical Calculations on Lithium-ion Batteries Group 16

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Calculations on Lithium-ion Batteries Group 16 • http://philosophyofscienceportal.blogspot.com/2010/06/deadly-lithium-batteries.html • http://www.digitaltrends.com/cool-tech/scientists-develop-way-to-triple-battery-life-in-electronics/ • http://www.extremetech.com/computing/153614-new-lithium-ion-battery-design-thats-2000-times-more-powerful-recharges-1000-times-faster • http://periodictable.com/Elements/003/http://batt.lbl.gov/blog/research-tasks/insights-into-designing-faster-charging-batteries/ By: Albert Ho, Eric Vavra, Mitchell Gee, Justin Matson, Michelle Empleo

  2. Introduction: Charging Lithium ion batteries are a type of rechargeable battery that is charged by lithium ions moving from the cathode to the anode when charging and from anode to cathode when discharging. 2 http://www.scielo.br/scielo.php?pid=s0103-50532006000400002&script=sci_arttext

  3. Introduction: Application Lithium-Ion batteries are common in portable electronic devices. These batteries are also being used in some electric cars as well as numerous military purposes. They are known for having a good balance of energy density and power density. • http://www.maxxia.com.au/salary-packaging/what-can-i-salary-package/portable-electronic-devices-for-work http://newpard.en.busytrade.com/products/info/2119308/Fenix-Tk15-Flashlight-Use-By-Cr123a-Li-ion-Batteries.html 3

  4. Introduction: Energy Density Energy density is the amount of energy that a battery can store, which is decided by the chemistry of the cell. Lithium ion batteries are becoming very popular for having higher energy density than other batteries with around 115 Wh/kg. http://inventorspot.com/articles/lithium_ion_batteries_future_power_and_portability 4

  5. Introduction: Power Density Power density is the rate at which energy can be delivered from the battery to the device. The amount of this is determined by the cell design and kinetics. Lithium ion’s good balance between energy density and power density can be seen on the chart below. http://www.extremetech.com/computing/153614-new-lithium-ion-battery-design-thats-2000-times-more-powerful-recharges-1000-times-faster 5 http://electronics.howstuffworks.com/everyday-tech/lithium-ion-battery.htm

  6. Method 1: Gibb’s Free Energy A major challenge in battery development is to maximize the energy density. Energy density is a major concern in cell phones. The energy density of a battery is the product of the cell’s voltage and specific capacity. The voltage corresponding to a given-transfer reaction can be related to the Gibb’s free energy. Gibb’s Free Energy is a thermodynamic potential that measures the “usefulness” or process-initiating work obtainable from a thermodynamic system at constant temperature and volume. Gibb’s Free Energy can be determined from the equation: ΔG = -nFE° ΔG = Gibb’s Free Energy n = Number of electrons involved in the reaction = 2 e- F = Faraday’s constant = 96487 coulomb/mole (C/mol) E° = Cell Voltage (V) http://wikis.lawrence.edu/display/CHEM/Free+Energy+-+Shank http://upload.wikimedia.org/wikibooks/en/a/a6/Gibbs_free_energy.JPG 6

  7. Table 1 This is a table that we took from our article. It is basically just a list of different electrochemical materials that are used in battery electrodes (referenced to a hydrogen electrode. The reactions of each element and their respective cell voltages.We excluded the oxygen and lithium parts of this table because we wanted to hold n as a constant of 2 electrons and these two elements and 4 and 2 electrons involved in the reaction respectively. http://0.tqn.com/d/inventors/1/0/e/H/battery1.gif 7 • Spotnitz, Robert, “Lithium-Ion Batteries: The Basics”, Journal, AIChE, October, 2013, online, 11/20/2013

  8. Results 8

  9. Numerical Optimization of Gibb’s Free Energy Direct plotting of ΔG vs. E° cell with constant n allows us to find the local minimum value for ΔG analytically and thus to find the most spontaneous cell. The MATLAB script is written as follows: %create values of x in a vector x=[2.87, 1.36, 1.685, 0.342, 0, -0.13, -.43, -.76, -1.285] %function for Gibb's free energy change defined: y=-2*96487.*x %create plot of y vs. x plot(x,y,'o') hold on plot(x,y) xlabel ('Cell Voltage (V)') ylabel ('Free Energy (C*V/mol)') title ('Free Energy vs. Voltage') grid holdoff http://www.mathsisfun.com/algebra/functions-maxima-minima.html 9

  10. .m Script and Graph From the plot, we can observe a minimum value of -553825 (C*V/mol) for ΔG occurs at a value of -3.05 for E° cell. 10

  11. Optimization in MATLAB Cont. We can confirm the answer from the previous slide using MATLAB’s fminbnd function • fminbnd uses the golden section search as well as parabolic interpolation to find the minimum value of our function on our given interval We can employ the following MATLAB script to accomplish this task: f=@(x) -2*96487*x; format longg [x,min]=fminbnd(f,-3.05,2.7) http://www.mathsisfun.com/numbers/golden-ratio.html 11

  12. fminbnd Results 12

  13. Method 2: Mass- Transfer- Limited Current Density, id Two main categories limit the power of batteries: 1. Voltage loss associated with charge transport 2. Mass- Transfer- Limited Current Density http://newsavalanche.com/2013/04/09/tin-nanocrystals-form-future-battery-how-li-ion-works/ 13 http://batt.lbl.gov/blog/research-tasks/insights-into-designing-faster-charging-batteries/

  14. Current Density Definition The effect of mass transport on the charge (or discharge) rate Equation: id = mass transfer limited current density (A/m2) Deff = effective diffusion coefficient (m2/s) c = concentration of lithium salt in the electrolyte (mol/m3) δ = diffusion length (m) http://www.nature.com/srep/2013/130605/srep01946/full/srep01946.html http://www.nature.com/srep/2013/130605/srep01946/images_article/srep01946-f1.jpg 14

  15. Linear Regression Solid-phase diffusion coefficients (Deff) are typically about 10-13 m2/s We can use the numerical method linear regression in order to find a value for Deff for a lithium-ion battery given a table with the current densities vs. the concentration of lithium: http://www.prlog.org/11488430-breaking-world-record-on-charger-by-using-lithium-ion-battery.html 15

  16. Linear Regression Calculations Given the info for a monolithic nonporous electrode: Spotnitz, Robert, “Lithium-Ion Batteries: The Basics”, Journal, AIChE, October, 2013, online, 11/20/2013 We can calculate Deff: F = Faraday’s Constant (96,487 C/mol) δ = 30 * 10-6 m Since F and δ are constants, we can plot id vs. c in order to find the slope. With the slope, we can find Deff. This can be done in matlab with the program on the next slide. 16

  17. Matlab Program function [s, r] = regression(c, id) % input: % c = concentration (mol/m^3) % id = mass transfer limited current density (A/m^2) % output: % s = vector of the slope s(1) and intercept s(2) % r = coefficient of determination n = length(c); if length(id) ~=n, error(‘c and id must be same length’); end c = c(:); id= id(:); sc = sum(c); sid = sum(id); sc2 = sum(c.*c); scid = sum(c.*id); sid2 = sum(id.*id); s(1) = (n*scid-sc*sid)/(n*sc2-sc^2); s(2) = sid/n-s(1)*sc/n; r = ((n*scid-sc*sid)/sqrt(n*sc2-sc^2)/sqrt(n*sid2-sid^2))^2; http://www.telegraph.co.uk/education/9600921/Computer-programming-who-is-teaching-our-children-to-code.html 17

  18. Matlab Program cont. % Plot of the data and best fit line cp = linspace(min(c),max(c),2); idp = s(1)*cp+s(2); plot(c,id,’o’,cp,idp) grid on http://my.bestfitlineruler.com/index.php/instructions-for-use/step-4/ 18

  19. Matlab Calculations Using the matlab function, the slope of the line is 0.32348 * 10-3. Plugging this slope into the formula gives you a Deff of 1.0057 * 10-13 m2/sec, which is close to the approximate value of 10-13 m2/s. 19

  20. Conclusion • Numerical methods can be applied to find the Gibb’s free energy of different elements used in batteries. • Determining the Gibb’s free energy value can tell us which element(s) are most efficient when creating the optimal performance battery. • With the data found we determined that the zinc hydroxide would perform the best based on its Gibb’s free energy change http://fineartamerica.com/featured/zinc-hydroxide-precipitate-andrew-lambert-photography.html http://img97.imageshack.us/img97/1782/12345lu.jpg 20

  21. Conclusion (cont.) • We can use numerical methods in order to find a value for Deff for a lithium-ion battery given a table with the current densities vs. the concentration of lithium • We can use the Deff to determine what diffusion coefficient produces the highest current density amongst lithium ion batteries. http://www.houseofbatteries.com/images/Comparison_chart.jpg 21

  22. Future Work Separators • Separators prevent electronic contact between electrodes while allowing ionic transport • nanofiber-based polymeric battery separator • Developed by DuPont • Increases power up to 30 % • Increases battery life up to 20 % • Added thermal stability http://evworld.com/press/dupont_hybrid_ghostillust.jpg 22

  23. Future Works Supercapacitors Supercapacitors are capacitors which have low energy density. The organic electrolyte used in supercapacitorsallows for fast energy discharge of which is more rapid than that of a battery. • A team of researchers at UCLA discovereda way to create graphene-based supercapacitors. • Operate three times faster than lithium batteries A Maxwell Technologies supercapacitor cell and two different multi-cell modules http://commons.wikimedia.org/ UCLA researchers develop new technique to scale up production of graphene micro-supercapacitors. http://newsroom.ucla.edu/portal/ucla/ucla-researchers-develop-new-technique-243553.aspx 23

  24. Future Works The lithium-air battery • Oxidizes lithium at the anode and reduces oxygen at the cathode which causes current flow. • High energy density • Energy density (per kilo) comparable to the energy density of gasoline per kilo. • Do not store an oxidizer internally since oxygen is used from air http://images.gizmag.com/hero/lithium-air-battery.jpg http://insideevs.com/wp-content/uploads/2013/09/li-air.jpg 24

  25. Future Works Liquid-Based Batteries • Most traditional battery research has focused on solid-state chemistry and physics principles that have been used for the past two centuries • Liquid batteries remove some of the conventional restrictions associated with solid-state batteries. • You can store charge in a liquid that you can pump through the battery and then you can recharge the battery by reversing the flow of the pump http://onlinelibrary.wiley.com/store/10.1002/cssc.201200730/asset/image_m/mcontent.gif?v=1&s=db2f5d12c8020107daddec0002810d18d62deb0d 25

  26. Works Cited Articles: 1 Spotnitz, Robert, “Lithium-Ion Batteries: The Basics”, Journal, AIChE, October, 2013, online, 11/20/2013 2Pikul, James H., et. al., “High-power lithium ion microbatteries from interdigitated three-dimensional bicontinuousnanoporous electrodes”, Nat Commun. 2013/04/16/online 11/23/2013 • Reddy,T.,ed., “Linden’s Handbook of Batteries,” 4th ed., McGraw-Hill, New York, NY (2011) online, 11/23/2013 • Newman, J., and K.E. Thomas-Alyea, “Electrochemical Systems,” 3rd ed., Wiley, Hoboken, NJ (2004) online, 11/23/2013 http://www.ebay.com/itm/LINDENS-HANDBOOK-OF-BATTERIES-9-DAVID-LINDEN-THOMAS-B-REDDY-HARDCOVER-NEW-/190967034938?pt=US_Texbook_Education&hash=item2c7685b43a 26

  27. References Images: http://www.maxxia.com.au/salary-packaging/what-can-i-salary-package/portable-electronic-devices-for-work http://newpard.en.busytrade.com/products/info/2119308/Fenix-Tk15-Flashlight-Use-By-Cr123a-Li-ion-Batteries.html http://www.scielo.br/scielo.php?pid=s0103-50532006000400002&script=sci_arttext http://inventorspot.com/articles/lithium_ion_batteries_future_power_and_portability http://www.extremetech.com/computing/153614-new-lithium-ion-battery-design-thats-2000-times-more-powerful-recharges-1000-times-faster http://electronics.howstuffworks.com/everyday-tech/lithium-ion-battery.htm http://electronics.howstuffworks.com/everyday-tech/lithium-ion-battery1.htm http://www.digitaltrends.com/cool-tech/scientists-develop-way-to-triple-battery-life-in-electronics/ http://philosophyofscienceportal.blogspot.com/2010/06/deadly-lithium-batteries.html http://www.extremetech.com/computing/153614-new-lithium-ion-battery-design-thats-2000-times-more-powerful-recharges-1000-times-faster http://periodictable.com/Elements/003/http://batt.lbl.gov/blog/research-tasks/insights-into-designing-faster-charging-batteries/ http://iwagemusic.com/digital-library-update/ 27

More Related