Modelling a Generalized Dialysis Device

Size: px
Start display at page:

Download "Modelling a Generalized Dialysis Device"

Transcription

1 Modelling a Generalized Dialysis Device Brian Wetton Mathematics Department University of British Columbia UPC, November 11, 2015

2 Overview Advertising UBC Institute of Applied Mathematics Prototype Device Quick Estimates Basic Modelling: Asymptotics and Numerical Approximation Model Results Summary Example of Mathematics applied to an engineering problem. I will highlight some generic aspects that might be useful to your careers.

3 Institute of Applied Mathematics University of British Columbia Faculty participation from many departments. Interdisciplinary graduate programme. Not every Mathematics Department appreciates applied mathematics. Choose graduate school carefully.

4 Prototype Device I Generalized Dialysis System Collaboration A group in the UBC Chemical and Biological Engineering department was awarded a grant from an oil industry consortium to study a generalized dialysis system that would simultaneously clean waste water and generate useful byproducts. The CHBE group has members Arman Bonakdarpour, Saad Dara, and David Wilkinson. This group is not very mathematically sophisticated. The grant funded my student, Michael Lindstrom, for a year. Previous Published Work: One-Dimensional Model for a Direct Methanol Fuel Cell with a 3D Anode Structure, Lam, Wetton, Wilkinson, JES 158 B29-B35 (2011)

5 Prototype Device II Device Schematic

6 Prototype Device III Diagnostic Operation Dilute nitric acid HNO 3 H + + NO 3 replaces carbonate. Instead of sodium bicarbonate NaHCO 3, sodium nitrate NaNO 3 is formed.

7 Prototype Device IV Second Round Experiments Industrial Target: 40mA/cm 2 at less than 7V.

8 Quick Estimates I Nitric Acid Diagnostic Stoichiometric Estimates 100mM Nitric Acid inlet can produce at most l/min 0.1 mol/l C/mol 60 s/min 64cm 2 = 12.6 A/cm 2. The maximum observed current is a bit less than this limit. Check Units: Make sure relationships you write down are dimensionally consistent Anomaly: The 1mM experimental current is more than the stoichiometric limit. The experimental group has ruled out some of the obvious other reactions that could produce ions to carry the current.

9 Quick Estimates II Carbonic Acid Stoichiometric Estimates H 2 O + CO 2 H 2 CO 3 H + + HCO3 K 2, K 1 K 4, K 3 Dissolved CO 2 is obtained by bubbling pure (1Atm) CO 2 gas in water. There is a known relationship between CO 2 gas pressure P and dissolved CO 2 concentration [CO 2 ]: [CO 2 ] = P/H. Neglecting hydroxide and carbonate ions, C = [H + ] = [HCO 3 ] Equilibrium K 2 K 4 C 2 = K 1 K 3 P/H.

10 Quick Estimates III Carbonic Acid Stoichiometric Estimates, cont. CO 2 gas pressure P; C = [H + ] = [HCO 3 ]; K 2K 4 C 2 = K 1 K 3 P/H P = 1 Atm gives [CO 2 ] = 34mM, C = 0.12 mm. C value roughly consistent with measured ph (ph = log 10 C). Stoichiometric limit current based on C: ma/cm 2. Stoichiometric limit current based on [CO 2 ]: 4.27 ma/cm 2. Observed current density approximately 1mA/cm 2. Limiting current due to [CO 2 ] dissociation: K 1 [CO 2 ] W 10 ma/cm 2. What limits the current in this case? [Excellent question, our models do not give insight yet].

11 Modelling I Nitric Acid Channel

12 Modelling II Fluxes Model steady state c(x, y) concentration [H + ] = [NO 3 ] and electric potential φ(x, y). Fluxes are by convection by constant velocity v, diffusion and conduction J 1 = (0, vc) D 1 c D 1Fc RT φ J 2 = (0, vc) D 2 c + D 2Fc RT φ Conservation of these species: J 1,2 = 0 Nonlinear, vector elliptic problem for c and φ. Book: Newman, Electrochemical Systems. (protons) (nitrate)

13 Modelling III Scaling { } Consider (0, vc) D 1 c D 1Fc RT φ = 0. Scale: c/c 0 c φf /RT φ x/w x y/l y θc y = c xx + ɛ 2 c yy + (cφ x ) x + ɛ 2 (cφ y ) y with θ = vw 2 /(LD 1 ) and ɛ = W /L Neglect ɛ 2 terms. Always scale a new model to get a sense of the importance of terms and the universality of the results. It makes the resulting numerics better conditioned.

14 Modelling IV Scaled System or equivalently θc y = c xx + (cφ x ) x θc y = D {c xx (cφ x ) x } with D = D 2 /D 1 θc y = c xx + (cφ x ) x 0 = (1 D)c xx + (1 + D)(cφ x ) x with initial conditions c(x, 0) = C 0 and boundary conditions x = 0 φ = 0 and c x cφ x = 0 x = 1 φ = β and c x + cφ x = 0 Nonlinear parabolic (in y) for c coupled at each y to a boundary value problem in x.

15 Modelling V Numerical Scheme Never write your own code for a standard problem but this is kind of nonstandard. Compute approximate C n j c((j 1/2)h, nk).

