05 Content

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

TABLE OF CONTENTS

Page

LIST OF PUBLICATIONS v

ACKNOWLEDGEMENTS i

ABSTRACT iii

LIST OF TABLES ix

LIST OF FIGURES xiv

ABBREVIATIONS xv

NOTATION xvii

1 INTRODUCTION 1
1.1 Motivation for predicting transitional flow . . . . . . . . . . . . . . 1
1.2 Scope of this thesis . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 Outline of thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

2 LITERATURE REVIEW 7
2.1 Different mechanisms of transition . . . . . . . . . . . . . . . . . . 7
2.1.1 Natural transition . . . . . . . . . . . . . . . . . . . . . . . 7
2.1.2 Bypass transition . . . . . . . . . . . . . . . . . . . . . . . 9
2.1.3 Separation-induced transition . . . . . . . . . . . . . . . . 9
2.2 Methods in literature for predicting transition . . . . . . . . . . . . 10
2.2.1 Scale resolving methods . . . . . . . . . . . . . . . . . . . 11
2.2.2 Low-Reynolds number turbulence model . . . . . . . . . . 12
2.2.3 Stability based approach . . . . . . . . . . . . . . . . . . . 12

v
2.2.4 Laminar kinetic-energy based models . . . . . . . . . . . . 14
2.2.5 Global correlation-based methods . . . . . . . . . . . . . . 16
2.2.6 Local correlation-based methods . . . . . . . . . . . . . . . 18

3 FLOW SOLVER 23
3.1 Governing equations . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.2 Numerical Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.2.1 Flux formulation . . . . . . . . . . . . . . . . . . . . . . . 27
3.2.2 State reconstruction . . . . . . . . . . . . . . . . . . . . . . 30
3.2.3 Time integration . . . . . . . . . . . . . . . . . . . . . . . 31
3.2.4 Local time-step calculation . . . . . . . . . . . . . . . . . . 32
3.3 Boundary and Initial Conditions . . . . . . . . . . . . . . . . . . . 33
3.4 Verification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.4.1 Shock Tube . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.4.2 Lid driven cavity . . . . . . . . . . . . . . . . . . . . . . . 37
3.4.3 Turbulent boundary layer on a flat plate. . . . . . . . . . . . 39
3.4.4 RAE2822 Airfoil . . . . . . . . . . . . . . . . . . . . . . . 40
3.4.5 M6 wing . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
3.5 γ transition model . . . . . . . . . . . . . . . . . . . . . . . . . . . 45

4 FORMULATION OF kγ TRANSITION MODEL 49


4.1 Derivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
4.1.1 Production term . . . . . . . . . . . . . . . . . . . . . . . . 50
4.1.2 Destruction term . . . . . . . . . . . . . . . . . . . . . . . 51
4.1.3 Diffusion term . . . . . . . . . . . . . . . . . . . . . . . . 51
4.2 Modeling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.2.1 k modeling . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.2.2 γ modeling . . . . . . . . . . . . . . . . . . . . . . . . . . 54

5 VALIDATION 59
5.1 Computational Details . . . . . . . . . . . . . . . . . . . . . . . . 59

vi
5.2 Grid convergence study . . . . . . . . . . . . . . . . . . . . . . . . 61
5.3 Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
5.4 Computational effort . . . . . . . . . . . . . . . . . . . . . . . . . 69

6 APPLICATIONS 73
6.1 Hultgren and Volino series . . . . . . . . . . . . . . . . . . . . . . 73
6.2 Aerospatiale A-airfoil . . . . . . . . . . . . . . . . . . . . . . . . . 78
6.3 E387 airfoil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
6.4 S809 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
6.5 T106A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
6.6 V103 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
6.7 DLR-F5 wing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
6.8 Computational effort . . . . . . . . . . . . . . . . . . . . . . . . . 98

7 CONCLUSION 99

A GRID CONVERGENCE STUDY 101

B INVESTIGATION OF MODEL’S LIMITATION 103

C IMPLEMENTATION OF kγ MODEL 107

REFERENCES 123

You might also like