Portela A. Finite elements using maple (Вerlin; Heidelberg, 2002). - ОГЛАВЛЕНИЕ / CONTENTS
Навигация

Архив выставки новых поступлений | Отечественные поступления | Иностранные поступления | Сиглы
ОбложкаPortela A. Finite elements using maple: a symbolic programming approach / Portela A., Charafi A. - Вerlin; Heidelberg: Springer, 2002. - xv, 325 p: ill. + CD-ROM. - ISBN 3-540-42986-7
 

Оглавление / Contents
 
1. Introduction to Maple ........................................ 1

1.1. Basics ..................................................... 1
1.2. Entering Commands .......................................... 1
1.3. Fundamental Data Types ..................................... 3
1.4. Mathematical Functions ..................................... 3
1.5. Names ...................................................... 4
1.6. Basic Types of Maple Objects ............................... 5
     1.6.1. Sequences ........................................... 5
     1.6.2. Lists ............................................... 6
     1.6.3. Sets ................................................ 6
     1.6.4. Arrays .............................................. 7
     1.6.5. Tables .............................................. 7
     1.6.6. Strings ............................................. 8
1.7. Evaluation Rules ........................................... 8
     1.7.1. Levels of Evaluation ................................ 8
     1.7.2. Last-Name Evaluation ................................ 9
     1.7.3. One-Level Evaluation ................................ 9
     1.7.4. Special Evaluation Rules ........................... 10
     1.7.5. Delayed Evaluation ................................. 10
1.8. Algebraic Equations ....................................... 11
1.9. Differentiation and Integration ........................... 12
1.10.Solving Differential Equations ............................ 14
1.11.Expression Manipulation ................................... 15
1.12.Basic Programming Constructs .............................. 16
1.13.Functions, Procedures and Modules ......................... 16
1.14.Maple's Organization ...................................... 19
1.15.Linear Algebra Computations ............................... 20
1.16.Graphics .................................................. 31
1.17.Plotter: Package for Finite Element Graphics .............. 34
     1.17.1. Example ........................................... 39
     1.17.2. Example ........................................... 41
     1.17.3. Example ........................................... 42

2. Computational Mechanics ..................................... 45

2.1. Introduction .............................................. 45
2.2. Mathematical Modelling of Physical Systems ................ 45
2.3. Continuous Models ......................................... 47
     2.3.1. Equilibrium ........................................ 47
     2.3.2. Propagation ........................................ 49
     2.3.3. Diffusion .......................................... 51
2.4. Mathematical Analysis ..................................... 52
2.5. Approximation Methods ..................................... 52
2.6. Discrete Models ........................................... 55
2.7. Structural Models ......................................... 56

3. Approximation Methods ....................................... 59

3.1. Introduction .............................................. 59
3.2. Residuals ................................................. 60
3.3. Weighted-Residual Equation ................................ 61
     3.3.1. Example ............................................ 61
3.4. Approximation Functions ................................... 62
3.5. Admissibility Conditions .................................. 62
     3.5.1. Example ............................................ 63
3.6. Global Indirect Discretization ............................ 64
     3.6.1. Satisfaction of Boundary Conditions ................ 65
     3.6.2. Domain Methods of Approximation .................... 66
     3.6.3. Galerkin Method .................................... 66
     3.6.4. Least Squares Method ............................... 67
     3.6.5. Moments Method ..................................... 67
     3.6.6. Collocation Method ................................. 68
     3.6.7. Example ............................................ 70
     3.6.8. Example ............................................ 82
3.7. Integration by Parts ...................................... 84
     3.7.1. Strong, Weak and Transposed Forms .................. 84
     3.7.2. One-Dimensional Case ............................... 85
     3.7.3. Example ............................................ 85
     3.7.4. Higher-Dimensional Cases ........................... 86
     3.7.5. Example ............................................ 88
3.8. Local Direct Discretization ............................... 88
     3.8.1. Nodes and Local Regions ............................ 89
     3.8.2. Satisfaction of Boundary Conditions ................ 89
     3.8.3. Finite Difference Method ........................... 90
     3.8.4. Finite Element Method .............................. 93
     3.8.5. Boundary Element Method ............................ 96
     3.8.6. Example ............................................ 98
     3.8.7. Example ........................................... 113
     3.8.8. Example ........................................... 132

4. Interpolation .............................................. 135

4.1. Introduction ............................................. 135
4.2. Globally Defined Functions ............................... 136
     4.2.1. Polynomial Bases .................................. 136
     4.2.2. Example ........................................... 137
     4.2.3. Example ........................................... 138
     4.2.4. Conclusions ....................................... 142
4.3. Piecewisely Defined Functions ............................ 143
     4.3.1. Spline Interpolation .............................. 143
     4.3.2. Finite Element Interpolation ...................... 144
4.4. Finite Element Generalized Coordinates ................... 145
     4.4.1. Convergence Conditions ............................ 145
     4.4.2. Geometric Isotropy ................................ 146
     4.4.3. Finite Element Families ........................... 146
4.5. Finite Element Shape Functions ........................... 148
     4.5.1. Natural Coordinates ............................... 150
     4.5.2. Curvilinear Coordinates ........................... 156
     4.5.3. Example ........................................... 157
4.6. Parametric Finite Elements ............................... 161
4.7. Isoparametric Finite Elements ............................ 162
     4.7.1. Convergence Conditions ............................ 162
     4.7.2. Evaluation of Element Equations ................... 164
     4.7.3. Numerical Integration ............................. 166
