Home > Science, Technology & Agriculture > Mechanical engineering and materials > Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers
36%
Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers

Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

A succinct and complete explanation of Krylov subspace methods for solving systems of equations Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers is the most current and complete guide to the implementation of Krylov subspace methods for solving systems of equations with different types of matrices. Written in the simplest language possible and eliminating ambiguities, the text is easy to follow for post-grad students and applied mathematicians alike. The book covers a breadth of topics, including: The different methods used in solving the systems of equations with ill-conditioned and well-conditioned matrices The behavior of Krylov subspace methods in the solution of systems with ill-posed singular matrices Expertly supported with the addition of a companion website hosting computer programs of appendices The book includes executable subroutines and main programs that can be applied in CFD codes as well as appendices that support the results provided throughout the text. There is no other comparable resource to prepare the reader to use Krylov subspace methods in incompressible fluid flow solvers.

Table of Contents:
List of Figures xi List of Tables xv Preface xvii About the Companion Website xix 1 Introduction 1 1.1 Motivation 1 1.1.1 Governing Equations 2 1.1.2 Methods for Solving Flow Equations 3 1.2 History of Krylov Subspase Methods 4 1.3 Scope of Book 7 1.3.1 The General Structure of Solver 7 1.3.2 Review of Book Content 10 2 Discretization of Partial Differential Equations and Formation of Sparse Matrices 13 2.1 Introduction 13 2.2 Partial Differential Equations 13 2.2.1 Elliptic Operators 14 2.2.2 Convection–Diffusion Equation 15 2.3 Finite Difference Method 16 2.4 Sparse Matrices 17 2.4.1 Benchmark Problems for Comparing Solvers 17 2.4.2 Storage Formats of Sparse Matrices 21 2.4.2.1 Coordinate Format 21 2.4.2.2 Compressed Sparse Row Format 22 2.4.2.3 Block Compressed Row Storage Format 23 2.4.2.4 Sparse Block Compressed Row Storage Format 24 2.4.2.5 Modified Sparse Row Format 25 2.4.2.6 Diagonal Storage Format 25 2.4.2.7 Compressed Diagonal Storage Format 27 2.4.2.8 Ellpack-Itpack Format 28 2.4.3 Redefined Matrix–Vector Multiplication 28 Exercises 29 3 Theory of Krylov Subspace Methods 31 3.1 Introduction 31 3.2 Projection Methods 31 3.3 Krylov Subspace 34 3.4 Conjugate Gradient Method 35 3.4.1 Steepest Descent Method 35 3.4.2 Derivation of Conjugate Gradient Method 38 3.4.3 Convergence 40 3.5 Minimal Residual Method 41 3.6 Generalized Minimal Residual Method 42 3.7 Conjugate Residual Method 44 3.8 Bi-Conjugate Gradient Method 45 3.9 Transpose-Free Methods 47 3.9.1 Conjugate Gradient Squared Method 48 3.9.2 Bi-Conjugate Gradient Stabilized Method 50 Exercises 54 4 Numerical Analysis of Krylov Subspace Methods 57 4.1 Numerical Solution of Linear Systems 57 4.1.1 Solution of Symmetric Positive-Definite Systems 58 4.1.2 Solution of Asymmetric Systems 64 4.1.3 Solution of Symmetric Indefinite Systems 67 4.2 Preconditioning 69 4.2.1 Preconditioned Conjugate Gradient Method 69 4.2.2 Preconditioning With the ILU(0) Method 71 4.2.3 Numerical Solutions Using Preconditioned Methods 72 4.3 Numerical Solution of Systems Using GMRES∗ 77 4.4 Storage Formats and CPU-Time 78 4.5 Solution of Singular Systems 84 4.5.1 Solution of Poisson’s Equation with Pure Neumann Boundary Conditions 84 4.5.2 Comparison of the Krylov Subspace Methods with the Point Successive Over-Relaxation (PSOR) Method 95 Exercises 96 5 Solution of Incompressible Navier–Stokes Equations 99 5.1 Introduction 99 5.2 Theory of the Chorin’s Projection Method 100 5.3 Analysis of Projection Method 101 5.4 The Main Framework of the Projection Method 103 5.4.1 Implementation of the Projection Method 104 5.4.2 Discretization of the Governing Equations 104 5.5 Numerical Case Study 109 5.5.1 Vortex Shedding from Circular Cylinder 109 5.5.2 Vortex Shedding from a Four-Leaf Cylinder 111 5.5.3 Oscillating Cylinder in Quiescent Fluid 112 Exercises 115 Appendix A Sparse Matrices 117 A.1 Storing the Sparse Matrices 117 A.1.1 Coordinate to CSR Format Conversion 117 A.1.2 CSR to MSR Format Conversion 118 A.1.3 CSR to Ellpack-Itpack Format Conversion 119 A.1.4 CSR to Diagonal Format Conversion 121 A.2 Matrix-Vector Multiplication 124 A.2.1 CSR Format Matrix-Vector Multiplication 124 A.2.2 MSR Format Matrix-Vector Multiplication 125 A.2.3 Ellpack-Itpack Format Matrix-Vector Multiplication 125 A.2.4 Diagonal Format Matrix-Vector Multiplication 126 A.3 Transpose Matrix-Vector Multiplication 127 A.3.1 CSR Format Transpose Matrix-Vector Multiplication 127 A.3.2 MSR Format Transpose Matrix-Vector Multiplication 127 A.4 Matrix Pattern 128 Appendix B Krylov Subspace Methods 131 B.1 Conjugate Gradient Method 131 B.2 Bi-Conjugate Gradient Method 135 B.3 Conjugate Gradient Squared Method 136 B.4 Bi-Conjugate Gradient Stabilized Method 138 B.5 Conjugate Residual Method 140 B.6 GMRES* Method 142 Appendix C ILU(0) Preconditioning 145 C.1 ILU(0)-Preconditioned Conjugate Gradient Method 145 C.2 ILU(0)-Preconditioned Conjugate Gradient Squared Method 149 C.3 ILU(0)-Preconditioned Bi-Conjugate Gradient Stabilized Method 151 Appendix D Inner Iterations of GMRES* Method 155 D.1 Conjugate Gradient Method Inner Iterations 155 D.2 Conjugate Gradient Squared Method Inner Iterations 157 D.3 Bi-Conjugate Gradient Stabilized Method Inner Iterations 158 D.4 Conjugate Residual Method Inner Iterations 160 D.5 ILU(0) Preconditioned Conjugate Gradient Method Inner Iterations 162 D.6 ILU(0) Preconditioned Conjugate Gradient Squared Method Inner Iterations 163 D.7 ILU(0) Preconditioned Bi-Conjugate Gradient Stabilized Method Inner Iterations 165 Appendix E Main Program 167 Appendix F Steepest Descent Method 173 Appendix G Vorticity-Stream Function Formulation of Navier–Stokes Equation 177 Bibliography 219 Index 225


Best Sellers


Product Details
  • ISBN-13: 9781119618683
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 231 mm
  • No of Pages: 256
  • Spine Width: 20 mm
  • Width: 158 mm
  • ISBN-10: 1119618681
  • Publisher Date: 06 Aug 2020
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Weight: 522 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers
John Wiley & Sons Inc -
Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Krylov Subspace Methods with Application in Incompressible Fluid Flow Solvers

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA