Chemical and Biomedical Engineering Calculations Using Python
Title | Chemical and Biomedical Engineering Calculations Using Python PDF eBook |
Author | Jeffrey J. Heys |
Publisher | John Wiley & Sons |
Pages | 278 |
Release | 2017-01-10 |
Genre | Technology & Engineering |
ISBN | 1119267064 |
Presents standard numerical approaches for solving common mathematical problems in engineering using Python. Covers the most common numerical calculations used by engineering students Covers Numerical Differentiation and Integration, Initial Value Problems, Boundary Value Problems, and Partial Differential Equations Focuses on open ended, real world problems that require students to write a short report/memo as part of the solution process Includes an electronic download of the Python codes presented in the book
Perry's Chemical Engineers' Handbook, 9th Edition
Title | Perry's Chemical Engineers' Handbook, 9th Edition PDF eBook |
Author | Don W. Green |
Publisher | McGraw Hill Professional |
Pages | 2274 |
Release | 2018-07-13 |
Genre | Technology & Engineering |
ISBN | 0071834095 |
Up-to-Date Coverage of All Chemical Engineering Topics―from the Fundamentals to the State of the Art Now in its 85th Anniversary Edition, this industry-standard resource has equipped generations of engineers and chemists with vital information, data, and insights. Thoroughly revised to reflect the latest technological advances and processes, Perry's Chemical Engineers' Handbook, Ninth Edition, provides unsurpassed coverage of every aspect of chemical engineering. You will get comprehensive details on chemical processes, reactor modeling, biological processes, biochemical and membrane separation, process and chemical plant safety, and much more. This fully updated edition covers: Unit Conversion Factors and Symbols • Physical and Chemical Data including Prediction and Correlation of Physical Properties • Mathematics including Differential and Integral Calculus, Statistics , Optimization • Thermodynamics • Heat and Mass Transfer • Fluid and Particle Dynamics *Reaction Kinetics • Process Control and Instrumentation• Process Economics • Transport and Storage of Fluids • Heat Transfer Operations and Equipment • Psychrometry, Evaporative Cooling, and Solids Drying • Distillation • Gas Absorption and Gas-Liquid System Design • Liquid-Liquid Extraction Operations and Equipment • Adsorption and Ion Exchange • Gas-Solid Operations and Equipment • Liquid-Solid Operations and Equipment • Solid-Solid Operations and Equipment •Chemical Reactors • Bio-based Reactions and Processing • Waste Management including Air ,Wastewater and Solid Waste Management* Process Safety including Inherently Safer Design • Energy Resources, Conversion and Utilization* Materials of Construction
Introduction to Chemical Engineering Computing
Title | Introduction to Chemical Engineering Computing PDF eBook |
Author | Bruce A. Finlayson |
Publisher | John Wiley & Sons |
Pages | 415 |
Release | 2012-07-31 |
Genre | Technology & Engineering |
ISBN | 1118309588 |
Step-by-step instructions enable chemical engineers to master key software programs and solve complex problems Today, both students and professionals in chemical engineering must solve increasingly complex problems dealing with refineries, fuel cells, microreactors, and pharmaceutical plants, to name a few. With this book as their guide, readers learn to solve these problems using their computers and Excel®, MATLAB, Aspen Plus, and COMSOL Multiphysics. Moreover, they learn how to check their solutions and validate their results to make sure they have solved the problems correctly. Now in its Second Edition, Introduction to Chemical Engineering Computing is based on the author's firsthand teaching experience. As a result, the emphasis is on problem solving. Simple introductions help readers become conversant with each program and then tackle a broad range of problems in chemical engineering, including: Equations of state Chemical reaction equilibria Mass balances with recycle streams Thermodynamics and simulation of mass transfer equipment Process simulation Fluid flow in two and three dimensions All the chapters contain clear instructions, figures, and examples to guide readers through all the programs and types of chemical engineering problems. Problems at the end of each chapter, ranging from simple to difficult, allow readers to gradually build their skills, whether they solve the problems themselves or in teams. In addition, the book's accompanying website lists the core principles learned from each problem, both from a chemical engineering and a computational perspective. Covering a broad range of disciplines and problems within chemical engineering, Introduction to Chemical Engineering Computing is recommended for both undergraduate and graduate students as well as practicing engineers who want to know how to choose the right computer software program and tackle almost any chemical engineering problem.
Solving PDEs in Python
Title | Solving PDEs in Python PDF eBook |
Author | Hans Petter Langtangen |
Publisher | Springer |
Pages | 152 |
Release | 2017-03-21 |
Genre | Computers |
ISBN | 3319524623 |
This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonlinear advection–diffusion–reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs. This book is open access under a CC BY license.
Teaching Programming Across the Chemistry Curriculum
Title | Teaching Programming Across the Chemistry Curriculum PDF eBook |
Author | Ashley Ringer McDonald |
Publisher | ACS Symposium |
Pages | 0 |
Release | 2022 |
Genre | Computers |
ISBN | 9780841298194 |
"Sponsored by the ACS Division of Chemical Education."
Free Energy Calculations
Title | Free Energy Calculations PDF eBook |
Author | Christophe Chipot |
Publisher | Springer Science & Business Media |
Pages | 528 |
Release | 2007-01-08 |
Genre | Language Arts & Disciplines |
ISBN | 3540384472 |
Free energy constitutes the most important thermodynamic quantity to understand how chemical species recognize each other, associate or react. Examples of problems in which knowledge of the underlying free energy behaviour is required, include conformational equilibria and molecular association, partitioning between immiscible liquids, receptor-drug interaction, protein-protein and protein-DNA association, and protein stability. This volume sets out to present a coherent and comprehensive account of the concepts that underlie different approaches devised for the determination of free energies. The reader will gain the necessary insight into the theoretical and computational foundations of the subject and will be presented with relevant applications from molecular-level modelling and simulations of chemical and biological systems. Both formally accurate and approximate methods are covered using both classical and quantum mechanical descriptions. A central theme of the book is that the wide variety of free energy calculation techniques available today can be understood as different implementations of a few basic principles. The book is aimed at a broad readership of graduate students and researchers having a background in chemistry, physics, engineering and physical biology.
MATLAB Programming for Biomedical Engineers and Scientists
Title | MATLAB Programming for Biomedical Engineers and Scientists PDF eBook |
Author | Andrew P. King |
Publisher | Academic Press |
Pages | 466 |
Release | 2022-05-24 |
Genre | Technology & Engineering |
ISBN | 0323984576 |
MATLAB Programming for Biomedical Engineers and Scientists, Second Edition provides an easy-to-learn introduction to the fundamentals of computer programming in MATLAB. The book explains the principles of good programming practice, while also demonstrating how to write efficient and robust code that analyzes and visualizes biomedical data. Aimed at the biomedical engineering student, biomedical scientist and medical researcher with little or no computer programming experience, this is an excellent resource for learning the principles and practice of computer programming using MATLAB. The book enables the reader to analyze problems and apply structured design methods to produce elegant, efficient and well-structured program designs, implement a structured program design in MATLAB, write code that makes good use of MATLAB programming features, including control structures, functions and advanced data types, and much more. - Presents many real-world biomedical problems and data, showing the practical application of programming concepts - Contains two whole chapters dedicated to the practicalities of designing and implementing more complex programs - Provides an accompanying website with freely available data and source code for the practical code examples, activities and exercises in the book - Includes new chapters on machine learning, engineering mathematics, and expanded coverage of data types