{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "# Part I: Introduction to Battery Modelling with BattMo\n", "\n", " **Dr. Sridevi Krishnamurthi** and **Dr. Simon Clark,** *SINTEF AS, Battery Technology, Trondheim, Norway*\n", "\n", "\n", "This guide provides an introductory resource for readers who would like to learn about lithium\\-ion batteries, battery modelling, or both! Starting from the basics of how a Li\\-ion battery works, we go step\\-by\\-step, introducing new modelling concepts at each level. After completing this guide, readers should have a working knowledge of Li\\-ion battery design principles and be able to simulate a variety of designs under different conditions.\n", "\n", "\n", "The guide is divided into four parts:\n", "\n", "- **Part I: Introduction to Battery Modelling with BattMo** introduces the basic concepts of Li\\-ion battery design and operation. This part introduces the types of simulations that BattMo can perform and provides some examples demonstrating simple design modifications\n", "- **Part II: The DFN Model overview** explains how the model operates and examines how the model parameters influence cell capacities.\n", "- **Part III: Engineering** use cases delves into the cell design problems such as electrode balancing, rate capability analysis\n", "- **Part IV: Ageing mechanisms and cell engineering** discusses the SEI and Lithium plating issues as part of the ageing mechanism, we also intoduce P4D models for dealing with complex geometries.\n", "\n", "*Please run 'startupBattMo.M' present in the home folder before running this notebook, this loads all the neccessary modules for running the simulations.*\n", "\n", "\n", "\n", "## Part I: Table of Contents\n", " [**1. Lithium\\-Ion Battery Basics**](#-textbf-1-lithium-ion-battery-basics-)\n", "\n", " [**1.1 Cell Components**](#-textbf-1-1-cell-components-)\n", "\n", " [**1.2 Working Principle**](#-textbf-1-2-working-principle-)\n", "\n", " [1.3 Battery Properties](#1-3-battery-properties)\n", "\n", " [**1.4 Operational Protocols**](#-textbf-1-4-operational-protocols-)\n", "\n", " [**2. Modelling with BattMo**](#-textbf-2-modelling-with-battmo-)\n", "\n", " [**2.1 P2D/P3D/P4D Models**](#-textbf-2-1-p2d-p3d-p4d-models-)\n", "\n", " [**Example 1. Build and Visualize the Battery Grid in 3D**](#-textbf-example-1-build-and-visualize-the-battery-grid-in-3d-)\n", "\n", " [**Example 2. Constant Current Discharging of a Gr\\-NMC Battery Cell in 1D geometry**](#-textbf-example-2-constant-current-discharging-of-a-gr-nmc-battery-cell-in-1d-geometry-)\n", "\n", " [**Example 3. Post\\-Processing Voltage Curves**](#-textbf-example-3-post-processing-voltage-curves-)\n", "\n", " [**2.2 Influence of structural and material parameters on the capacity**](#-textbf-2-2-influence-of-structural-and-material-parameters-on-the-capacity-)\n", "\n", " [**Example 4. Increasing the thickness of the negative electrode / positive electrode**](#-textbf-example-4-increasing-the-thickness-of-the-negative-electrode-positive-electrode-)\n", "\n", " [**Example 5. Increasing the effective density of electrode coating**](#-textbf-example-5-increasing-the-effective-density-of-electrode-coating-)\n", "\n", " [**Example 6. Influence of material chemistry on capacity**](#-textbf-example-6-influence-of-material-chemistry-on-capacity-)\n", "\n", " [3. Summary](#3-summary)\n", "\n", " [**4. References**](#-textbf-4-references-)\n", "\n", "\n", "\n", "Rechargeable Li\\-ion batteries have transformed our lives. With the current focus on electrifying the mobility sector and the growing need to support intermittent renewable energy sources, there is much to learn about batteries and the materials that make them. The goal is to develop batteries with higher energy density and improved safety, manufactured in a sustainable manner.\n", "\n", "\n", "BattMo is a powerful tool for conducting battery simulations, aiding in the understanding and optimization of battery performance. It utilizes continuum scale PXD (pseudo\\-X\\-dimensional) simulations based on the Doyle\\-Fuller\\-Newman (DFN) model. By providing material and design parameters for the various components of the battery, BattMo can simulate how key quantities like voltage, current, concentration, and temperature change in the battery as it is operated. When simulated over many charge\\-discharge cycles, BattMo can also predict capacity losses that occur due to degradation. It supports simulations from simple 1D grids to complex multi\\-layer pouch cells and jelly rolls, incorporating thermal effects and degradation mechanisms. Its modular design facilitates easy switching between different cell chemistries, making BattMo versatile for applications in battery research and development.\n", "\n", "\n", "For a detailed overview of the modelling approach and the DFN model, please refer to **Part II** of this modelling guide.\n", "\n", "## **1. Lithium\\-Ion Battery Basics**\n", "\n", "Let's begin by exploring some lithium\\-ion (Li\\-ion) battery basics. The battery cell consists of three main components: **a negative electrode**, **a positive electrode**, and **an electrolyte**.\n", "\n", "\n", "Each electrode contains an **active material** that stores energy by incorporating lithium into its chemical structure through an electrochemical reaction like intercalation or alloying. There are a variety of materials that could be used for active materials, but typical Li\\-ion batteries use graphite for the negative electrode and a lithiated transition metal oxide for the positive electrode. The active materials act as a stable host structure for storing Li\\-ions. You can think of them like shelves and the Li\\-ions like boxes. Boxes can be moved from one shelf to another, but the shelf itself remains stable.\n", "\n", "\n", "The electrodes are linked by an electrolyte that serves as a type of \"highway\" for transporting Li+ ions, and it typically consists of a lithium salt like LiPF6 dissolved in a carbonate\\-based solvent. The electrolyte must support the fast transport of ions, while also blocking the transport of electrons. The electronically insulating nature of the electrolyte forces the electrons through an external circuit, providing electrical energy to connected devices. We will look at the exact types of materials used for these components later.\n", "\n", "\n", "A schematic overview of this process for a graphite \\- lithium cobalt oxide (LCO) cell is shown in **Figure 1**. The basic operating principle of the Li\\-ion battery is sometimes refered to as a \"rocking\\-chair\" mechanism, because the rock back\\-and\\-forth between the positive and negative electrodes. When the Li\\-ion battery cell is charged, an externally applied voltage drives Li+ to de\\-intercalate from the positive electrode into the electrolyte where they are transported via diffusion\\-migration to the negative electrode. Electrons are released from the oxidation of cobalt in the positive electrode (Co3+ \\-> Co4+), travel through the external circuit, and recombine with lithium in the negative electrode \\[1\\]. When the Li\\-ion battery cell is discharged, the process is reversed. Driven by the change in the Gibbs Free Energy, Li is oxidized in the negative electrode and is transported across the electrolyte where it combines with electrons from the external circuit and is intercalated back into the positive electrode active material.\n", "\n", "
\n",
" \n",
"
\n",
" \n",
"
\n",
" \n",
"