4.8. Linear Triangular Isoparametric Element .................. 168
     4.8.1. Example ........................................... 169
     4.8.2. Example ........................................... 171
     4.8.3. Example ........................................... 174
     4.8.4. Example ........................................... 176

5. The Finite Element Method .................................. 179

5.1. Introduction ............................................. 179
5.2. Steady-State Models with Scalar Variable ................. 179
     5.2.1. Continuous Model .................................. 180
     5.2.2. Weighted Residual Galerkin Approximation .......... 183
     5.2.3. Discrete Model .................................... 185
5.3. Finite Element Mesh ...................................... 186
     5.3.1. Linear Triangular Isoparametric Element ........... 187
     5.3.2. Total Potential Energy ............................ 188
     5.3.3. Internal Potential Energy Density ................. 188
     5.3.4. Mesh Topology ..................................... 189
5.4. Local Finite Element Equations ........................... 190
5.5. Global Finite Element Equations .......................... 192
5.6. Exact Boundary Conditions ................................ 193
5.7. Solution of the System of Equations ...................... 194
5.8. Computation of Derivatives ............................... 194
5.9. Finite Element Pre- and Post-Processing .................. 196
5.10.Cgt_fem: Package for Finite Element Analysis ............. 197
     5.10.1.Data Preparation .................................. 197
5.11.Example .................................................. 198
5.12.Example .................................................. 208
5.13.Example .................................................. 213
5.14.Example .................................................. 217

6. Fluid Mechanics Applications ............................... 223

6.1. Introduction ............................................. 223
6.2. Continuous Models of Fluid Flow .......................... 223
     6.2.1. Incompressible Fluids ............................. 223
     6.2.2. Inviscid Fluids ................................... 224
     6.2.3. Irrotational Flows ................................ 224
     6.2.4. Steady-State Flows ................................ 224
     6.2.5. Bernoulli's Energy Conservation ................... 225
     6.2.6. Velocity Potential ................................ 226
     6.2.7. Stream Function ................................... 226
6.3. Confined Flows ........................................... 227
6.4. Unconfined Flows ......................................... 228
6.5. Groundwater Flows ........................................ 229
     6.5.1. Darcy's Hypothesis ................................ 229
     6.5.2. Dupuit's Hypothesis ............................... 231
6.6. Example .................................................. 232
     6.6.1. Flow Under a Dam .................................. 232
     6.6.2. Problem's Solution ................................ 233
6.7. Example .................................................. 240
     6.7.1. Flow in an Unconfined Aquifer ..................... 240
     6.7.2. Problem's Solution ................................ 241

7. Solid Mechanics Applications ............................... 251

7.1. Introduction ............................................. 251
7.2. Continuous Models ........................................ 251
7.3. Fundamental Continuous Model: Elasticity Theory .......... 252
     7.3.1. Strain-Displacement Equations ..................... 253
     7.3.2. Equilibrium Equations ............................. 253
     7.3.3. Stress-Strain Equations ........................... 254
     7.3.4. Boundary Conditions ............................... 254
     7.3.5. Elastic Fields .................................... 255
     7.3.6. The Work Theorem .................................. 256
     7.3.7. Theorem of Virtual Displacements .................. 256
     7.3.8. Theorem of Total Potential Energy ................. 256
7.4. Finite Element Model ..................................... 257
     7.4.1. Weighted Residual Equation ........................ 257
     7.4.2. Theorem of Work ................................... 258
     7.4.3. Theorem of Virtual Displacements .................. 259
     7.4.4. Discretization .................................... 259
7.5. Mesh Topology ............................................ 261
     7.5.1. Total Strain Energy ............................... 261
     7.5.2. Distribution of the Strain Energy Density ......... 262
7.6. Constrained Displacements ................................ 262
7.7. Application of the Finite Element Model .................. 264
7.8. Three-Dimensional Equilibrium States ..................... 265
     7.8.1. Constant-Strain Tetrahedron Element ............... 265
7.9. Two-Dimensional Equilibrium States ....................... 267
     7.9.1. Plane Stress and Plane Strain ..................... 267
     7.9.2. Asymptotic Model: Plane Elasticity ................ 269
     7.9.3. Constant-Strain Triangular Isoparametric
            Element ........................................... 270
     7.9.4. Cst_fem: Package for Finite Element Analysis ...... 273
     7.9.5. Data Preparation .................................. 274
     7.9.6. Example ........................................... 275
     7.9.7. Example ........................................... 281
     7.9.8. Example ........................................... 284
     7.9.9. Example ........................................... 292
7.10.One-Dimensional Equilibrium States ....................... 302
     7.10.1.Asymptotic Model: Theory of Bars .................. 303
     7.10.2.Truss Element ..................................... 312
     7.10.3.Skew Elements ..................................... 314
     7.10.4.Beam Element ...................................... 315
7.11.Further Study ............................................ 318

A. The Companion CD-ROM ....................................... 319

References .................................................... 321
Index ......................................................... 323


Архив выставки новых поступлений | Отечественные поступления | Иностранные поступления | Сиглы
 

[О библиотеке | Академгородок | Новости | Выставки | Ресурсы | Библиография | Партнеры | ИнфоЛоция | Поиск]
  Пожелания и письма: branch@gpntbsib.ru
© 1997-2024 Отделение ГПНТБ СО РАН (Новосибирск)
Статистика доступов: архив | текущая статистика
 

Документ изменен: Wed Feb 27 14:19:42 2019. Размер: 16,797 bytes.
Посещение N 2119 c 07.04.2009