16 C n j Modelling VI Numerical Scheme c((j 1/2)h, nk), Φ n j ψ((j 1/2)h, nk) Approximate θc y = c xx + (cφ x ) x by θ(c n j C n 1 j )/k = (Cj 1 n 2Cj n + Cj+1)/h n 2 + D (FCD + Φ) where F is forward averaging and D ± is forward/backward differencing in x. Other equation and boundary conditions approximated similarly. Result is a nonlinear system for 2N + 4 unknowns for C n and Φ n, solved with Newton s method, marching from inlet to outlet. Standard staggered finite difference (finite volume) method. Solution errors O(k + h 2 ). Implemented in MATLAB. Good for prototyping

17 Results Polarization Curves The model was modified to add the voltage losses to electrolysis (empirical fit) and other elements. Good agreement to 20-30% loss in limiting current due to mass transport limitations.

18 Results Local Current Density

19 Results Concentration Contours Difficult to get this insight from experiments

20 Results Failure of Model for Carbonic acid channel The model we developed for the carbonic acid channel, including reaction with literature parameters, and diffusion, failed to give agreement with the experimental results (limiting current was much too low).

21 Summary Showed an example of electrochemical modelling work done our group. Some generic features that might be useful for your careers: To impress an application scientist (financial engineer, etc.) you have to answer or give insight into their question. Start with the simplest possible calculations. Use the expertise of your application colleagues, but ask questions if what they say does not make sense to you. An application textbook that is accessible to mathematicians is a fantastic find! Scale and use asymptotics to simplify a problem. Use software packages for computations if at all possible, otherwise prototype in MATLAB. Failure may be useful, in that it may show that there are important effects missing from the current understanding of the phenomena.

October 22, :00-16:00. web: math.ubc.ca/ MLRTLM. Math: the art in problem solving. Michael Lindstrom.

October 22, :00-16:00.   web: math.ubc.ca/ MLRTLM. Math: the art in problem solving. Michael Lindstrom. October 22, 2014 15:00-16:00 email: MLRTLM@math.ubc.ca web: math.ubc.ca/ MLRTLM Math is everywhere quantifiable descriptions glacier motion, spreading of diseases, market inflation, digitally recorded

More information

Modelling fuel cells in start-up and reactant starvation conditions

Modelling fuel cells in start-up and reactant starvation conditions Modelling fuel cells in start-up and reactant starvation conditions Brian Wetton Radu Bradean Keith Promislow Jean St Pierre Mathematics Department University of British Columbia www.math.ubc.ca/ wetton

More information

Two Phase Transport in Porous Media

Two Phase Transport in Porous Media Two Phase Transport in Porous Media Lloyd Bridge Iain Moyles Brian Wetton Mathematics Department University of British Columbia www.math.ubc.ca/ wetton CRM CAMP Seminar, October 19, 2011 Overview Two phase

More information

Performance Analysis of a Two phase Non-isothermal PEM Fuel Cell

Performance Analysis of a Two phase Non-isothermal PEM Fuel Cell Performance Analysis of a Two phase Non-isothermal PEM Fuel Cell A. H. Sadoughi 1 and A. Asnaghi 2 and M. J. Kermani 3 1, 2 Ms Student of Mechanical Engineering, Sharif University of Technology Tehran,

More information

Magnetized Target Fusion: Insights from Mathematical Modelling

Magnetized Target Fusion: Insights from Mathematical Modelling : Insights from Mathematical Modelling, UBC, PhD Candidate - Applied Math Brian Wetton, UBC, Supervisor Michael Ward, UBC, Committee Member Sandra Barsky, General Fusion, Committee Member November 28,

More information

Computational approaches to a model problem of two phase flow in porous media with phase change

Computational approaches to a model problem of two phase flow in porous media with phase change Computational approaches to a model problem of two phase flow in porous media with phase change and, the oxygen depletion problem revisited Brian Wetton Huaxiong Huang (York) Dong Li Xenyu Cheng Lloyd

More information

Classification. Barium nitrate dissolves in water to produce dissolved barium ions and dissolved nitrate ions.

Classification. Barium nitrate dissolves in water to produce dissolved barium ions and dissolved nitrate ions. Classification When dissolved into water, many compounds dissociate into their individual ions. For example, sodium sulfate dissolves in water to produce dissolved sodium ions and dissolved sulfate ions.

More information

St. John s College High School Mr. Trubic AP Midterm Review Packet 1

St. John s College High School Mr. Trubic AP Midterm Review Packet 1 Name Date Directions: Read each question carefully and write your response in the space provided following each question. Your responses to these questions will be scored on the basis of the accuracy and

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 11 Partial Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002.

More information

Preparation of Hydrogen Peroxide by Electrochemical Method

Preparation of Hydrogen Peroxide by Electrochemical Method Preparation of Hydrogen Peroxide by Electrochemical Method Ri Kwang Il, Kim Dok Sung, Pak Chol Min, YongSon Hong * Faculty of Chemistry, Kim Il Sung University, D.P.R.K Corresponding author.* E-mail address:

More information

Ugur Pasaogullari, Chao-Yang Wang Electrochemical Engine Center The Pennsylvania State University University Park, PA, 16802

Ugur Pasaogullari, Chao-Yang Wang Electrochemical Engine Center The Pennsylvania State University University Park, PA, 16802 Computational Fluid Dynamics Modeling of Proton Exchange Membrane Fuel Cells using Fluent Ugur Pasaogullari, Chao-Yang Wang Electrochemical Engine Center The Pennsylvania State University University Park,

More information

11. Introduction to Acids, Bases, ph, and Buffers

