An Introduction to Recent Developments in Theory and Numerics for Conservation Laws
Title | An Introduction to Recent Developments in Theory and Numerics for Conservation Laws PDF eBook |
Author | Dietmar Kröner |
Publisher | Springer Science & Business Media |
Pages | 295 |
Release | 2012-12-06 |
Genre | Mathematics |
ISBN | 3642585353 |
The book concerns theoretical and numerical aspects of systems of conservation laws, which can be considered as a mathematical model for the flows of inviscid compressible fluids. Five leading specialists in this area give an overview of the recent results, which include: kinetic methods, non-classical shock waves, viscosity and relaxation methods, a-posteriori error estimates, numerical schemes of higher order on unstructured grids in 3-D, preconditioning and symmetrization of the Euler and Navier-Stokes equations. This book will prove to be very useful for scientists working in mathematics, computational fluid mechanics, aerodynamics and astrophysics, as well as for graduate students, who want to learn about new developments in this area.
Domain Decomposition Methods in Science and Engineering XXI
Title | Domain Decomposition Methods in Science and Engineering XXI PDF eBook |
Author | Jocelyne Erhel |
Publisher | Springer |
Pages | 931 |
Release | 2014-10-10 |
Genre | Mathematics |
ISBN | 3319057898 |
This volume contains a selection of papers presented at the 21st international conference on domain decomposition methods in science and engineering held in Rennes, France, June 25-29, 2012. Domain decomposition is an active and interdisciplinary research discipline, focusing on the development, analysis and implementation of numerical methods for massively parallel computers. Domain decomposition methods are among the most efficient solvers for large scale applications in science and engineering. They are based on a solid theoretical foundation and shown to be scalable for many important applications. Domain decomposition techniques can also naturally take into account multiscale phenomena. This book contains the most recent results in this important field of research, both mathematically and algorithmically and allows the reader to get an overview of this exciting branch of numerical analysis and scientific computing.
Domain Decomposition Methods in Science and Engineering XVII
Title | Domain Decomposition Methods in Science and Engineering XVII PDF eBook |
Author | Ulrich Langer |
Publisher | Springer Science & Business Media |
Pages | 656 |
Release | 2008-01-02 |
Genre | Mathematics |
ISBN | 3540751998 |
Domain decomposition is an active, interdisciplinary research field concerned with the development, analysis, and implementation of coupling and decoupling strategies in mathematical and computational models. This volume contains selected papers presented at the 17th International Conference on Domain Decomposition Methods in Science and Engineering. It presents the newest domain decomposition techniques and examines their use in the modeling and simulation of complex problems.
Optimization with PDE Constraints
Title | Optimization with PDE Constraints PDF eBook |
Author | Ronald Hoppe |
Publisher | Springer |
Pages | 422 |
Release | 2014-09-11 |
Genre | Computers |
ISBN | 3319080253 |
This book on PDE Constrained Optimization contains contributions on the mathematical analysis and numerical solution of constrained optimal control and optimization problems where a partial differential equation (PDE) or a system of PDEs appears as an essential part of the constraints. The appropriate treatment of such problems requires a fundamental understanding of the subtle interplay between optimization in function spaces and numerical discretization techniques and relies on advanced methodologies from the theory of PDEs and numerical analysis as well as scientific computing. The contributions reflect the work of the European Science Foundation Networking Programme ’Optimization with PDEs’ (OPTPDE).
Frontiers and Challenges in Warm Dense Matter
Title | Frontiers and Challenges in Warm Dense Matter PDF eBook |
Author | Frank Graziani |
Publisher | Springer Science & Business |
Pages | 294 |
Release | 2014-04-28 |
Genre | Computers |
ISBN | 3319049127 |
Warm Dense Matter (WDM) occupies a loosely defined region of phase space intermediate between solid, liquid, gas, and plasma, and typically shares characteristics of two or more of these phases. WDM is generally associated with the combination of strongly coupled ions and moderately degenerate electrons, and careful attention to quantum physics and electronic structure is essential. The lack of a small perturbation parameter greatly limits approximate attempts at its accurate description. Since WDM resides at the intersection of solid state and high energy density physics, many high energy density physics (HEDP) experiments pass through this difficult region of phase space. Thus, understanding and modeling WDM is key to the success of experiments on diverse facilities. These include the National Ignition Campaign centered on the National Ignition Facility (NIF), pulsed-power driven experiments on the Z machine, ion-beam-driven WDM experiments on the NDCX-II, and fundamental WDM research at the Linear Coherent Light Source (LCLS). Warm Dense Matter is also ubiquitous in planetary science and astrophysics, particularly with respect to unresolved questions concerning the structure and age of the gas giants, the nature of exosolar planets, and the cosmochronology of white dwarf stars. In this book we explore established and promising approaches to the modeling of WDM, foundational issues concerning the correct theoretical description of WDM, and the challenging practical issues of numerically modeling strongly coupled systems with many degrees of freedom.
Scientific Modeling and Simulations
Title | Scientific Modeling and Simulations PDF eBook |
Author | Sidney Yip |
Publisher | Springer Science & Business Media |
Pages | 396 |
Release | 2010-04-07 |
Genre | Science |
ISBN | 1402097417 |
Although computational modeling and simulation of material deformation was initiated with the study of structurally simple materials and inert environments, there is an increasing demand for predictive simulation of more realistic material structure and physical conditions. In particular, it is recognized that applied mechanical force can plausibly alter chemical reactions inside materials or at material interfaces, though the fundamental reasons for this chemomechanical coupling are studied in a material-speci c manner. Atomistic-level s- ulations can provide insight into the unit processes that facilitate kinetic reactions within complex materials, but the typical nanosecond timescales of such simulations are in contrast to the second-scale to hour-scale timescales of experimentally accessible or technologically relevant timescales. Further, in complex materials these key unit processes are “rare events” due to the high energy barriers associated with those processes. Examples of such rare events include unbinding between two proteins that tether biological cells to extracellular materials [1], unfolding of complex polymers, stiffness and bond breaking in amorphous glass bers and gels [2], and diffusive hops of point defects within crystalline alloys [3].
A Primer on Scientific Programming with Python
Title | A Primer on Scientific Programming with Python PDF eBook |
Author | Hans Petter Langtangen |
Publisher | Springer |
Pages | 942 |
Release | 2016-07-28 |
Genre | Computers |
ISBN | 3662498871 |
The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science. From the reviews: Langtangen ... does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. ... Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010 Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011 This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science. Alex Small, IEEE, CiSE Vol. 14 (2), March /April 2012 “This fourth edition is a wonderful, inclusive textbook that covers pretty much everything one needs to know to go from zero to fairly sophisticated scientific programming in Python...” Joan Horvath, Computing Reviews, March 2015