898 resultados para Li-Ion Battery
Resumo:
Simulation of satellite subsystems behaviour is extramely important in the design at early stages. The subsystems are normally simulated in the both ways : isolated and as part of more complex simulation that takes into account imputs from other subsystems (concurrent design). In the present work, a simple concurrent simulation of the power subsystem of a microsatellite, UPMSat-2, is described. The aim of the work is to obtain the performance profile of the system (battery charging level, power consumption by the payloads, power supply from solar panels....). Different situations such as battery critical low or high level, effects of high current charging due to the low temperature of solar panels after eclipse,DoD margins..., were analysed, and different safety strategies studied using the developed tool (simulator) to fulfil the mission requirements. Also, failure cases were analysed in order to study the robustness of the system. The mentioned simulator has been programed taking into account the power consumption performances (average and maximum consumptions per orbit/day) of small part of the subsystem (SELEX GALILEO SPVS modular generators built with Azur Space solar cells, SAFT VES16 6P4S Li-ion battery, SSBV magnetometers, TECNOBIT and DATSI/UPM On Board Data Handling -OBDH-...). The developed tool is then intended to be a modular simulator, with the chance of use any other components implementing some standard data.
Resumo:
In recent decades, full electric and hybrid electric vehicles have emerged as an alternative to conventional cars due to a range of factors, including environmental and economic aspects. These vehicles are the result of considerable efforts to seek ways of reducing the use of fossil fuel for vehicle propulsion. Sophisticated technologies such as hybrid and electric powertrains require careful study and optimization. Mathematical models play a key role at this point. Currently, many advanced mathematical analysis tools, as well as computer applications have been built for vehicle simulation purposes. Given the great interest of hybrid and electric powertrains, along with the increasing importance of reliable computer-based models, the author decided to integrate both aspects in the research purpose of this work. Furthermore, this is one of the first final degree projects held at the ETSII (Higher Technical School of Industrial Engineers) that covers the study of hybrid and electric propulsion systems. The present project is based on MBS3D 2.0, a specialized software for the dynamic simulation of multibody systems developed at the UPM Institute of Automobile Research (INSIA). Automobiles are a clear example of complex multibody systems, which are present in nearly every field of engineering. The work presented here benefits from the availability of MBS3D software. This program has proven to be a very efficient tool, with a highly developed underlying mathematical formulation. On this basis, the focus of this project is the extension of MBS3D features in order to be able to perform dynamic simulations of hybrid and electric vehicle models. This requires the joint simulation of the mechanical model of the vehicle, together with the model of the hybrid or electric powertrain. These sub-models belong to completely different physical domains. In fact the powertrain consists of energy storage systems, electrical machines and power electronics, connected to purely mechanical components (wheels, suspension, transmission, clutch…). The challenge today is to create a global vehicle model that is valid for computer simulation. Therefore, the main goal of this project is to apply co-simulation methodologies to a comprehensive model of an electric vehicle, where sub-models from different areas of engineering are coupled. The created electric vehicle (EV) model consists of a separately excited DC electric motor, a Li-ion battery pack, a DC/DC chopper converter and a multibody vehicle model. Co-simulation techniques allow car designers to simulate complex vehicle architectures and behaviors, which are usually difficult to implement in a real environment due to safety and/or economic reasons. In addition, multi-domain computational models help to detect the effects of different driving patterns and parameters and improve the models in a fast and effective way. Automotive designers can greatly benefit from a multidisciplinary approach of new hybrid and electric vehicles. In this case, the global electric vehicle model includes an electrical subsystem and a mechanical subsystem. The electrical subsystem consists of three basic components: electric motor, battery pack and power converter. A modular representation is used for building the dynamic model of the vehicle drivetrain. This means that every component of the drivetrain (submodule) is modeled separately and has its own general dynamic model, with clearly defined inputs and outputs. Then, all the particular submodules are assembled according to the drivetrain configuration and, in this way, the power flow across the components is completely determined. Dynamic models of electrical components are often based on equivalent circuits, where Kirchhoff’s voltage and current laws are applied to draw the algebraic and differential equations. Here, Randles circuit is used for dynamic modeling of the battery and the electric motor is modeled through the analysis of the equivalent circuit of a separately excited DC motor, where the power converter is included. The mechanical subsystem is defined by MBS3D equations. These equations consider the position, velocity and acceleration of all the bodies comprising the vehicle multibody system. MBS3D 2.0 is entirely written in MATLAB and the structure of the program has been thoroughly studied and understood by the author. MBS3D software is adapted according to the requirements of the applied co-simulation method. Some of the core functions are modified, such as integrator and graphics, and several auxiliary functions are added in order to compute the mathematical model of the electrical components. By coupling and co-simulating both subsystems, it is possible to evaluate the dynamic interaction among all the components of the drivetrain. ‘Tight-coupling’ method is used to cosimulate the sub-models. This approach integrates all subsystems simultaneously and the results of the integration are exchanged by function-call. This means that the integration is done jointly for the mechanical and the electrical subsystem, under a single integrator and then, the speed of integration is determined by the slower subsystem. Simulations are then used to show the performance of the developed EV model. However, this project focuses more on the validation of the computational and mathematical tool for electric and hybrid vehicle simulation. For this purpose, a detailed study and comparison of different integrators within the MATLAB environment is done. Consequently, the main efforts are directed towards the implementation of co-simulation techniques in MBS3D software. In this regard, it is not intended to create an extremely precise EV model in terms of real vehicle performance, although an acceptable level of accuracy is achieved. The gap between the EV model and the real system is filled, in a way, by introducing the gas and brake pedals input, which reflects the actual driver behavior. This input is included directly in the differential equations of the model, and determines the amount of current provided to the electric motor. For a separately excited DC motor, the rotor current is proportional to the traction torque delivered to the car wheels. Therefore, as it occurs in the case of real vehicle models, the propulsion torque in the mathematical model is controlled through acceleration and brake pedal commands. The designed transmission system also includes a reduction gear that adapts the torque coming for the motor drive and transfers it. The main contribution of this project is, therefore, the implementation of a new calculation path for the wheel torques, based on performance characteristics and outputs of the electric powertrain model. Originally, the wheel traction and braking torques were input to MBS3D through a vector directly computed by the user in a MATLAB script. Now, they are calculated as a function of the motor current which, in turn, depends on the current provided by the battery pack across the DC/DC chopper converter. The motor and battery currents and voltages are the solutions of the electrical ODE (Ordinary Differential Equation) system coupled to the multibody system. Simultaneously, the outputs of MBS3D model are the position, velocity and acceleration of the vehicle at all times. The motor shaft speed is computed from the output vehicle speed considering the wheel radius, the gear reduction ratio and the transmission efficiency. This motor shaft speed, somehow available from MBS3D model, is then introduced in the differential equations corresponding to the electrical subsystem. In this way, MBS3D and the electrical powertrain model are interconnected and both subsystems exchange values resulting as expected with tight-coupling approach.When programming mathematical models of complex systems, code optimization is a key step in the process. A way to improve the overall performance of the integration, making use of C/C++ as an alternative programming language, is described and implemented. Although this entails a higher computational burden, it leads to important advantages regarding cosimulation speed and stability. In order to do this, it is necessary to integrate MATLAB with another integrated development environment (IDE), where C/C++ code can be generated and executed. In this project, C/C++ files are programmed in Microsoft Visual Studio and the interface between both IDEs is created by building C/C++ MEX file functions. These programs contain functions or subroutines that can be dynamically linked and executed from MATLAB. This process achieves reductions in simulation time up to two orders of magnitude. The tests performed with different integrators, also reveal the stiff character of the differential equations corresponding to the electrical subsystem, and allow the improvement of the cosimulation process. When varying the parameters of the integration and/or the initial conditions of the problem, the solutions of the system of equations show better dynamic response and stability, depending on the integrator used. Several integrators, with variable and non-variable step-size, and for stiff and non-stiff problems are applied to the coupled ODE system. Then, the results are analyzed, compared and discussed. From all the above, the project can be divided into four main parts: 1. Creation of the equation-based electric vehicle model; 2. Programming, simulation and adjustment of the electric vehicle model; 3. Application of co-simulation methodologies to MBS3D and the electric powertrain subsystem; and 4. Code optimization and study of different integrators. Additionally, in order to deeply understand the context of the project, the first chapters include an introduction to basic vehicle dynamics, current classification of hybrid and electric vehicles and an explanation of the involved technologies such as brake energy regeneration, electric and non-electric propulsion systems for EVs and HEVs (hybrid electric vehicles) and their control strategies. Later, the problem of dynamic modeling of hybrid and electric vehicles is discussed. The integrated development environment and the simulation tool are also briefly described. The core chapters include an explanation of the major co-simulation methodologies and how they have been programmed and applied to the electric powertrain model together with the multibody system dynamic model. Finally, the last chapters summarize the main results and conclusions of the project and propose further research topics. In conclusion, co-simulation methodologies are applicable within the integrated development environments MATLAB and Visual Studio, and the simulation tool MBS3D 2.0, where equation-based models of multidisciplinary subsystems, consisting of mechanical and electrical components, are coupled and integrated in a very efficient way.
Resumo:
Carbon is a versatile material which is composed of different allotropes, and also come in with different structures. Carbon nanofibres (CNFs) is one dimensional carbon nanomaterials, which have exhibited superior mechanical properties, great specific area, good electrical conductivity, good biocompatibility, and ease of modification. In addition to the lower cost associated to compare with carbon nanotubes (CNTs), CNFs have been attracted in numerous applications, such as reinforcement materials, filtrations, Li-ion battery, supercapacitor as well as tissue engineering, just to list a few. Therefore, it is a great deal to understand the relationship between the fabrication conditions and the characteristics of the resulted CNFs. In this project, electrospun PAN NFs were used as precursor material to fabricate carbon nanofibres. In order to produce CNFs with good morphology, the processing parameters of PAN nanofibres by electrospinning was optimized toward to the morphology at solution concentration of 12 wt%. The optimized processing parameters at given concentration were 16 kV, 14 cm and 1.5 mL/h, which led to the formation of PAN NFs with average fibre diameter of approximately 260 nm. Along with the effect of processing parameter study, the effect of concentration on the morphology was also carried out at optimized processing parameters. It was found that by increasing concentration of PAN solution from 2 to 16%, the resulted PAN transformed from beads only, to beaded fibres and finally to smooth fibres. With further increasing concentration the morphology of smooth fibres remain with increase in the fibre diameter. Electrospun PAN NFs with average fibre of 306 nm was selected to be converted into CNFs by using standard heating procedures, stabilisation in air at 280 °C and carbonization in N2. The effect of carbonization temperature ranging from 500 to 1000 °C was investigated, by using SEM, FTIR, Raman, and Impedance spectroscopy. With increasing carbonization temperature from 500 to 1000 °C, the diameter of NFs was decreased from 260 to 187, associated with loss of almost all functional groups of NFs. It was indicated by Raman results, that the graphitic crystallite size was increased from 2.62 to 5.24 nm, and the activation energy obtained for this growth was 7570 J/mol. Furthermore, impedance results (i.e. Cole-Cole plot) revealed that the electrical characteristic of CNFs transitioned from being insulating to electrically conducting in nature, suggested by the different electrical circuits extracted from Cole-Cole plots with carbonization temperature from 500 to 800 °C. The carbonization on PAN NFs with diameter of ~431nm was carried out by using novel route, microwave plasma enhance chemical vapour deposition (MPECVD) process. To compare with carbonized PAN NFs by using conventional route, MPECVD was not only able to facilitate carbonization process, but more interestingly can form carbon nanowalls (CNWs) grown on the surfaces of carbonized PAN NFs. Suggested by the unique morphology, the potential applications for the resulted carbon fibrous hybrid materials are supercapacitor electrode material, filtrations, and etc., The method developed in this project required one step less, compared with other literature. Therefore, using MPECVD on stabilised PAN NFs is proposed as economical, and straightforward approach towards mass production of carbon fibrous hybrid materials containing CNWs.
Resumo:
In the current age of fast-depleting conventional energy sources, top priority is given to exploring non-conventional energy sources, designing highly efficient energy storage systems and converting existing machines/instruments/devices into energy-efficient ones. ‘Energy efficiency’ is one of the important challenges for today’s scientific and research community, worldwide. In line with this demand, the current research was focused on developing two highly energy-efficient devices – field emitters and Li-ion batteries, using beneficial properties of carbon nanotubes (CNT). Interface-engineered, directly grown CNTs were used as cathode in field emitters, while similar structure was applied as anode in Li-ion batteries. Interface engineering was found to offer minimum resistance to electron flow and strong bonding with the substrate. Both field emitters and Li-ion battery anodes were benefitted from these advantages, demonstrating high energy efficiency. Field emitter, developed during this research, could be characterized by low turn-on field, high emission current, very high field enhancement factor and extremely good stability during long-run. Further, application of 3-dimensional design to these field emitters resulted in achieving one of the highest emission current densities reported so far. The 3-D field emitter registered 27 times increase in current density, as compared to their 2-D counterparts. These achievements were further followed by adding new functionalities, transparency and flexibility, to field emitters, keeping in view of current demand for flexible displays. A CNT-graphene hybrid structure showed appreciable emission, along with very good transparency and flexibility. Li-ion battery anodes, prepared using the interface-engineered CNTs, have offered 140% increment in capacity, as compared to conventional graphite anodes. Further, it has shown very good rate capability and an exceptional ‘zero capacity degradation’ during long cycle operation. Enhanced safety and charge transfer mechanism of this novel anode structure could be explained from structural characterization. In an attempt to progress further, CNTs were coated with ultrathin alumina by atomic layer deposition technique. These alumina-coated CNT anodes offered much higher capacity and an exceptional rate capability, with very low capacity degradation in higher current densities. These highly energy efficient CNT based anodes are expected to enhance capacities of future Li-ion batteries.
Resumo:
We report a successful ligand- and liquid-free solid state route to form metal pyrophosphates within a layered graphitic carbon matrix through a single step approach involving pyrolysis of previously synthesized organometallic derivatives of a cyclotriphosphazene. In this case, we show how single crystal Mn2P2O7 can be formed on either the micro- or the nanoscale in the complete absence of solvents or solutions by an efficient combustion process using rationally designed macromolecular trimer precursors, and present evidence and a mechanism for layered graphite host formation. Using in situ Raman spectroscopy, infrared spectroscopy, X-ray diffraction, high resolution electron microscopy, thermogravimetric and differential scanning calorimetric analysis, and near-edge X-ray absorption fine structure examination, we monitor the formation process of a layered, graphitic carbon in the matrix. The identification of thermally and electrically conductive graphitic carbon host formation is important for the further development of this general ligand-free synthetic approach for inorganic nanocrystal growth in the solid state, and can be extended to form a range of transition metals pyrophosphates. For important energy storage applications, the method gives the ability to form oxide and (pyro)phosphates within a conductive, intercalation possible, graphitic carbon as host–guest composites directly on substrates for high rate Li-ion battery and emerging alternative positive electrode materials
Resumo:
En claro alineamiento con estrategias de sostenibilidad en el uso de recursos naturales en un escenario constante de aumento de la demanda energética mundial, el desarrollo de la tecnología energética en la Historia de la Especie Humana muestra un vector de evolución permanente desde su origen en el sentido del desarrollo y uso de nuevas fuentes energéticas con la explotación de recursos naturales de manera más eficiente: soluciones energéticas con aumento de la densidad energética (exoenergía de proceso por unidad de masa de recurso natural). Así el cambio de escala en la demanda de explotación del Litio como recurso natural se viene presentando en la última década ligada al desarrollo del mercado de las baterías "ion-Litio" y los requisitos de combustible (Deuterio y Litio) en el camino de la fusión nuclear como opción energética próxima. El análisis anticipado de las demandas sinérgicas a escala de ambos mercados aparece de enorme interés prospectivo en sus aspectos técnicos: (1) tecnologías de base para la extracción mineral y de agua marina y (2) su enriquecimiento isotópico (de interés sinérgico; 7Li para baterías eficientes ion-litio; 6Li como regenerador de tritio en ciclo de combustible en fusión nuclear) a la vez que en sus aspectos económicos. Este Proyecto realiza: (1) un ejercicio de análisis prospectivo de la demanda y de mercado para el enriquecimiento 6Li/7Li para las próximas décadas, (2) se califican los desarrollos tecnológicos específicos que van a poder permitir la producción a escala conforme a la demanda; (3) se selecciona y califica una técnica [de centrifugación / termo-difusión/ destilación combinada] como opción tecnológicamente viable para la producción a escala de formas litiadas; (4) se propone un diseño conceptual de planta de producción y finalmente (5) propone un estudio de viabilidad para la demostración de proceso y construcción de dicha planta de demostración de la nueva capacidad tecnológica. ABSTRACT Clearly aligned with sustainability strategies under growing world energy demand in the use of natural resources the development of energy technology in the history of the human species shows a vector of ongoing evolution from its origin in the sense of the development and use of new energy sources with the exploitation of natural resources in a more efficient manner. The change of scale in the demand for exploitation of Lithium as a natural resource appears during the last decade as bound to the deployment of "lithium-ion" batteries market and to the Nuclear Fusion fuels (deuterium and lithium) supply scaled demands. The prospective analysis of demands to scale in both markets appears in scene with huge prospective interest in its technical aspects: (1) base technologies for mineral and water marine extraction (2) its isotopic enrichment (synergistic interests; 7Li efficient battery Li-ion; 6Li as fusion nuclear fuel breeder (tritium) as well as in its economic aspects. This Project: (1) propose a prospective analysis exercise of the synergistic supply demand for coming decades for the enrichment of 6Li and 7Li, (2) qualifies specific technological developments ongoing to respond to supply demand; (3) select and qualifies an appropriate technique [combined centrifugation/thermo-diffusion/distillation] as technologically viable option for lithiated forms scaled-production; (4) proposes a conceptual design of production plant based on the technique and finally (5) proposes a feasibility study for the process demonstration and construction of this new technological capability Demonstration Plant.
Resumo:
Three-dimensional (3D) Fe2(MoO4)3 microspheres with ultrathin nanosheet constituents are first synthesized as anode materials for the lithium-ion battery. It is interesting that the single-crystalline nanosheets allow rapid electron/ion transport on the inside, and the high porosity ensures fast diffusion of liquid electrolyte in energy storage applications. The electrochemical properties of Fe2(MoO4)3 as anode demonstrates that 3D Fe2(MoO4)3 microspheres deliver an initial capacity of 1855 mAh/g at a current density of 100 mA/g. Particularly, when the current density is increased to 800 mA/g, the reversible capacity of Fe2(MoO4)3 anode still arrived at 456 mAh/g over 50 cycles. The large and reversible capacities and stable charge–discharge cycling performance indicate that Fe2(MoO4)3 is a promising anode material for lithium battery applications. Graphical abstract The electrochemical properties of Fe2(MoO4)3 as anode demonstrates that 3D Fe2(MoO4)3 microspheres delivered an initial capacity of 1855 mAh/g at a current density of 100 mA/g. When the current density was increased to 800 mA/g, the Fe2(MoO4)3 still behaved high reversible capacity and good cycle performance.
Resumo:
One-dimensional nanomaterials have short Li+ diffusion paths and promising structural stability, which results in a long cycle life during Li+ insertion and extraction processes in lithium rechargeable batteries. In this study, we fabricated one-dimensional spinel Li 4Ti5O12 (LTO) nanofibers using an electrospinning technique and studied the Zr4+ doping effect on the lattice, electronic structure, and resultant electrochemical properties of Li-ion batteries (LIBs). Accommodating a small fraction of Zr4+ ions in the Ti4+ sites of the LTO structure gave rise to enhanced LIB performance, which was due to structural distortion through an increase in the average lattice constant and thereby enlarged Li+ diffusion paths rather than changes to the electronic structure. Insulating ZrO2 nanoparticles present between the LTO grains due to the low Zr4+ solubility had a negative effect on the Li+ extraction capacity, however. These results could provide key design elements for LTO anodes based on atomic level insights that can pave the way to an optimal protocol to achieve particular functionalities. Distorted lattice: Zr4+ is doped into a 1 D spinel Li4Ti5O12 (LTO) nanostructure and the resulting electrochemical properties are explored through a combined theoretical and experimental investigation. The improved electrochemical performance resulting from incorporation of Zr4+ in the LTO is due to lattice distortion and, thereby, enlarged Li+ diffusion paths rather than to a change in the electronic structure.
Resumo:
The reduction of the diffusion energy barrier for Li in electrodes is one of the required criteria to achieve better performances in Li ion batteries. Using density functional theory based calculations, we report a pressure induced manifold enhancement of Li-kinetics in bulk FCC fullerene. Scanning of the potential energy surface reveals a diffusion path with a low energy barrier of 0.62 eV, which reduces further under the application of hydrostatic pressure. The pressure induced reduction in the diffusion barrier continues till a uniform volume strain of 17.7% is reached. Further enhancement of strain increases the barrier due to the repulsion caused by C-C bond formation between two neighbouring fullerenes. The decrease in the barrier is attributed to the combined effect of charge transfer triggered by the enhanced interaction of Li with the fullerene as well as the change in profile of the local potential, which becomes more attractive for Li. The lowering of the barrier leads to an enhancement of two orders of magnitude in Li diffusivity at room temperature making pressurized bulk fullerene a promising artificial solid electrolyte interface (SEI) for a faster rechargeable battery.
Resumo:
Nano-structured silicon anodes are attractive alternatives to graphitic carbons in rechargeable Li-ion batteries, owing to their extremely high capacities. Despite their advantages, numerous issues remain to be addressed, the most basic being to understand the complex kinetics and thermodynamics that control the reactions and structural rearrangements. Elucidating this necessitates real-time in situ metrologies, which are highly challenging, if the whole electrode structure is studied at an atomistic level for multiple cycles under realistic cycling conditions. Here we report that Si nanowires grown on a conducting carbon-fibre support provide a robust model battery system that can be studied by (7)Li in situ NMR spectroscopy. The method allows the (de)alloying reactions of the amorphous silicides to be followed in the 2nd cycle and beyond. In combination with density-functional theory calculations, the results provide insight into the amorphous and amorphous-to-crystalline lithium-silicide transformations, particularly those at low voltages, which are highly relevant to practical cycling strategies.
Resumo:
The irreversible capacity loss of the carbon electrode in lithium-ion batteries at the first cycle is caused mostly by surface film growth. We inspected an unknown irreversible capacity loss (UICL) of the natural graphite electrodes. The charge/discharge behavior of graphite and meso-phase carbon microbeads heat-treated at 2800 degrees C (MCMB28) as the materials of the carbon anode in the lithium-ion battery were compared. It was found that the capacity loss of the natural graphite electrode in the first cycle is caused not only by surface film growth, but also by irreversible lithium-ion intercalation on the new formed surface at the potential range of lithium intercalation, while the capacity loss of the MCMB28 electrode is mainly originated from surface film growth. The reason for the difference of their irreversible capacity losses of these two kinds of carbon material was explained in relation to their structural characteristics. (C) 1997 Published by Elsevier Science S.A.
Resumo:
By using Si(100) with different dopant type (n++-type (As) or p-type (B)), it is shown how metal-assisted chemically (MAC) etched silicon nanowires (Si NWs) can form with rough outer surfaces around a solid NW core for p-type NWs, and a unique, defined mesoporous structure for highly doped n-type NWs. High resolution electron microscopy techniques were used to define the characteristic roughening and mesoporous structure within the NWs and how such structures can form due to a judicious choice of carrier concentration and dopant type. Control of roughness and internal mesoporosity is demonstrated during the formation of Si NWs from highly doped n-type Si(100) during electroless etching through a systematic investigation of etching parameters (etching time, AgNO3 concentration, %HF and temperature). Raman scattering measurements of the transverse optical phonon confirm quantum size effects and phonon scattering in mesoporous wires associated with the etching condition, including quantum confinement effects for the nanocrystallites of Si comprising the internal structure of the mesoporous NWs. Laser power heating of NWs confirms phonon confinement and scattering from internal mesoporosity causing reduced thermal conductivity. The Li+ insertion and extraction characteristics at n-type and p-type Si(100) electrodes with different carrier density and doping type are investigated by cyclic voltammetry and constant current measurements. The insertion and extraction potentials are demonstrated to vary with cycling and the occurrence of an activation effect is shown in n-type electrodes where the charge capacity and voltammetric currents are found to be much higher than p-type electrodes. X-ray photo-electron spectroscopy (XPS) and Raman scattering demonstrate that highly doped n-type Si(100) retains Li as a silicide and converts to an amorphous phase as a two-step phase conversion process. The findings show the succinct dependence of Li insertion and extraction processes for uniformly doped Si(100) single crystals and how the doping type and its effect on the semiconductor-solution interface dominate Li insertion and extraction, composition, crystallinity changes and charge capacity. The effect of dopant, doping density and porosity of MAC etched Si NWs are investigated. The CV response is shown to change in area (current density) with increasing NW length and in profile shape with a changing porosity of the Si NWs. The CV response also changes with scan rate indicative of a transition from intercalation or alloying reactions, to pseudocapactive charge storage at higher scan rates and for p-type NWs. SEM and TEM show a change in structure of the NWs after Li insertion and extraction due to expansion and contraction of the Si NWs. Galvanostatic measurements show the cycling behavior and the Coulombic efficiency of the Si NWs in comparison to their bulk counterparts.
Resumo:
Scanning probe microscopy methods have been used to electrodeposit and cycle micron-scale Li anodes deposited electrochemically under nanofabricated Au current collectors. An average Li volume of 5 x 10(8) nm(3) was deposited and cycled with 100% coulombic efficiency for similar to 160 cycles. Integrated charge/discharge values agree with before/after topography, as well as in situ dilatometry, suggesting this is a reliable method to study solid-state electrochemical processes. In this work we illustrate the possibility to deposit highly cyclable nanometer thick Li electrodes by mature SPM and nanofab techniques which can pave the way for inexpensive nanoscale battery arrays.
Resumo:
A tactful ionic-liquid (IL)-assisted approach to in situ synthesis of iron fluoride/graphene nanosheet (GNS) hybrid nanostructures is developed. To ensure uniform dispersion and tight anchoring of the iron fluoride on graphene, we employ an IL which serves not only as a green fluoride source for the crystallization of iron fluoride nanoparticles but also as a dispersant of GNSs. Owing to the electron transfer highways created between the nanoparticles and the GNSs, the iron fluoride/GNS hybrid cathodes exhibit a remarkable improvement in both capacity and rate performance (230 mAh g-1 at 0.1 C and 74 mAh g-1 at 40 C). The stable adhesion of iron fluoride nanoparticles on GNSs also introduces a significant improvement in long-term cyclic performance (115 mAh g-1 after 250 cycles even at 10 C). The superior electrochemical performance of these iron fluoride/GNS hybrids as lithium ion battery cathodes is ascribed to the robust structure of the hybrid and the synergies between iron fluoride nanoparticles and graphene. © 2013 American Chemical Society.
Resumo:
Electric vehicles (EVs) and hybrid electric vehicles (HEVs) are rapidly gaining popularity as a means of de-carbonization in the transport sector in tackling sustainable energy supply and environment pollution problems. To build a proper battery model is essential in predicting battery behaviour under various operating conditions for avoiding unsafe battery operations and developing proper controlling algorithms and maintenance strategies. This paper presents a comprehensive review of battery modelling methods. In particular, the mechanism and characteristics of Li-ion batteries are presented, and different modelling methods are discussed. Considering that equivalent electric circuit models (EECMs) are the most widely used, a detailed analysis of the modelling procedure is presented.