11. Introduction to Acids, Bases, ph, and Buffers 11. Introduction to Acids, Bases, ph, and Buffers What you will accomplish in this experiment You ll use an acid-base indicating paper to: Determine the acidity or basicity of some common household substances

More information

Chemical Kinetics I: The Dry Lab. Up until this point in our study of physical chemistry we have been interested in

Chemical Kinetics I: The Dry Lab. Up until this point in our study of physical chemistry we have been interested in Chemical Kinetics I: The Dry Lab Up until this point in our study of physical chemistry we have been interested in equilibrium properties; now we will begin to investigate non-equilibrium properties and

More information

Multidimensional, Non-Isothermal, Dynamic Modelling Of Planar Solid Oxide Fuel Cells

Multidimensional, Non-Isothermal, Dynamic Modelling Of Planar Solid Oxide Fuel Cells Multidimensional, Non-Isothermal, Dynamic Modelling Of Planar Solid Oxide Fuel Cells K. Tseronis a, I. Kookos b, C. Theodoropoulos a* a School of Chemical Engineering and Analytical Science, University

More information

NaOH + HCl ---> NaCl + H 2 O

NaOH + HCl ---> NaCl + H 2 O EXERCISES, LESSON 2 INSTRUCTIONS. Write the word, words, symbols, or numbers that properly completes the statement in the space provided or mark the correct word/phrase from those given. After you complete

More information

III. Transport Phenomena

III. Transport Phenomena III. Transport Phenomena Lecture 17: Forced Convection in Fuel Cells (I) MIT Student Last lecture we examined how concentration polarisation limits the current that can be drawn from a fuel cell. Reducing

More information

Transfer Rate in a Reacting Flow for the Refined Sodium Bicarbonate Production Process

Transfer Rate in a Reacting Flow for the Refined Sodium Bicarbonate Production Process Presented at the COMSOL Conference 2008 Hannover COMSOL Conference Hannover November, 6 th, 2008 Study of the CO 2 Transfer Rate in a Reacting Flow for the Refined Sodium Bicarbonate Production Process

More information

Numerical simulation of proton exchange membrane fuel cell

Numerical simulation of proton exchange membrane fuel cell CHAPTER 6 Numerical simulation of proton exchange membrane fuel cell T.C. Jen, T.Z. Yan & Q.H. Chen Department of Mechanical Engineering, University of Wisconsin-Milwaukee, USA. Abstract This chapter presents

More information

Fusion: Intro Fusion: Numerics and Asymptotics Fusion: Summary Superconductor: Problem Superconductor: Results

Fusion: Intro Fusion: Numerics and Asymptotics Fusion: Summary Superconductor: Problem Superconductor: Results Investigation into the Feasibility and Operation of a Magnetized Target Fusion Reactor, and Qualitative Predictions of Magnetic Field Profile Perturbations Induced by Surface Roughness in Type II Superconductors,

More information

Part A: Multiple Choice (23 marks total)

Part A: Multiple Choice (23 marks total) Part A: Multiple Choice (23 marks total) Use the answer sheet found at the end of this examination to answer the multiple-choice questions in this section. Shade in the circle that corresponds to your

More information

A First Course on Kinetics and Reaction Engineering Unit 33. Axial Dispersion Model

A First Course on Kinetics and Reaction Engineering Unit 33. Axial Dispersion Model Unit 33. Axial Dispersion Model Overview In the plug flow reactor model, concentration only varies in the axial direction, and the sole causes of that variation are convection and reaction. Unit 33 describes

More information

Equilibrium/Acids and Bases

Equilibrium/Acids and Bases Adult Basic Education Science Equilibrium/Acids and Bases Prerequisite: Chemistry 3102A Credit Value: 1 Chemistry Concentration Chemistry 1102 Chemistry 2102A Chemistry 2102B Chemistry 2102C Chemistry

More information

A Multiphase Microreactor for Organic Nitration

A Multiphase Microreactor for Organic Nitration A Multiphase Microreactor for Organic Nitration Dr. John R.Burns Dept. Chemical & Process Engineering, University of Newcastle, U.K. Intensifying Multiphase Reactions Using Narrow Channel Flow Key Points

More information

CS C1 H Acid reactions and electrolysis

CS C1 H Acid reactions and electrolysis Name: CS C1 H Acid reactions and electrolysis Date: Time: 47 minutes Total marks available: 47 Total marks achieved: Questions Q1. Acids (a) Magnesium carbonate reacts with dilute nitric acid. Give the

More information

p. 309 #1-3, 5-9, 11-15, 17, 18 p. 403 #1, 2, 4-7, 10, 18, 19, 21 p. 358 #1-3, 9, 10 p. 408 #1, 8, 9, 11, 12, 14-18, 20-24, 28, 31-35

p. 309 #1-3, 5-9, 11-15, 17, 18 p. 403 #1, 2, 4-7, 10, 18, 19, 21 p. 358 #1-3, 9, 10 p. 408 #1, 8, 9, 11, 12, 14-18, 20-24, 28, 31-35 SCH3U Unit 4 Test Review Solutions & Solubility Name: Date: Solutions - Intermolecular/Intramolecular Forces -Ionic, dipole-dipole, hydrogen bonding, London Forces, covalent Like-dissolves-like Other terms:

More information

CHAPTER 17: ELECTROCHEMISTRY. Big Idea 3

