|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
SCIDIR_ocn162579419 |
003 |
OCoLC |
005 |
20231117014953.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
070806s2003 ne a ob 001 0 eng d |
040 |
|
|
|a OPELS
|b eng
|e pn
|c OPELS
|d OCLCQ
|d N$T
|d YDXCP
|d MERUC
|d E7B
|d IDEBK
|d OCLCQ
|d OCLCF
|d OCLCQ
|d STF
|d D6H
|d OCLCQ
|d LEAUB
|d OL$
|d OCLCQ
|d OCLCO
|d COM
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 171132652
|a 171168091
|a 441782518
|a 648299118
|a 1035651769
|
020 |
|
|
|a 9780444511553
|
020 |
|
|
|a 0444511555
|
020 |
|
|
|a 9780080532585
|q (electronic bk.)
|
020 |
|
|
|a 0080532586
|q (electronic bk.)
|
035 |
|
|
|a (OCoLC)162579419
|z (OCoLC)171132652
|z (OCoLC)171168091
|z (OCoLC)441782518
|z (OCoLC)648299118
|z (OCoLC)1035651769
|
050 |
|
4 |
|a TA331
|b .G85 2003eb
|
072 |
|
7 |
|a TA
|2 lcco
|
072 |
|
7 |
|a TEC
|x 009000
|2 bisacsh
|
072 |
|
7 |
|a TEC
|x 035000
|2 bisacsh
|
082 |
0 |
4 |
|a 620/.001/51
|2 22
|
100 |
1 |
|
|a Guinot, Vincent.
|
245 |
1 |
0 |
|a Godunov-type schemes :
|b an introduction for engineers /
|c Vincent Guinot.
|
260 |
|
|
|a Amsterdam ;
|a Boston :
|b Elsevier,
|c 2003.
|
300 |
|
|
|a 1 online resource (xxiv, 483 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
520 |
|
|
|a Godunov-type schemes appear as good candidates for the next generation of commercial modelling software packages, the capability of which to handle discontinuous solution will be a basic requirement. It is in the interest of practising engineers and developers to be familiar with the specific features of discontinuous wave propagation problems and to be aware of the possibilities offered by Godunov-type schemes for their solution. This book aims to present the principles of such schemes in a way that is easily understandable to practising engineers. The features of hyperbolic conservation laws and their solutions are presented in the first two chapters. The principles of Godunov-type schemes are outlined in a third chapter. Chapters 4 and 5 cover the application of the original Godunov scheme to scalar laws and to hyperbolic systems of conservation laws respectively. Chapter 6 is devoted to higher-order schemes in one dimension of space. The design of such a scheme is described for the general case and applied to some well-known schemes such as the MUSCL and PPM schemes. Chapter 7 focuses on multidimensional problems. The classical alternate directions and finite volume approaches are presented together with the wave splitting technique that is described in depth with an application to two-dimensional systems. Chapter 8 deals with large-time step algorithms. These include front tracking-based methods, explicit-implicit techniques and the time-line interpolation technique. Three appendices provide notions on accuracy and stability issues, Riemann solvers and the user instructions for the computational codes provided in the enclosed CD-ROM.
|
504 |
|
|
|a Includes bibliographical references (pages 471-480) and index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover -- Contents -- Preface -- Acknowledgements -- Notation -- VariabIes -- Operators -- Subscripts and superscripts -- Others -- Chapter 1. Scalar conservation laws -- 1.1 Definitions and basic notions -- 1.2 The Riemann problem -- 1.3 A linear conservation law: the advection equation -- 1.4 A convex conservation law: the Burgers equation -- 1.5 A concave conservation law: the LWR model -- 1.6 A non-convex conservation law: the Buckley-Leverett equation -- 1.7 Extension to multiple dimensions -- Chapter 2. Hyperbolic systems of conservation laws -- 2.1 Definitions -- 2.2 A linear system: the water hammer equations -- 2.3 Two-phase flow in pipes -- 2.4 A 2x2 model for traffic flow -- 2.5 The open channel flow equations with solute transport -- 2.6 The shallow water equations in two dimensions -- Chapter 3. An outline of Godunov-type schemes -- 3.1 The six steps of Godunov-type algorithms -- 3.2 Lagrangian schemes -- 3.3 Multidimensional problems -- 3.4 Stability constraints -- Chapter 4. The Godunov method for scalar laws in one dimension -- 4.1 The linear advection equation -- 4.2 Application to the inviscid Burgers equation -- 4.3 Application to the LWR model -- 4.4 Application to the Buckley-Leverett equation -- Chapter 5. The Godunov method for systems of conservation laws -- 5.1 Application to the water hammer equations -- 5.2 Application to the simplified model for two-phase flow in pipes -- 5.3 Application to a 2x2 traffic flow model -- 5.4 Application to the open channel flow equations -- Chapter 6. Higher-order schemes -- 6.1 Principle of higher-order schemes -- 6.2 The MUSCUPLM schemes -- 6.3 The PPM scheme -- 6.4 The DPM scheme -- 6.5 Boundary conditions for higher-order schemes -- 6.6 Application example -- Chapter 7. Multidimensional schemes -- 7.1 Multidimensional hyperbolic systems of conservation laws -- 7.2 Alternate directions -- 7.3 The finite volume approach -- 7.4 Wave splitting -- 7.5 Computational examples -- 7.6 Higher-order multidimensional schemes -- Chapter 8. Large-time-step algorithms -- 8.1 Front tracking algorithms -- 8.2 Implicit/explicit methods -- 8.3 The time-line reconstruction method -- 8.4 Computational examples -- Chapter 9. Concluding remarks -- Appendix A. Notions in mathematics -- A.1 Linear algebra -- A.2 Accuracy/consistency, stability, convergence -- Appendix B. Riemann solvers -- B.1 Exact Riemann solvers -- B.2 The HLL Riemann solver -- B.3 Roe's Riemann solver -- B.4 Approximate-state solvers -- Appendix C. Sample codes -- C.1 The code Linadv -- C.2 The code 'Burgers' -- C.3 The code 'LWR' -- C.4 The code 'BL' -- C.5 The code 'WatHam' -- C.6 The code '2phase' -- C.7 The code 'Traffic' -- C.8 The code 'Channel' -- C.9 The code 'Sh2D' -- C.10 The code 'Large' -- References -- Index -- L.
|
650 |
|
0 |
|a Engineering mathematics.
|
650 |
|
0 |
|a Differential equations, Hyperbolic
|x Numerical solutions.
|
650 |
|
0 |
|a Wave-motion, Theory of.
|
650 |
|
6 |
|a Math�ematiques de l'ing�enieur.
|0 (CaQQLa)201-0021991
|
650 |
|
6 |
|a �Equations diff�erentielles hyperboliques
|x Solutions num�eriques.
|0 (CaQQLa)201-0041238
|
650 |
|
6 |
|a Th�eorie du mouvement ondulatoire.
|0 (CaQQLa)201-0015063
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Engineering (General)
|2 bisacsh
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Differential equations, Hyperbolic
|x Numerical solutions.
|2 fast
|0 (OCoLC)fst00893465
|
650 |
|
7 |
|a Engineering mathematics.
|2 fast
|0 (OCoLC)fst00910601
|
650 |
|
7 |
|a Wave-motion, Theory of.
|2 fast
|0 (OCoLC)fst01172888
|
776 |
0 |
8 |
|i Print version:
|a Guinot, Vincent.
|t Godunov-type schemes.
|d Amsterdam ; Boston : Elsevier, 2003
|z 0444511555
|z 9780444511553
|w (DLC) 2002043924
|w (OCoLC)51266078
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9780444511553
|z Texto completo
|