Details

Applied Computational Fluid Dynamics Techniques


Applied Computational Fluid Dynamics Techniques

An Introduction Based on Finite Element Methods
2. Aufl.

von: Rainald Löhner

116,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 30.04.2008
ISBN/EAN: 9780470989661
Sprache: englisch
Anzahl Seiten: 544

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>Computational fluid dynamics (CFD) is concerned with the efficient numerical solution of the partial differential equations that describe fluid dynamics. CFD techniques are commonly used in the many areas of engineering where fluid behavior is an important factor. Traditional fields of application include aerospace and automotive design, and more recently, bioengineering and consumer and medical electronics. With <i>Applied Computational Fluid Dynamics Techniques,</i> 2nd edition, Rainald Löhner introduces the reader to the techniques required to achieve efficient CFD solvers, forming a bridge between basic theoretical and algorithmic aspects of the finite element method and its use in an industrial context where methods have to be both as simple but also as robust as possible.</p> <p>This heavily revised second edition takes a practice-oriented approach with a strong emphasis on efficiency, and offers important new and updated material on;</p> <ul> <li>Overlapping and embedded grid methods</li> <li>Treatment of free surfaces</li> <li>Grid generation</li> <li>Optimal use of supercomputing hardware</li> <li>Optimal shape and process design</li> </ul> <p><i>Applied Computational Fluid Dynamics Techniques,</i> 2nd edition is a vital resource for engineers, researchers and designers working on CFD, aero and hydrodynamics simulations and bioengineering. Its unique practical approach will also appeal to graduate students of fluid mechanics and aero and hydrodynamics as well as biofluidics.</p>
<p>FOREWORD TO THE SECOND EDITION xiv</p> <p>ACKNOWLEDGEMENTS xvii</p> <p><b>1 INTRODUCTION AND GENERAL CONSIDERATIONS 1</b></p> <p>1.1 The CFD code 4</p> <p>1.2 Porting research codes to an industrial context 5</p> <p>1.3 Scope of the book 5</p> <p><b>2 DATA STRUCTURES AND ALGORITHMS 7</b></p> <p>2.1 Representation of agrid 7</p> <p>2.2 Derived data structures for static data 9</p> <p>2.3 Derived data structures for dynamic data 17</p> <p>2.4 Sorting and searching 19</p> <p>2.5 Proximity in space 22</p> <p>2.6 Nearest-neighbours and graphs 30</p> <p>2.7 Distance to surface 30</p> <p><b>3 GRID GENERATION 35</b></p> <p>3.1 Description of the domain to be gridded 37</p> <p>3.2 Variation of element size andshape 38</p> <p>3.3 Element type 46</p> <p>3.4 Automatic grid generation methods 47</p> <p>3.5 Other grid generation methods 49</p> <p>3.6 The advancing front technique 51</p> <p>3.7 Delaunay triangulation 59</p> <p>3.8 Grid improvement 65</p> <p>3.9 Optimal space-filling tetrahedra 70</p> <p>3.10 Grids with uniform cores 72</p> <p>3.11 Volume-to-surface meshing 73</p> <p>3.12 Navier-Stokes gridding techniques 75</p> <p>3.13 Filling space with points/arbitrary objects 90</p> <p>3.14 Applications 98</p> <p><b>4 APPROXIMATION THEORY 109</b></p> <p>4.1 The basic problem 109</p> <p>4.2 Choiceof trial functions 112</p> <p>4.3 General properties of shape functions 118</p> <p>4.4 Weighted residual methods with local functions 118</p> <p>4.5 Accuracy and effort 119</p> <p>4.6 Grid estimates 121</p> <p><b>5 APPROXIMATION OF OPERATORS 123</b></p> <p>5.1 Taxonomy of methods 123</p> <p>5.2 The Poisson operator 124</p> <p>5.3 Recovery of derivatives 130</p> <p><b>6 DISCRETIZATION IN TIME 133</b></p> <p>6.1 Explicit schemes 133</p> <p>6.2 Implicit schemes 135</p> <p>6.3 A word of caution 136</p> <p><b>7 SOLUTION OF LARGE SYSTEMS OF EQUATIONS 137</b></p> <p>7.1 Direct solvers 137</p> <p>7.2 Iterative solvers 140</p> <p>7.3 Multigrid methods 153</p> <p><b>8 SIMPLE EULER/NAVIER-STOKES SOLVERS 161</b></p> <p>8.1 Galerkin approximation 162</p> <p>8.2 Lax-Wendroff (Taylor-Galerkin) 164</p> <p>8.3 Solvingfor the consistent mass matrix 167</p> <p>8.4 Artificial viscosities 167</p> <p>8.5 Boundary conditions 169</p> <p>8.6 Viscous fluxes 172</p> <p><b>9 FLUX-CORRECTED TRANSPORT SCHEMES 175</b></p> <p>9.1 Algorithmic implementation 176</p> <p>9.2 Steepening 178</p> <p>9.3 FCT for Taylor-Galerkin schemes 179</p> <p>9.4 Iterative limiting 179</p> <p>9.5 Limiting for systems of equations 180</p> <p>9.6 Examples 181</p> <p>9.7 Summary 183</p> <p><b>10 EDGE-BASED COMPRESSIBLE FLOWSOLVERS 187</b></p> <p>10.1 TheLaplacianoperator 188</p> <p>10.2 First derivatives:first form 190</p> <p>10.3 First derivatives:secondform 191</p> <p>10.4 Edge-basedschemes foradvection-dominatedPDEs 193</p> <p><b>11 INCOMPRESSIBLE FLOWSOLVERS 201</b></p> <p>11.1 The advection operator 201</p> <p>11.2 The divergence operator 203</p> <p>11.3 Artificial compressibility 206</p> <p>11.4 Temporal discretization: projection schemes 206</p> <p>11.5 Temporal discretization: implicit schemes 208</p> <p>11.6 Temporal discretization of higher order 209</p> <p>11.7 Acceleration to the steady state 210</p> <p>11.8 Projective prediction of pressure increments 212</p> <p>11.9 Examples 213</p> <p><b>12 MESH MOVEMENT 227</b></p> <p>12.1 The ALE frame of reference 227</p> <p>12.1.1 Boundary conditions 228</p> <p>12.2 Geometric conservation law 228</p> <p>12.3 Mesh movement algorithms 229</p> <p>12.4 Region of moving elements 235</p> <p>12.5 PDE-based distance functions 236</p> <p>12.6 Penalization of deformed elements 238</p> <p>12.7 Special movement techniques for RANS grids 239</p> <p>12.8 Rotating parts/domains 240</p> <p>12.9 Applications 241</p> <p><b>13 INTERPOLATION 245</b></p> <p>13.1 Basic interpolation algorithm 246</p> <p>13.2 Fastest 1-time algorithm:brute force 247</p> <p>13.3 Fastest N-time algorithm:octree search 247</p> <p>13.4 Fastest known vicinity algorithm: neighbour-to-neighbour 249</p> <p>13.5 Fastest grid-to-gridalgorithm:advancing-front vicinity 250</p> <p>13.6 Conservative interpolation 257</p> <p>13.7 Surface-grid-to-surface-grid interpolation 261</p> <p>13.8 Particle-grid interpolation 265</p> <p><b>14 ADAPTIVE MESH REFINEMENT 269</b></p> <p>14.1 Optimal-meshcriteria 270</p> <p>14.2 Error indicators/estimators 271</p> <p>14.3 Refinement strategies 278</p> <p>14.4 Tutorial:h-refinement with tetrahedra 286</p> <p>14.5 Examples 291</p> <p><b>15 EFFICIENT USE OF COMPUTER HARDWARE 299</b></p> <p>15.1 Reduction of cache-misses 300</p> <p>15.2 Vector machines 316</p> <p>15.3 Parallel machines:general considerations 328</p> <p>15.4 Shared-memory parallel machines 329</p> <p>15.5 SIMD machines 334</p> <p>15.6 MIMD machines 336</p> <p>15.7 The effect of Moore's law on parallel computing 344</p> <p><b>16 SPACE-MARCHING AND DEACTIVATION 351</b></p> <p>16.1 Space-marching 351</p> <p>16.2 Deactivation 365</p> <p><b>17 OVERLAPPING GRIDS 371</b></p> <p>17.1 Interpolation criteria 372</p> <p>17.2 External boundaries and domains 373</p> <p>17.3 Interpolation: initialization 373</p> <p>17.4 Treatment of domains that are partially outside 375</p> <p>17.5 Removalof inactive regions 375</p> <p>17.6 Incremental interpolation 377</p> <p>17.7 Changes to the flowsolver 377</p> <p>17.8 Examples 378</p> <p><b>18 EMBEDDED AND IMMERSED GRID TECHNIQUES 383</b></p> <p>18.1 Kinetic treatmentof embeddedor immersed objects 385</p> <p>18.2 Kinematic treatment of embedded surfaces 389</p> <p>18.3 Deactivation of interior regions 395</p> <p>18.4 Extrapolationof the solution 397</p> <p>18.5 Adaptive mesh refinement 397</p> <p>18.6 Load/flux transfer 398</p> <p>18.7 Treatment of gapsor cracks 399</p> <p>18.8 Direct link to particles 400</p> <p>18.9 Examples 401</p> <p><b>19 TREATMENT OF FREE SURFACES 419</b></p> <p>19.1 Interface fitting methods 419</p> <p>19.2 Interface capturing methods 429</p> <p><b>20 OPTIMAL SHAPE AND PROCESS DESIGN 449</b></p> <p>20.1 The general optimization problem 449</p> <p>20.2 Optimization techniques 451</p> <p>20.3 Adjoint solvers 462</p> <p>20.4 Geometric constraints 469</p> <p>20.5 Approximate gradients 471</p> <p>20.6 Multipoint optimization 471</p> <p>20.7 Representation of surface changes 472</p> <p>20.8 Hierarchical design procedures 472</p> <p>20.9 Topological optimization via porosities 473</p> <p>20.10 Examples 474</p> <p>References 481</p> <p>Index 515</p>
?This book has a good concept und gives a compact description of applied CFD.? (<i>ZAMM</i>, October 2009)
<p><strong>Rainald Lohner, Department of Computational and Data Sciences, 4400 University Drive, Fairfax, Virginia 22030, USA?</strong> Rainald Lohner gained his PhD from the University of Wales, Swansea. He is now a director of the Computational Fluid Dynamics Center of the Department of Computational and Data Sciences at George Mason University, Virginia, USA. His research interests include Fluid-Structure Interaction, Unstructured Grid Generation, Pre-Processing, and Parallel Computing.? Notable achievements include a Distinguished Professor award 'for his substantive and innovative contributions to the field of computational fluid dynamics' by GMU and being a made a Honorary Professor of the University of Wales at Swansea.
Computational fluid dynamics (CFD) is concerned with the efficient numerical solution of the partial differential equations that describe fluid dynamics. CFD techniques are commonly used in the many areas of engineering where fluid behavior is an important factor. Traditional fields of application include aerospace and automotive design, and more recently, bioengineering and consumer and medical electronics. With Applied Computational Fluid Dynamics Techniques, 2nd edition, Rainald Löhner introduces the reader to the techniques required to achieve efficient CFD solvers, forming a bridge between basic theoretical and algorithmic aspects of the finite element method and its use in an industrial context where methods have to be both as simple but also as robust as possible. <p>This heavily revised second edition takes a practice-oriented approach with a strong emphasis on efficiency, and offers important new and updated material on;</p> <p>Overlapping and embedded grid methods</p> <p>Treatment of free surfaces</p> <p>Grid generation</p> <p>Optimal use of supercomputing hardware</p> <p>Optimal shape and process design</p> <p>Applied Computational Fluid Dynamics Techniques, 2nd edition is a vital resource for engineers, researchers and designers working on CFD, aero and hydrodynamics simulations and bioengineering. Its unique practical approach will also appeal to graduate students of fluid mechanics and aero and hydrodynamics as well as biofluidics.</p>

Diese Produkte könnten Sie auch interessieren:

Turbulent Drag Reduction by Surfactant Additives
Turbulent Drag Reduction by Surfactant Additives
von: Feng-Chen Li, Bo Yu, Jin-Jia Wei, Yasuo Kawaguchi
PDF ebook
156,99 €
Turbulent Drag Reduction by Surfactant Additives
Turbulent Drag Reduction by Surfactant Additives
von: Feng-Chen Li, Bo Yu, Jin-Jia Wei, Yasuo Kawaguchi
EPUB ebook
156,99 €
Wear
Wear
von: Gwidon W. Stachowiak
PDF ebook
159,99 €