CHAPTER 17: ELECTROCHEMISTRY. Big Idea 3 CHAPTER 17: ELECTROCHEMISTRY Big Idea 3 Electrochemistry Conversion of chemical to electrical energy (discharge). And its reverse (electrolysis). Both subject to entropic caution: Convert reversibly to

More information

17.1 Redox Chemistry Revisited

17.1 Redox Chemistry Revisited Chapter Outline 17.1 Redox Chemistry Revisited 17.2 Electrochemical Cells 17.3 Standard Potentials 17.4 Chemical Energy and Electrical Work 17.5 A Reference Point: The Standard Hydrogen Electrode 17.6

More information

Dr. Anand Gupta

Dr. Anand Gupta By Dr Anand Gupta Mr. Mahesh Kapil Dr. Anand Gupta 09356511518 09888711209 anandu71@yahoo.com mkapil_foru@yahoo.com Electrochemistry Electrolysis Electric energy Chemical energy Galvanic cell 2 Electrochemistry

More information

S4 CHEMISTRY SUMMARY NOTES

S4 CHEMISTRY SUMMARY NOTES S4 CHEMISTRY SUMMARY NOTES 1. The Mole One mole of a substance = GRAM FORMULA MASS e.g. H 2 SO 4 RAM from databook pg.7 2H 2 x 1 = 2 1S 1 x 32 = 32 4O 4 x 16 = 64 98g Mass = number of moles x Mass of 1

More information

CHEM 121b Exam 4 Spring 1999

CHEM 121b Exam 4 Spring 1999 Name SSN CHEM 121b Exam 4 Spring 1999 This exam consists of 10 multiple choice questions (each worth 2 points), and 6 written problems (points noted below). There are a total of 100 possible points. Carefully

More information

Specific Curriculum Outcomes (updated September 18, 2016)

Specific Curriculum Outcomes (updated September 18, 2016) 1 Chemistry 12 Specific Curriculum Outcomes (updated September 18, 2016) Unit A: Thermochemistry Overview: In this unit, students study energy as it relates to chemical changes and quantify the energy

More information

Estimation of Optimum Operating Profile for PEMFC

Estimation of Optimum Operating Profile for PEMFC 59 10.1149/1.3210559 The Electrochemical Society Estimation of Optimum Operating Profile for PEMFC Venkat Subramanian, Ravi Methekar, Venkatasailanathan Ramadesigan, Vijayasekaran Boovaragavan, Cynthia

More information

Electrochemistry. Goal: Understand basic electrochemical reactions. Half Cell Reactions Nernst Equation Pourbaix Diagrams.

Electrochemistry. Goal: Understand basic electrochemical reactions. Half Cell Reactions Nernst Equation Pourbaix Diagrams. Electrochemistry Goal: Understand basic electrochemical reactions Concepts: Electrochemical Cell Half Cell Reactions Nernst Equation Pourbaix Diagrams Homework: Applications Battery potential calculation

More information

HONORS CHEMISTRY Putting It All Together II

HONORS CHEMISTRY Putting It All Together II NAME: SECTION: HONORS CHEMISTRY Putting It All Together II Calculations in Chemistry It s time to pull out your calculators! In the first review sheet, you were able to write formulas of compounds when

More information

Solubility Rules See also Table 4.1 in text and Appendix G in Lab Manual

Solubility Rules See also Table 4.1 in text and Appendix G in Lab Manual Ch 4 Chemical Reactions Ionic Theory of Solutions - Ionic substances produce freely moving ions when dissolved in water, and the ions carry electric current. (S. Arrhenius, 1884) - An electrolyte is a

More information

IV. Transport Phenomena. Lecture 23: Ion Concentration Polarization

IV. Transport Phenomena. Lecture 23: Ion Concentration Polarization IV. Transport Phenomena Lecture 23: Ion Concentration Polarization MIT Student (and MZB) Ion concentration polarization in electrolytes refers to the additional voltage drop (or internal resistance ) across

More information

Electrochemical System

Electrochemical System Electrochemical System Topic Outcomes Week Topic Topic Outcomes 8-10 Electrochemical systems It is expected that students are able to: Electrochemical system and its thermodynamics Chemical reactions in

More information

POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA. Background

POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA. Background POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA Background In this experiment, students will familiarize themselves with potentiometric titration, practice using the first derivative to find the equivalence

More information

Chemistry 2000 Lecture 15: Electrochemistry

Chemistry 2000 Lecture 15: Electrochemistry Chemistry 2000 Lecture 15: Electrochemistry Marc R. Roussel February 21, 2018 Marc R. Roussel Chemistry 2000 Lecture 15: Electrochemistry February 21, 2018 1 / 33 Electrochemical cells Electrochemical

More information

CDS 101 Precourse Phase Plane Analysis and Stability

CDS 101 Precourse Phase Plane Analysis and Stability CDS 101 Precourse Phase Plane Analysis and Stability Melvin Leok Control and Dynamical Systems California Institute of Technology Pasadena, CA, 26 September, 2002. mleok@cds.caltech.edu http://www.cds.caltech.edu/

More information

Performance Simulation of Passive Direct Methanol Fuel Cell

Performance Simulation of Passive Direct Methanol Fuel Cell International Journal of Advanced Mechanical Engineering. ISSN 50-334 Volume 8, Number 1 (018), pp. 05-1 Research India Publications http://www.ripublication.com Performance Simulation of Passive Direct

More information

POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA

POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA POTENTIOMETRIC TITRATIONS & SOLUBILITY EQUILIBRIA Introduction In this experiment, students will familiarize themselves with potentiometric titration, practice using the first derivative to find the equivalence

More information

University of Texas-Austin - Integration of Computing

University of Texas-Austin - Integration of Computing University of Texas-Austin - Integration of Computing During 2001-2002 the Department of Chemical Engineering at UT-Austin revamped the computing thread in its curriculum in order to strengthen student

More information

NCEA Chemistry 2.1. Quantitative Analysis AS The Mole. What does this Internal Assessment involve?

NCEA Chemistry 2.1. Quantitative Analysis AS The Mole. What does this Internal Assessment involve? NCEA Chemistry 2.1 Quantitative Analysis AS 91161 What does this Internal Assessment involve? Carry out quantitative analysis, including an acid-base titration Demonstrate comprehensive understanding involves:

More information

Basic Concepts of Chemistry Notes for Students [Chapter 7, page 1] D J Weinkauff - Nerinx Hall High School

Basic Concepts of Chemistry Notes for Students [Chapter 7, page 1] D J Weinkauff - Nerinx Hall High School Basic Concepts of Chemistry Notes for Students [Chapter 7, page 1] Chapter 7 Quantitative Relationships in Chemical Reactions As you have begun to see, chemistry is a quantitative science involving a great

More information

Experiment 1C. The Rotating Ring-Disk Electrode

Experiment 1C. The Rotating Ring-Disk Electrode Experiment 1C The Rotating Ring-Disk Electrode Experiment Overview When one sets the potential of an electrode away from the equilibrium potential, a current flows. The amount a potential deviates away

More information

Determination of the K a of a Weak Acid and the K b of a Weak Base from ph Measurements

Determination of the K a of a Weak Acid and the K b of a Weak Base from ph Measurements Experiment 6 Determination of the K a of a Weak Acid and the K b of a Weak Base from ph Measurements Pre-Lab Assignment Before coming to lab: Read the lab thoroughly. Answer the pre-lab questions that

More information

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions R. S. Sellers MAE 5440, Computational Fluid Dynamics Utah State University, Department of Mechanical and Aerospace Engineering

More information

Toxins 4/27/2010. Acids and Bases Lab. IV-17 to IV-22

Toxins 4/27/2010. Acids and Bases Lab. IV-17 to IV-22 Toxins IV-17 to IV-22 Countless products are advertised on TV with the promise of reducing acid indigestion. a.what is acid indigestion? b.what does acid have to do with your stomach? c.how do you think

More information

Soil Cation Analysis Using High-Performance Capillary Zone Electrophoresis Last Modified: October 20, 2006

Soil Cation Analysis Using High-Performance Capillary Zone Electrophoresis Last Modified: October 20, 2006 Soil Cation Analysis Using High-Performance Capillary Zone Electrophoresis Last Modified: October 20, 2006 Introduction: Capillary electrophoresis (CE) is a relatively new, but rapidly growing separation

More information

Numerical Methods for Engineers and Scientists

Numerical Methods for Engineers and Scientists Numerical Methods for Engineers and Scientists Second Edition Revised and Expanded Joe D. Hoffman Department of Mechanical Engineering Purdue University West Lafayette, Indiana m MARCEL D E К К E R MARCEL

More information

Convection Workshop. Academic Resource Center

Convection Workshop. Academic Resource Center Convection Workshop Academic Resource Center Presentation Outline Understanding the concepts Correlations External Convection (Chapter 7) Internal Convection (Chapter 8) Free Convection (Chapter 9) Solving

More information

CALORIMETRY. m = mass (in grams) of the solution C p = heat capacity (in J/g- C) at constant pressure T = change in temperature in degrees Celsius

CALORIMETRY. m = mass (in grams) of the solution C p = heat capacity (in J/g- C) at constant pressure T = change in temperature in degrees Celsius CALORIMETRY INTRODUCTION The heat evolved by a chemical reaction can be determined using a calorimeter. The transfer of heat or flow of heat is expressed as the change in Enthalpy of a reaction, H, at

More information

Chemistry 1B Experiment 14 65

Chemistry 1B Experiment 14 65 Chemistry 1B Experiment 14 65 14 Electrochemistry Introduction In this experiment you will observe some spontaneous and non-spontaneous oxidation-reduction reactions, and see how the spontaneous reactions

More information

Modeling as a tool for understanding the MEA. Henrik Ekström Utö Summer School, June 22 nd 2010

Modeling as a tool for understanding the MEA. Henrik Ekström Utö Summer School, June 22 nd 2010 Modeling as a tool for understanding the MEA Henrik Ekström Utö Summer School, June 22 nd 2010 COMSOL Multiphysics and Electrochemistry Modeling The software is based on the finite element method A number

More information

ACID-BASE TITRATION AND PH

ACID-BASE TITRATION AND PH ACID-BASE TITRATION AND PH Section 1 Aqueous Solutions and the Concept of ph Hydronium and Hydroxide Ions Acids and bases form hydroxide and hydronium ions These ions are not the only ones in an aqueous

More information

AP Chemistry Big Idea Review

AP Chemistry Big Idea Review Name: AP Chemistry Big Idea Review Background The AP Chemistry curriculum is based on 6 Big Ideas and many Learning Objectives associated with each Big Idea. This review will cover all of the Big Ideas

More information

Chapter 4. Reactions in Aqueous Solution

Chapter 4. Reactions in Aqueous Solution Chapter 4. Reactions in Aqueous Solution 4.1 General Properties of Aqueous Solutions A solution is a homogeneous mixture of two or more substances. A solution is made when one substance (the solute) is

More information

Exercise 2-4. Titration of a Buffer Solution EXERCISE OBJECTIVES

Exercise 2-4. Titration of a Buffer Solution EXERCISE OBJECTIVES Exercise 2-4 Titration of a Buffer Solution EXERCISE OBJECTIVES To define the terms buffer solution and buffer capacity; To titrate a buffer solution with a weak acid solution; To plot a graph using the

More information

Generation of Hydrogen Peroxide In ORR Over Low Loadings of Pt/C Catalysts

Generation of Hydrogen Peroxide In ORR Over Low Loadings of Pt/C Catalysts Generation of Hydrogen Peroxide In ORR Over Low Loadings of Pt/C Catalysts Raja Swaidan The Cooper Union Advisor: Dr. Branko N. Popov Electrochemical Engineering 26 July 2007 Overview of Research Studied

More information

ANALYTICAL INVESTIGATION AND IMPROVEMENT OF PERFORMANCE OF A PROTON EXCHANGE MEMBRANE (PEM) FUEL CELL IN MOBILE APPLICATIONS

ANALYTICAL INVESTIGATION AND IMPROVEMENT OF PERFORMANCE OF A PROTON EXCHANGE MEMBRANE (PEM) FUEL CELL IN MOBILE APPLICATIONS Int. J. of Applied Mechanics and Engineering, 015, vol.0, No., pp.319-38 DOI: 10.1515/ijame-015-001 ANALYTICAL INVESTIGATION AND IMPROVEMENT OF PERFORMANCE OF A PROTON EXCHANGE MEMBRANE (PEM) FUEL CELL

More information

Computational Analysis of Heat Transfer in Air-cooled Fuel Cells

Computational Analysis of Heat Transfer in Air-cooled Fuel Cells Proceedings of ASME 2011, 5th International Conference on Energy Sustainability & 9th Fuel Cell Science, Engineering and Technology Conference, ESFuelCell2011 August 7-10, 2011, Washington, DC, USA ESFuelCell2011-54794

More information

Lecture 12. Complications and how to solve them

Lecture 12. Complications and how to solve them Lecture 12 Complications and how to solve them 1. Pseudo Order An expression for second order reaction 2A Products Can be written as, -da/dt = k [A] 2 And the integration, 1/A 2 da = kdt 1/A t 1/A o =

More information

(for tutoring, homework help, or help with online classes)

(for tutoring, homework help, or help with online classes) www.tutor-homework.com (for tutoring, homework help, or help with online classes) 1. chem10b 16.1-27 The ph of a 0.10 M solution of a weak base is 9.82. What is the K b for this base? A. 8.8 10-8 B. 2.1

More information

Unit - 3 ELECTROCHEMISTRY VSA QUESTIONS (1 - MARK QUESTIONS) 3. Mention the purpose of salt-bridge placed between two half-cells of a galvanic cell?

Unit - 3 ELECTROCHEMISTRY VSA QUESTIONS (1 - MARK QUESTIONS) 3. Mention the purpose of salt-bridge placed between two half-cells of a galvanic cell? Unit - 3 ELECTROCHEMISTRY 1. What is a galvanic cell? VSA QUESTIONS (1 - MARK QUESTIONS) 2. Give the cell representation for Daniell Cell. 3. Mention the purpose of salt-bridge placed between two half-cells

More information

AP CHEMISTRY NOTES 12-1 ELECTROCHEMISTRY: ELECTROCHEMICAL CELLS

AP CHEMISTRY NOTES 12-1 ELECTROCHEMISTRY: ELECTROCHEMICAL CELLS AP CHEMISTRY NOTES 12-1 ELECTROCHEMISTRY: ELECTROCHEMICAL CELLS Review: OXIDATION-REDUCTION REACTIONS the changes that occur when electrons are transferred between reactants (also known as a redox reaction)

More information

ST EDWARD S OXFORD. Lower Sixth Entrance Assessment. November Chemistry. 1 Hour. Candidates name:... St Edward's School 1

ST EDWARD S OXFORD. Lower Sixth Entrance Assessment. November Chemistry. 1 Hour. Candidates name:... St Edward's School 1 ST EDWARD S OXFORD Lower Sixth Entrance Assessment November 2013 Chemistry 1 Hour Candidates name:... St Edward's School 1 St Edward's School 2 1. Complete the table below. Element calcium Symbol Pb S

More information

4. cannot occur. occurring within the same system. (A) I, III (B) II, V (C) III, IV (D) IV, V (E) V, II

4. cannot occur. occurring within the same system. (A) I, III (B) II, V (C) III, IV (D) IV, V (E) V, II Practice Exercises Oxidation-Reduction Reactions and Electrochemistry 483 Multiple-Choice For the first four problems below, one or more of the following responses will apply; each response may be used

More information

Kenya Certificate of Secondary Education (K.C.S.E.)

Kenya Certificate of Secondary Education (K.C.S.E.) Name: Index No. School:. Candidate s Sign.... Date:... 233/1 CHEMISTRY PAPER 1 JULY /AUGUST 2011 TIME: 2 HOURS Kenya Certificate of Secondary Education (K.C.S.E.) Chemistry Paper 1 INSTRUCTIONS TO THE

More information

