Numerical simulation in fluid dynamics: a practical introduction
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Philadelphia
SIAM
1998
|
Schriftenreihe: | SIAM monographs on mathematical modeling and computation
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVI, 217 S. graph. Darst. |
ISBN: | 0898713986 9780898713985 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012178121 | ||
003 | DE-604 | ||
005 | 20140527 | ||
007 | t | ||
008 | 981002s1998 d||| |||| 00||| eng d | ||
020 | |a 0898713986 |9 0-89871-398-6 | ||
020 | |a 9780898713985 |9 978-0-898713-98-5 | ||
035 | |a (OCoLC)312971562 | ||
035 | |a (DE-599)BVBBV012178121 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-29T |a DE-91G |a DE-83 |a DE-11 | ||
082 | 0 | |a 532/.05/0113 | |
084 | |a SK 920 |0 (DE-625)143272: |2 rvk | ||
084 | |a UF 4000 |0 (DE-625)145577: |2 rvk | ||
084 | |a PHY 220f |2 stub | ||
084 | |a DAT 780f |2 stub | ||
084 | |a MAT 650f |2 stub | ||
084 | |a 76Mxx |2 msc | ||
084 | |a PHY 016f |2 stub | ||
100 | 1 | |a Griebel, Michael |d 1960- |e Verfasser |0 (DE-588)111660068 |4 aut | |
240 | 1 | 0 | |a Numerische Simulation in der Strömungsmechanik |
245 | 1 | 0 | |a Numerical simulation in fluid dynamics |b a practical introduction |c Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer |
264 | 1 | |a Philadelphia |b SIAM |c 1998 | |
300 | |a XVI, 217 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a SIAM monographs on mathematical modeling and computation | |
650 | 0 | 7 | |a Simulation |0 (DE-588)4055072-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Strömungsmechanik |0 (DE-588)4077970-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Strömungsmechanik |0 (DE-588)4077970-1 |D s |
689 | 0 | 1 | |a Simulation |0 (DE-588)4055072-2 |D s |
689 | 0 | 2 | |a Numerisches Verfahren |0 (DE-588)4128130-5 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Dornseifer, Thomas |e Verfasser |4 aut | |
700 | 1 | |a Neunhoeffer, Tilman |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008251827&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-008251827 |
Datensatz im Suchindex
_version_ | 1804126793387474944 |
---|---|
adam_text | Contents
Preface ix
Notation xiii
1 Numerical Simulation—a Key Technology of the Future 1
1.1 Physical Experiments, Mathematical Modeling,
and Numerical Simulation 1
1.2 Fluids and Flows 5
1.3 Numerical Flow Simulation 8
2 The Mathematical Description of Flows 11
2.1 The Mathematical Model: The Navier Stokes Equations 11
2.2 The Derivation of the Navier Stokes Equations 14
2.2.1 Conservation of Mass 15
2.2.2 Conservation of Momentum 16
2.3 Dynamic Similarity of Flows 17
3 The Numerical Treatment of the Navier—Stokes Equations 21
3.1 The Discretization 21
3.1.1 Simple Discretization Formulas 21
3.1.2 Discretization of the Navier Stokes Equations 26
3.2 The Algorithm 32
3.2.1 The Time Stepping Loop 32
3.2.2 The Discrete Momentum Equations 34
3.2.3 The Poisson Equation for the Pressure 35
3.2.4 The Stability Condition 39
3.2.5 Summary 39
3.3 Implementation 39
3.3.1 Problem Parameters and Data Structures 40
3.3.2 The Program 42
3.3.3 Guidelines for Modular Programming 43
3.4 Treatment of General Geometries 45
3.4.1 Introduction of Obstacle Domains 45
3.4.2 Implementation 48
4 Visualization Techniques 51
4.1 Standard Techniques 51
v
vi Contents
4.1.1 Real Valued Functions 51
4.1.2 Vector Valued Functions 52
4.1.3 Graphics Tools and Standards 53
4.1.4 Implementation 54
4.2 Flow Visualization by Particle Tracing and Streaklines 54
4.2.1 Interpolation of Velocities in a Staggered Grid 55
4.2.2 Implementation 57
4.3 Stream Function and Vorticity 60
4.3.1 Definition and Interpretation 60
4.3.2 Implementation 62
4.3.3 The Stream Function Vorticity Formulation of the Navier
Stokes Equations 63
5 Example Applications 67
5.1 Lid Driven Cavity 67
5.2 Flow over a Backward Facing Step 76
5.3 Flow Past an Obstacle 77
5.4 Pipe Junction 81
5.5 Flow through Complex Geometries 82
5.6 Fluid Structure Interaction 84
6 Free Boundary Value Problems 87
6.1 Determination of the Domain Shape 88
6.2 Conditions along the Free Boundary 90
6.3 The Extended Algorithm 97
6.4 Implementation 98
7 Example Applications for Free Boundary Value Problems 101
7.1 The Breaking Dam 101
7.2 The Splash of a Liquid Drop 101
7.3 Free Surface Flow over a Step 103
7.4 Injection Molding 104
7.5 Curtain Coating 105
8 Parallelization 109
8.1 Parallel Computers and Programming Environments 109
8.2 Domain Decomposition as a Parallelization Strategy 112
8.3 Parallelization of the Flow Code 113
8.4 Implementation on a Network of Workstations Using PVM .... 117
8.5 Measuring Performance 120
9 Energy Transport 123
9.1 Extending the Mathematical Model by the Energy Equation .... 123
9.2 Derivation of the Energy Equation 127
9.3 On the Validity of the Boussinesq Approximation 130
Contents vii
9.4 Discretization of the Energy Equation and Extension of the Algo¬
rithm 132
9.5 Implementation 135
9.6 Visualization of Heat Flow 136
9.7 Example Applications 138
9.7.1 Natural Convection with Heated Lateral Walls 138
9.7.2 Buoyancy Flow: Rayleigh Benard Convection 140
9.7.3 Fluid Trap 145
9.8 Chemical Transport 147
9.8.1 Modeling and Discretization 147
9.8.2 Implementation 148
9.8.3 Application Example 148
10 Turbulence 153
10.1 Turbulent Flows 153
10.2 Turbulence Modeling 155
10.2.1 Direct Numerical Simulation and Its Limitations 155
10.2.2 Basics of Turbulence Modeling 157
10.2.3 The k e Turbulence Model 160
10.2.4 Boundary Conditions for the k e Model 161
10.2.5 Overview of Other Turbulence Models 163
10.3 Discretization of the k e Model 164
10.4 Implementation 168
10.5 Numerical Results 169
11 Extension to Three Dimensions 173
11.1 The Continuous Equations 173
11.2 Discretization and Algorithm 174
11.3 Extensions and Modifications 176
11.4 Examples of Three Dimensional Simulations 177
11.4.1 Model Problems 177
11.4.2 Examples from Environmental Sciences, Architecture, and
Engineering 179
11.4.3 Examples of Free Boundary Value Problems 185
11.4.4 Examples of Temperature Driven Flows 187
12 Concluding Remarks 193
A Guidelines for Parallelization Using PVM 195
B Physical Properties of Fluids 199
Bibliography 201
Index 213
|
any_adam_object | 1 |
author | Griebel, Michael 1960- Dornseifer, Thomas Neunhoeffer, Tilman |
author_GND | (DE-588)111660068 |
author_facet | Griebel, Michael 1960- Dornseifer, Thomas Neunhoeffer, Tilman |
author_role | aut aut aut |
author_sort | Griebel, Michael 1960- |
author_variant | m g mg t d td t n tn |
building | Verbundindex |
bvnumber | BV012178121 |
classification_rvk | SK 920 UF 4000 |
classification_tum | PHY 220f DAT 780f MAT 650f PHY 016f |
ctrlnum | (OCoLC)312971562 (DE-599)BVBBV012178121 |
dewey-full | 532/.05/0113 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 532 - Fluid mechanics |
dewey-raw | 532/.05/0113 |
dewey-search | 532/.05/0113 |
dewey-sort | 3532 15 3113 |
dewey-tens | 530 - Physics |
discipline | Physik Informatik Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02026nam a2200505 c 4500</leader><controlfield tag="001">BV012178121</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20140527 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">981002s1998 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0898713986</subfield><subfield code="9">0-89871-398-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780898713985</subfield><subfield code="9">978-0-898713-98-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)312971562</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012178121</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">532/.05/0113</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 920</subfield><subfield code="0">(DE-625)143272:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">UF 4000</subfield><subfield code="0">(DE-625)145577:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">PHY 220f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 780f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 650f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">76Mxx</subfield><subfield code="2">msc</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">PHY 016f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Griebel, Michael</subfield><subfield code="d">1960-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)111660068</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">Numerische Simulation in der Strömungsmechanik</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Numerical simulation in fluid dynamics</subfield><subfield code="b">a practical introduction</subfield><subfield code="c">Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Philadelphia</subfield><subfield code="b">SIAM</subfield><subfield code="c">1998</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 217 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">SIAM monographs on mathematical modeling and computation</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Simulation</subfield><subfield code="0">(DE-588)4055072-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Strömungsmechanik</subfield><subfield code="0">(DE-588)4077970-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Strömungsmechanik</subfield><subfield code="0">(DE-588)4077970-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Simulation</subfield><subfield code="0">(DE-588)4055072-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Numerisches Verfahren</subfield><subfield code="0">(DE-588)4128130-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Dornseifer, Thomas</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Neunhoeffer, Tilman</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008251827&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008251827</subfield></datafield></record></collection> |
id | DE-604.BV012178121 |
illustrated | Illustrated |
indexdate | 2024-07-09T18:23:06Z |
institution | BVB |
isbn | 0898713986 9780898713985 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008251827 |
oclc_num | 312971562 |
open_access_boolean | |
owner | DE-703 DE-29T DE-91G DE-BY-TUM DE-83 DE-11 |
owner_facet | DE-703 DE-29T DE-91G DE-BY-TUM DE-83 DE-11 |
physical | XVI, 217 S. graph. Darst. |
publishDate | 1998 |
publishDateSearch | 1998 |
publishDateSort | 1998 |
publisher | SIAM |
record_format | marc |
series2 | SIAM monographs on mathematical modeling and computation |
spelling | Griebel, Michael 1960- Verfasser (DE-588)111660068 aut Numerische Simulation in der Strömungsmechanik Numerical simulation in fluid dynamics a practical introduction Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer Philadelphia SIAM 1998 XVI, 217 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier SIAM monographs on mathematical modeling and computation Simulation (DE-588)4055072-2 gnd rswk-swf Strömungsmechanik (DE-588)4077970-1 gnd rswk-swf Numerisches Verfahren (DE-588)4128130-5 gnd rswk-swf Strömungsmechanik (DE-588)4077970-1 s Simulation (DE-588)4055072-2 s Numerisches Verfahren (DE-588)4128130-5 s DE-604 Dornseifer, Thomas Verfasser aut Neunhoeffer, Tilman Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008251827&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Griebel, Michael 1960- Dornseifer, Thomas Neunhoeffer, Tilman Numerical simulation in fluid dynamics a practical introduction Simulation (DE-588)4055072-2 gnd Strömungsmechanik (DE-588)4077970-1 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
subject_GND | (DE-588)4055072-2 (DE-588)4077970-1 (DE-588)4128130-5 |
title | Numerical simulation in fluid dynamics a practical introduction |
title_alt | Numerische Simulation in der Strömungsmechanik |
title_auth | Numerical simulation in fluid dynamics a practical introduction |
title_exact_search | Numerical simulation in fluid dynamics a practical introduction |
title_full | Numerical simulation in fluid dynamics a practical introduction Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer |
title_fullStr | Numerical simulation in fluid dynamics a practical introduction Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer |
title_full_unstemmed | Numerical simulation in fluid dynamics a practical introduction Michael Griebel ; Thomas Dornseifer ; Tilman Neunhoeffer |
title_short | Numerical simulation in fluid dynamics |
title_sort | numerical simulation in fluid dynamics a practical introduction |
title_sub | a practical introduction |
topic | Simulation (DE-588)4055072-2 gnd Strömungsmechanik (DE-588)4077970-1 gnd Numerisches Verfahren (DE-588)4128130-5 gnd |
topic_facet | Simulation Strömungsmechanik Numerisches Verfahren |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008251827&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT griebelmichael numerischesimulationinderstromungsmechanik AT dornseiferthomas numerischesimulationinderstromungsmechanik AT neunhoeffertilman numerischesimulationinderstromungsmechanik AT griebelmichael numericalsimulationinfluiddynamicsapracticalintroduction AT dornseiferthomas numericalsimulationinfluiddynamicsapracticalintroduction AT neunhoeffertilman numericalsimulationinfluiddynamicsapracticalintroduction |