Meshfree and Particle Methods
Home > Science, Technology & Agriculture > Civil engineering, surveying and building > Meshfree and Particle Methods: Fundamentals and Applications
Meshfree and Particle Methods: Fundamentals and Applications

Meshfree and Particle Methods: Fundamentals and Applications

|
     0     
5
4
3
2
1




Available


About the Book

Meshfree and Particle Methods Provides thorough coverage of essential concepts and state-of-the-art developments in the field Meshfree and Particle Methods is the first book of its kind to combine comprehensive, up-to-date information on the fundamental theories and applications of meshfree methods with systematic guidance on practical coding implementation. Broad in scope and content, this unique volume provides readers with the knowledge necessary to perform research and solve challenging problems in nearly all fields of science and engineering using meshfree computational techniques. The authors provide detailed descriptions of essential issues in meshfree methods, as well as specific techniques to address them, while discussing a wide range of subjects and use cases. Topics include approximations in meshfree methods, nonlinear meshfree methods, essential boundary condition enforcement, quadrature in meshfree methods, strong form collocation methods, and more. Throughout the book, topics are integrated with descriptions of computer implementation and an open-source code (with a dedicated chapter for users) to illustrate the connection between the formulations discussed in the text and their real-world implementation and application. This authoritative resource: Explains the fundamentals of meshfree methods, their constructions, and their unique capabilities as compared to traditional methods Features an overview of the open-source meshfree code RKPM2D, including code and numerical examples Describes all the variational concepts required to solve scientific and engineering problems using meshfree methods such as Nitsche’s method and the Lagrange multiplier method Includes comprehensive reviews of essential boundary condition enforcement, quadrature in meshfree methods, and nonlinear aspects of meshfree analysis Discusses other Galerkin meshfree methods, strong form meshfree methods, and their comparisons Meshfree and Particle Methods: Fundamentals and Applications is the perfect introduction to meshfree methods for upper-level students in advanced numerical analysis courses, and is an invaluable reference for professionals in mechanical, aerospace, civil, and structural engineering, and related fields, who want to understand and apply these concepts directly, or effectively use commercial and other production meshfree and particle codes in their work.