The Use of Dilute Nitric Acid in the Qualitative Analysis of Anions

The Use of Dilute Nitric Acid in the Qualitative Analysis of Anions The Use of Dilute Nitric Acid in the Qualitative Analysis of Anions Background Information Aqueous barium nitrate is primarily used in qualitative analysis to test for the presence of sulfate ions. If

More information

Ch 18 Electrochemistry OIL-RIG Reactions

Ch 18 Electrochemistry OIL-RIG Reactions Ch 18 Electrochemistry OIL-RIG Reactions Alessandro Volta s Invention Modified by Dr. Cheng-Yu Lai Daily Electrochemistry Appliactions Electrochemistry: The area of chemistry that examines the transformations

More information

CFD Analysis of PEM Fuel Cell

CFD Analysis of PEM Fuel Cell CFD Analysis of PEM Fuel Cell Group Seminar Munir Khan Division of Heat Transfer Department of Energy Sciences Lund University Outline 1 Geometry 2 Mathematical Model 3 Results 4 Conclusions I 5 Pore Scale

More information

2. Write a balanced chemical equation which corresponds to the following equilibrium constant expression.

2. Write a balanced chemical equation which corresponds to the following equilibrium constant expression. Practice Problems for Chem 1B Exam 1 Chapter 14: Chemical Equilibrium 1. Which of the following statements is/are CORRECT? 1. For a chemical system, if the reaction quotient (Q) is greater than K, products

More information

Chapter 18. Electrochemistry

Chapter 18. Electrochemistry Chapter 18 Electrochemistry Section 17.1 Spontaneous Processes and Entropy Section 17.1 http://www.bozemanscience.com/ap-chemistry/ Spontaneous Processes and Entropy Section 17.1 Spontaneous Processes

More information

10.1 Acids and Bases in Aqueous Solution

10.1 Acids and Bases in Aqueous Solution 10.1 Acids and Bases in Aqueous Solution Arrhenius Definition of Acids and Bases An acid is a substance that gives hydrogen ions, H +, when dissolved in water. In fact, H + reacts with water and produces

More information

Ocean Acidification the other CO2 problem..

Ocean Acidification the other CO2 problem.. Ocean Acidification the other CO2 problem.. Recall: Atm CO 2 already above recent planetary history CO 2 Today: What does this do to ocean water? Main Outline: 1. Chemistry. How does ocean absorb CO 2,

More information

Lab #14: Electrochemical Cells

Lab #14: Electrochemical Cells Lab #14: Electrochemical Cells Objectives: 1. To understand the nature of electrochemical cells. 2. To construct a table listing the reduction potentials of a series of metal ions, in order of ease of

More information

AP Chemistry Unit 2 Test (Chapters 3 and 4)

AP Chemistry Unit 2 Test (Chapters 3 and 4) AP Chemistry Unit 2 Test (Chapters 3 and 4) NAME: 1. A student is assigned the task of determining the mass percent of silver in an alloy of copper and silver by dissolving a sample of the alloy in excess

More information

CHEM Final Exam May 9, 2017

CHEM Final Exam May 9, 2017 CHEM 1423 - Final Exam May 9, 2017 Name If you wish to have your final exam and course grade posted on the Web site, please provide me with a four (4) digit number which will be the ID number for your

More information

INTRODUCTION TO PDEs

INTRODUCTION TO PDEs INTRODUCTION TO PDEs In this course we are interested in the numerical approximation of PDEs using finite difference methods (FDM). We will use some simple prototype boundary value problems (BVP) and initial

More information

Chemistry CP Putting It All Together II

Chemistry CP Putting It All Together II Chemistry CP Putting It All Together II Name: Date: Calculations in Chemistry It s time to pull out your calculators! In the first review sheet, you were able to write formulas of compounds when different

More information

Cell membrane resistance and capacitance

Cell membrane resistance and capacitance Cell membrane resistance and capacitance 1 Two properties of a cell membrane gives rise to two passive electrical properties: Resistance: Leakage pathways allow inorganic ions to cross the membrane. Capacitance:

More information

Buffer Titrations Lab

Buffer Titrations Lab Buffer Titrations Lab The Buffers of the Oceans We ve discussed the ability of a buffer to resist changes in ph. The efficacy of a buffer is dependent upon the ph of the solution different buffers are

More information

Improved Rate Constant Estimates Using the BIAcore

Improved Rate Constant Estimates Using the BIAcore Improved Rate Constant Estimates Using the BIAcore Presenter David A. Edwards Department of Mathematical Sciences University of Delaware Collaborators Byron Goldstein Theoretical Biology and Biophysics

More information

a) This reaction is (circle one): ENDOTHERMIC/EXOTHERMIC b) provide the correct chemical names for the given chemical formulas:

a) This reaction is (circle one): ENDOTHERMIC/EXOTHERMIC b) provide the correct chemical names for the given chemical formulas: 1. For the following questions (a c), refer to the reaction below: Fe2O3 (s) + 2 Al (s) Al2O3 (s) + 2 Fe (s) Hrxn = 852 kj/mol a) This reaction is (circle one): ENDOTHERMIC/EXOTHERMIC b) provide the correct

More information

What is the correct name and bonding of BF 3? What is the correct name and bonding of BF 3?

What is the correct name and bonding of BF 3? What is the correct name and bonding of BF 3? What is the correct name and bonding of BF 3? 1. boron trifluoride, covalent compound 2. boron trifluoride, ionic compound 3. boron fluoride, covalent compound 4. boron fluoride, ionic compound What is

More information

Observable Electric Potential and Electrostatic Potential in Electrochemical Systems

Observable Electric Potential and Electrostatic Potential in Electrochemical Systems 658 J. Phys. Chem. B 2000, 104, 658-662 Observable Electric Potential and Electrostatic Potential in Electrochemical Systems Javier Garrido* and José A. Manzanares Departamento de Termodinámica, UniVersitat

More information

, are both bases., can be prepared by reacting ammonia with sulfuric acid, H 2. Why can ammonium sulfate be described as a salt?......

, are both bases., can be prepared by reacting ammonia with sulfuric acid, H 2. Why can ammonium sulfate be described as a salt?...... 1 Ammonia, NH 3, and hydrazine, N 2 H 4, are both bases. (a) Ammonium sulfate, (NH 4 ) 2, can be prepared by reacting ammonia with sulfuric acid, H 2. Why can ammonium sulfate be described as a salt?..

More information

CHM 130 Acid-Base Titration Molarity of Acetic Acid in Vinegar

CHM 130 Acid-Base Titration Molarity of Acetic Acid in Vinegar CHM 130 Acid-Base Titration Molarity of Acetic Acid in Vinegar INTRODUCTION One of the most important techniques for chemical analysis is titration to an equivalence point. To illustrate this procedure,

More information

Chapter 9: Acids, Bases, and Salts

Chapter 9: Acids, Bases, and Salts Chapter 9: Acids, Bases, and Salts 1 ARRHENIUS ACID An Arrhenius acid is any substance that provides hydrogen ions, H +, when dissolved in water. ARRHENIUS BASE An Arrhenius base is any substance that

More information

Covalent (sharing of electron pairs) Ionic ( electrostatic attraction between oppositely charged ions)

Covalent (sharing of electron pairs) Ionic ( electrostatic attraction between oppositely charged ions) Covalent (sharing of electron pairs) Ionic ( electrostatic attraction between oppositely charged ions) Metallic (electrostatic attraction between + metal ions and delocalised electrons) Group 1 ions 1+

More information

Based on the kinetic molecular theory of gases, which one of the following statements is INCORRECT?

Based on the kinetic molecular theory of gases, which one of the following statements is INCORRECT? 1 Based on the kinetic molecular theory of gases, which one of the following statements is INCORRECT? A) The collisions between gas molecules are perfectly elastic. B) At absolute zero, the average kinetic

More information

Acid + Base BOOM- Teacher Guide

Acid + Base BOOM- Teacher Guide Learning Objectives: Acid + Base BOOM- Teacher Guide Obtain knowledge on common environmental cleanup problems Obtain a general knowledge of ph and solubility Perform a ph test and analysis Perform a wet

More information

Electrochemistry. To use principles of electrochemistry to understand the properties of electrochemical cells and electrolysis.

Electrochemistry. To use principles of electrochemistry to understand the properties of electrochemical cells and electrolysis. Electrochemistry Objectives: To use principles of electrochemistry to understand the properties of electrochemical cells and electrolysis. Background: Part I: Galvanic Cells: A Galvanic cell is a device

More information

Topic: APPLIED ELECTROCHEMISTRY. Q.1 What is polarization? Explain the various type of polarization.

Topic: APPLIED ELECTROCHEMISTRY. Q.1 What is polarization? Explain the various type of polarization. Topic: APPLIED ELECTROCHEMISTRY T.Y.B.Sc Q.1 What is polarization? Explain the various type of polarization. Ans. The phenomenon of reverse e.m.f. brought about by the presence of product of electrolysis

More information

IV. Transport Phenomena Lecture 18: Forced Convection in Fuel Cells II

IV. Transport Phenomena Lecture 18: Forced Convection in Fuel Cells II IV. Transport Phenomena Lecture 18: Forced Convection in Fuel Cells II MIT Student (and MZB) As discussed in the previous lecture, we are interested in forcing fluid to flow in a fuel cell in order to

More information

ME 431A/538A/538B Homework 22 October 2018 Advanced Fluid Mechanics

ME 431A/538A/538B Homework 22 October 2018 Advanced Fluid Mechanics ME 431A/538A/538B Homework 22 October 2018 Advanced Fluid Mechanics For Friday, October 26 th Start reading the handout entitled Notes on finite-volume methods. Review Chapter 7 on Dimensional Analysis

More information

Modeling Li + Ion Battery Electrode Properties

Modeling Li + Ion Battery Electrode Properties Modeling Li + Ion Battery Electrode Properties June 20, 2008 1 / 39 Students Annalinda Arroyo: Rensselaer Polytechnic Institute Thomas Bellsky: Michigan State University Anh Bui: SUNY at Buffalo Haoyan

More information

Chapter 3: Solution Chemistry (For best results when printing these notes, use the pdf version of this file)

Chapter 3: Solution Chemistry (For best results when printing these notes, use the pdf version of this file) Chapter 3: Solution Chemistry (For best results when printing these notes, use the pdf version of this file) Section 3.1: Solubility Rules (For Ionic Compounds in Water) Section 3.1.1: Introduction Solubility

More information

Electrochemical Cells

Electrochemical Cells Electrochemistry Electrochemical Cells The Voltaic Cell Electrochemical Cell = device that generates electricity through redox rxns 1 Voltaic (Galvanic) Cell An electrochemical cell that produces an electrical

More information