Table of Contents:
Preface xi Glossary of Notation xvii 1 Introduction to Meshfree and Particle Methods 1 1.1 Definition of Meshfree Method 1 1.2 Key Approximation Characteristics 2 1.3 Meshfree Computational Model 3 1.4 A Demonstration of Meshfree Analysis 4 1.5 Classes of Meshfree Methods 4 1.6 Applications of Meshfree Methods 8 References 11 2 Preliminaries: Strong and Weak Forms of Diffusion, Elasticity, and Solid Continua 17 2.1 Diffusion Equation 17 2.1.1 Strong Form of the Diffusion Equation 17 2.1.2 The Variational Principle for the Diffusion Equation 19 2.1.2.1 The Standard Variational Principle 20 2.1.2.2 The Variational Equation 20 2.1.2.3 Equivalence of the Variational Equation and the Strong Form 21 2.1.3 Constrained Variational Principles for the Diffusion Equation 25 2.1.3.1 The Penalty Method 25 2.1.3.2 The Lagrange Multiplier Method 26 2.1.3.3 Nitsche’s Method 28 2.1.4 Weak Form of the Diffusion Equation by the Method of Weighted Residuals 29 2.2 Elasticity 32 2.2.1 Strong Form of Elasticity 32 2.2.2 The Variational Principle for Elasticity 34 2.2.3 Constrained Variational Principles for Elasticity 35 2.2.3.1 The Penalty Method 35 2.2.3.2 The Lagrange Multiplier Method 35 2.2.3.3 Nitsche’s Method 36 2.3 Nonlinear Continuum Mechanics 37 2.3.1 Strong Form for General Continua 37 2.3.2 Principle of Stationary Potential Energy 39 2.3.3 Standard Weak Form for Nonlinear Continua 40 2.A Appendix 42 2.A.1 Elasticity with Discontinuities 42 2.A.2 Continuum Mechanics with Discontinuities 44 References 44 3 Meshfree Approximations 45 3.1 MLS Approximation 45 3.1.1 Weight Functions 50 3.1.2 MLS Approximation of Vectors in Multiple Dimensions 53 3.1.3 Reproducing Properties 56 3.1.4 Continuity of Shape Functions 57 3.2 Reproducing Kernel Approximation 58 3.2.1 Continuous Reproducing Kernel Approximation 58 3.2.2 Discrete RK Approximation 62 3.3 Differentiation of Meshfree Shape Functions and Derivative Completeness Conditions 67 3.4 Properties of the MLS and Reproducing Kernel Approximations 68 3.5 Derivative Approximations in Meshfree Methods 73 3.5.1 Direct Derivatives 73 3.5.2 Diffuse Derivatives 74 3.5.3 Implicit Gradients and Synchronized Derivatives 74 3.5.4 Generalized Finite Difference Methods 79 3.5.5 Non-ordinary State-based Peridynamics under the Correspondence Principle, and RK Peridynamics 80 References 83 4 Solving PDEs with Galerkin Meshfree Methods 87 4.1 Linear Diffusion Equation 87 4.1.1 Penalty Method for the Diffusion Equation 90 4.1.2 The Lagrange Multiplier Method for the Diffusion Equation 92 4.1.3 Nitsche’s Method for the Diffusion Equation 95 4.2 Elasticity 98 4.2.1 The Lagrange Multiplier Method for Elasticity 101 4.2.2 Nitsche’s Method for Elasticity 102 4.3 Numerical Integration 105 4.4 Further Discussions on Essential Boundary Conditions 107 References 108 5 Construction of Kinematically Admissible Shape Functions 111 5.1 Strong Enforcement of Essential Boundary Conditions 111 5.2 Basic Ideas, Notation, and Formal Requirements 112 5.2.1 Basic Ideas 112 5.2.2 Formal Requirements 112 5.2.3 Comment on Procedures 114 5.3 Transformation Methods 114 5.3.1 Full Transformation Method: Matrix Implementation 114 5.3.2 Full Transformation Method: Row-Swap Implementation 117 5.3.3 Mixed Transformation Method 120 5.3.4 The Sparsity of Transformation Methods 121 5.3.5 Preconditioners in Transformation Methods 121 5.4 Boundary Singular Kernel Method 123 5.5 RK with Nodal Interpolation 125 5.6 Coupling with Finite Elements on the Boundary 126 5.7 Comparison of Strong Methods 127 5.8 Higher-Order Accuracy and Convergence in Strong Methods 130 5.8.1 Standard Weak Form 130 5.8.2 Consistent Weak Formulation One (CWF I) 131 5.8.3 Consistent Weak Formulation Two (CWF II) 134 5.9 Comparison Between Weak Methods and Strong Methods 135 References 136 6 Quadrature in Meshfree Methods 137 6.1 Nomenclature and Acronyms 137 6.2 Gauss Integration: An Introduction to Quadrature in Meshfree Methods 138 6.3 Issues with Quadrature in Meshfree Methods 140 6.4 Introduction to Nodal integration 142 6.5 Integration Constraints and the Linear Patch Test 144 6.6 Stabilized Conforming Nodal Integration 148 6.7 Variationally Consistent Integration 154 6.7.1 Variational Consistency Conditions 154 6.7.2 Petrov–Galerkin Correction: VCI 157 6.8 Quasi-Conforming SNNI for Extreme Deformations: Adaptive Cells 159 6.9 Instability in Nodal Integration 160 6.10 Stabilization of Nodal Integration 161 6.10.1 Notation for Stabilized Nodal Integration 163 6.10.2 Modified Strain Smoothing 164 6.10.3 Naturally Stabilized Nodal Integration 166 6.10.4 Naturally Stabilized Conforming Nodal Integration 168 Notes 168 References 169 7 Nonlinear Meshfree Methods 173 7.1 Lagrangian Description of the Strong Form 174 7.2 Lagrangian Reproducing Kernel Approximation and Discretization 177 7.3 Semi-Lagrangian Reproducing Kernel Approximation and Discretization 180 7.4 Stability of Lagrangian and Semi-Lagrangian Discretizations 185 7.4.1 Stability Analysis for the Lagrangian RK Equation of Motion 185 7.4.2 Stability Analysis for the Semi-Lagrangian RK Equation of Motion 187 7.4.3 Critical Time Step Estimation for the Lagrangian Formulation 189 7.4.4 Critical Time Step Estimation for the Semi-Lagrangian Formulation 191 7.4.5 Numerical Tests of Critical Time Step Estimation 192 7.5 Neighbor Search Algorithms 196 7.6 Smooth Contact Algorithm 198 7.6.1 Continuum-Based Contact Formulation 198 7.6.2 Meshfree Smooth Curve Representation 201 7.6.3 Three-Dimensional Meshfree Smooth Contact Surface Representation and Contact Detection by a Nonparametric Approach 204 7.7 Natural Kernel Contact Algorithm 207 7.7.1 A Friction-like Plasticity Model 209 7.7.2 Semi-Lagrangian RK Discretization and Natural Kernel Contact Algorithms 210 Notes 212 References 215 8 Other Galerkin Meshfree Methods 219 8.1 Smoothed Particle Hydrodynamics 219 8.1.1 Kernel Estimate 220 8.1.2 SPH Conservation Equations 224 8.1.2.1 Mass Conservation (Continuity Equation) 224 8.1.2.2 Equation of Motion 225 8.1.2.3 Energy Conservation Equation 227 8.1.3 Stability of SPH 228 8.2 Partition of Unity Finite Element Method and h-p Clouds 232 8.3 Natural Element Method 234 8.3.1 First-Order Voronoi Diagram and Delaunay Triangulation 234 8.3.2 Second-Order Voronoi Cell and Sibson Interpolation 235 8.3.3 Laplace Interpolant (Non-Sibson Interpolation) 236 References 237 9 Strong Form Collocation Meshfree Methods 241 9.1 The Meshfree Collocation Method 242 9.2 Approximations and Convergence for Strong Form Collocation 245 9.2.1 Radial Basis Functions 245 9.2.2 Moving Least Squares and Reproducing Kernel Approximations 246 9.2.3 Reproducing Kernel Enhanced Local Radial Basis 247 9.3 Weighted Collocation Methods and Optimal Weights 248 9.4 Gradient Reproducing Kernel Collocation Method 251 9.5 Subdomain Collocation for Heterogeneity and Discontinuities 253 9.6 Comparison of Nodally-Integrated Galerkin Meshfree Methods and Nodally Collocated Strong Form Meshfree Methods 255 9.6.1 Performance of Galerkin and Collocation Methods 255 9.6.2 Stability of Node-Based Galerkin and Collocation Methods 256 References 258 10 RKPM2D: A Two-Dimensional Implementation of RKPM 261 10.1 Reproducing Kernel Particle Method: Approximation and Weak Form 261 10.1.1 Reproducing Kernel Approximation 261 10.1.2 Galerkin Formulation 262 10.2 Domain Integration 264 10.2.1 Gauss Integration 264 10.2.2 Variationally Consistent Nodal Integration 265 10.2.3 Stabilized Nodal Integration Schemes 266 10.2.3.1 Modified Stabilized Nodal Integration 267 10.2.3.2 Naturally Stabilized Nodal Integration 268 10.3 Computer Implementation 269 10.3.1 Domain Discretization 269 10.3.2 Quadrature Point Generation 272 10.3.3 RK Shape Function Generation 273 10.3.4 Stabilization Methods 278 10.3.5 Matrix Evaluation and Assembly 281 10.3.6 Description of subroutines in RKPM2D 285 10.4 Getting Started 287 10.4.1 Input File Generation 288 10.4.1.1 Model 290 10.4.1.2 RK 294 10.4.1.3 Quadrature 295 10.4.2 Executing RKPM2D 295 10.4.3 Post-Processing 295 10.5 Numerical Examples 297 10.5.1 Plotting the RK Shape Functions 297 10.5.2 Patch Test 298 10.5.3 Cantilever Beam Problem 300 10.5.4 Plate With a Hole Problem 303 10.A Appendix 310 References 313 Index 315


Best Sellers


Product Details
  • ISBN-13: 9780470848005
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 254 mm
  • No of Pages: 352
  • Returnable: N
  • Sub Title: Fundamentals and Applications
  • Width: 178 mm
  • ISBN-10: 0470848006
  • Publisher Date: 02 Feb 2024
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 15 mm
  • Weight: 870 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Meshfree and Particle Methods: Fundamentals and Applications
John Wiley & Sons Inc -
Meshfree and Particle Methods: Fundamentals and Applications
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.

Meshfree and Particle Methods: Fundamentals and Applications

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!