Turbulence Simulations: Multiscale Modeling and Data-Intensive

Total Page:16

File Type:pdf, Size:1020Kb

Turbulence Simulations: Multiscale Modeling and Data-Intensive Turbulence simulations: multiscale modeling and data-intensive computing methodologies by Jason Graham A dissertation submitted to The Johns Hopkins University in conformity with the requirements for the degree of Doctor of Philosophy. Baltimore, Maryland January, 2014 c Jason Graham 2014 All rights reserved Abstract In this two part work, methodologies for the multiscale modeling of complex tur- bulent flows and data-intensive computing strategies for large-scale turbulent simu- lations are developed and presented. The first part of this thesis is devoted to the simulation of turbulent flows over objects characterized by hierarchies of length-scale. Flows of this type present special challenges associated with the cost of resolving small-scale geometric elements. During large eddy simulation (LES), their effects on the resolved scales must be captured realistically through subgrid-scale models. Prior work performed by Chester et al. [21] proposed a technique called renormal- ized numerical simulation (RNS), which is applicable to objects that display scale- invariant geometric (fractal) properties. The idea of RNS is similar to that of the dynamic model used in LES to determine model parameters for the subgrid-stress tensor model in the bulk of the flow. In RNS, drag forces from the resolved elements that are obtained during the simulation are re-scaled appropriately by determining drag coefficients that are then applied to specify the drag forces associated with the subgrid-scale elements. In the current work we introduce a generalized framework for ii ABSTRACT describing and implementing the RNS methodology thereby extending the method- ology first presented by Chester et al. [21]. Furthermore, we present various other possible practical implementations of RNS that differ on important, technical aspects related to 1) time averaging, 2) spatial localization, and 3) numerical representation of the drag forces. The new RNS framework is then applied to fractal tree canopies consisting of fractal-like trees with both planar cross-section and three dimensional orientations. The results indicate that the propsed time averaged, local, and explicit formulation of RNS is superior to the predecessor formulation as it enables the mod- eling of spatially non-homogenous geometries without using a low-level branch based description and preserves the assumed dynamic similary through temporal filtering. In addition, the overall predicted drag force of the non-planar fractal trees is shown to agree well with experimental data. In addition to RNS, a methodology for generating accurate inflow conditions in multiscale turbulence simulations is present. This tech- nique called concurrent precursor simulation (CPS) allows the synchronous generation of inflow data from an upstream precursor simulation. This approach conceptually is the same as the standard precursor simulations (Lund et al. [72] and Ferrante and Elghobashi [35]) used in the past, however, it eliminates the I/O bottleneck of disk reads and writes by transferring sampled data directly between domains using MPI. Furthermore, issues with recycling time scales of the sample inflow library are removed since the upstream, precursor simulation is performed concurrently with the target simulation. This methodology is applied to a single fractal tree (modeled using RNS) iii ABSTRACT in turbulent duct flow and to a finite length, developing wind farm. In the second part of this work, data-intensive computing strategies addressing the large-scale data problem in direct numerical simulation (DNS) of turbulent flows are presented. DNS provides the highest fidelity of predicited turbulence data. As a result, these data have served a vital in role in turbulence research and access to such data is key to continued development of the field. Classical approaches to the management and dissemination of these large-scale datasets, however, has proven to be cumbersome and prohibitively expensive in some instances thus minimizing the usefulness of these data to a broad community. Therefore, the Johns Hopkins Turbulent Databases (JHTDB) (Perlman et al. [89] and Li et al. [68]) have been created which expose large-scale turbulence datasets to the reasearch community worldwide using Web services. The JHTDB project provides Web service libraries for C, Fortran, and Matlab which allow inter- action with the DNS data. The design and implementation of the Matlab interface along with several examples are presented. Also, the first Web service based, publicly available channel flow DNS database is produced in this work. The implementation of the channel flow DNS and construction of the subsequent database are presented. These data are then used to study the structure and organization of channel flow turbulence. In this study, the Q criterion [50] is employed to measure the vortex sizes and organization. Results appear to indicate good, qualitative agreement with the- oretical predictions with respect to the prescence of large-scale near wall structures and the preponderance of buffer layer vortices. iv ABSTRACT Primary Reader: Professor Charles Meneveau Secondary Readers: Professors Gregory L. Eyink and Randal Burns v Acknowledgments I first and foremost thank my Lord and Savior Jesus Christ, from whom all bless- ings proceed, for the opportunity to pursue the endevours in this work. Without His guidance and care it would not have been possible to complete this journey. An immense thanks goes to my advisor Professor Charles Meneveau for his patience, kindness, and encouragement throughout my doctoral studies. His direction and thoughtful conversations are also greatly acknowledged. I thank Professors G. L. Eyink and R. Burns for their many kind and insightful suggestions made throughout this work, for their stimulating lectures, and fruitful collaborations. To Professors A. Prosperetti, O. Knio, J. Katz, and R. Mittal, I am very greatful for the exceptional courses which they taught and for their endless pursuit of academic excellence. A great thanks goes to Dr. Edward Givelberg, Kalin Kanov, and the entire JHTDB team for exciting and rewarding collaborations. For providing access and support to the PoongBack code along with fruitful collaborations, a cordial thanks belongs to Professor Robert Moser, Myoungkyu Lee and Nicholas Malaya of the University of Texas. To my collegues Claire VerHulst, Adrien Thormann, and Dr. vi ACKNOWLEDGMENTS Kunlun Bai, I am very thankful for fun and thought provoking conversations which have certainly added to the richness of this work. For financial support, I am indebted to the JHU IGERT program on “Modeling Complex Systems” (NSF grant #0801471) and the NSF grant #CMMI-094153 for supporting this effort. And finally, to my wife Cindy, for her unwaivering support and endless patience– without which this work would not have been possible–I am deeply grateful. vii Dedication To my mom, though departed too soon, your inspiration and love live on in this work. And to Noah, who reminds me each day what it means to live. viii Contents Abstract ii Acknowledgments vi List of Tables xiv List of Figures xv 1 Introduction 1 1.1 Overview . 1 1.2 Background and Motivation . 5 1.2.1 Multiscale Modeling . 5 1.2.2 Data-intensive Computing . 12 1.3 Thesis Outline . 21 I Multiscale Modeling 23 2 Renormalized Numerical Simulation 24 ix CONTENTS 2.1 Introduction . 24 2.2 RNS Framework . 25 2.3 LES Implementation . 30 2.4 Planar tree canopy test case . 32 2.5 RNS formulations . 39 2.5.1 Model M1 . 40 2.5.2 Model M2 . 43 2.5.3 Model M3 . 45 2.5.4 Model M4 . 47 2.6 Test results . 49 2.6.1 RNS quantities . 50 2.6.2 Selected flow statistics . 55 2.6.3 Temporal averaging time-scale . 58 2.6.4 Discussion . 59 2.6.5 Grid and RNS Modeling Sensitivity . 60 2.7 Applications to canopy consisting of fractal trees with three non co- planar branches . 64 2.7.1 Flow Field and RNS Results . 66 2.7.2 Comparison with Experimentally Determined Drag Coefficient 75 2.8 Conclusions . 77 3 Concurrent Precursor Simulation 80 x CONTENTS 3.1 Introduction . 80 3.2 Implementation . 81 3.3 Application Cases . 85 3.3.1 Single fractal tree in turbulent duct flow . 86 3.3.2 Finite length wind farm . 89 3.4 Conclusion . 92 II Data-Intensive Computing 94 4 Johns Hopkins Turbulence Databases 95 4.1 Introduction . 95 4.2 Design and Construction . 96 4.2.1 Database Cluster . 99 4.2.2 Web Services . 100 4.3 Channel Flow Database Interpolation and Differentiation Methods . 102 4.3.1 Spatial Interpolation . 103 4.3.2 Spatial Differentiation . 108 4.4 Matlab Client Interface . 110 4.4.1 Design and Implementation . 111 4.4.2 Code Examples . 113 4.5 Conclusions . 116 xi CONTENTS 5 Channel Flow DNS 118 5.1 Introduction . 118 5.2 Governing Equations . 119 5.3 Production Simulation . 121 5.4 Vortex Analysis . 125 5.4.1 Implementation . 130 5.4.2 Results . 134 5.5 Conclusions . 140 6 Concluding Remarks 144 Appendix A LESGO Validation: Flow over wall mounted cubes 148 Appendix B MPI-DB 152 B.1 Introduction . 152 B.2 Related Work . 154 B.3 Channel Flow Simulation . 155 B.4 The MPI-DB software library . 157 B.5 MPI-DB Architecture . 158 B.6 Fortran Interface Design . 160 B.7 Fortran Interface Example . 161 B.8 Results . 166 B.9 Conclusion . 171 xii CONTENTS Appendix C B-Spline Collocation Method 172 Appendix D Channel Flow DNS: Pressure Solver 175 D.1 Introduction . 175 D.2 Pressure Solution . 176 D.2.1 Non-Zero Wavemode Solution . 176 D.2.2 Zero Wavemode Solution . 177 D.3 Validation . 178 D.4 Conclusion . 183 Vita 200 xiii List of Tables 2.1 Definitions of the tested RNS models. 39 2.2 Time averaged drag coefficient, RNS error, and forces for each of the RNS models when applied to simulation of the “V-tree” canopy. Results shown pertain to the sample tree in the middle of the domain.
Recommended publications
  • Project-Team Virtual Plants Modeling Plant Morphogenesis from Genes To
    INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Project-Team Virtual Plants Modeling plant morphogenesis from genes to phenotype Sophia Antipolis THEME BIO c t i v it y ep o r t 2005 Table of contents 1. Team 1 2. Overall Objectives 2 2.1. Overall Objectives 2 3. Scientific Foundations 2 3.1. Analysis of structures resulting from meristem activity 2 3.2. Meristem functioning and development 3 3.3. A software platform for plant modeling 4 4. New Results 4 4.1. Analysis of structures resulting from meristem activity 4 4.1.1. Analysis of longitudinal count data and underdispersion 4 4.1.2. Growth synchronism between Aerial and Root Systems 4 4.1.3. Changes in branching structures within the whole plants 5 4.1.4. Growth components in trees 5 4.1.5. Markov switching models 5 4.1.6. Diagnostic tools for hidden Markovian models 5 4.1.7. Hidden Markov tree models for investigating physiological age within plants 6 4.1.8. Branching processes for plant development analysis 6 4.1.9. Self-similarity in plants 6 4.1.10. Reconstruction of plant foliage density from photographs 6 4.1.11. Fractal analysis of plant geometry 6 4.1.12. Light interception by canopy 7 4.1.13. Heritability of architectural traits 7 4.2. Meristem functioning and development 8 4.2.1. 3D surface reconstruction and cell lineage detection in shoot meristems 8 4.2.2. Simulation of auxin fluxes in the mersitem 8 4.2.3. Dynamic model of phyllotaxy based on auxin fluxes 8 4.2.4.
    [Show full text]
  • An Introduction Into Ecological Modelling for Students, Teachers & Scientists
    Modelling Complex Ecological Dynamics . Fred Jopp l Hauke Reuter l Broder Breckling Editors Modelling Complex Ecological Dynamics An Introduction into Ecological Modelling for Students, Teachers & Scientists Title Drawings by Melanie Trexler Foreword by Sven Erik Jørgensen & Donald L. DeAngelis Editors Dr. Fred Jopp Dr. Hauke Reuter Department of Biology Department of Ecological Modelling University of Miami Leibniz Center for Tropical Marine Ecology P.O. Box 249118 GmbH (ZMT) Coral Gables, FL 33124 Fahrenheitstraße 6 USA 28359 Bremen [email protected] Germany [email protected] Dr. Broder Breckling General and Theoretical Ecology Center for Environmental Research and Sustainable Technology (UFT) University of Bremen Leobener St. 28359 Bremen Germany [email protected] ISBN 978-3-642-05028-2 e-ISBN 978-3-642-05029-9 DOI 10.1007/978-3-642-05029-9 Springer Heidelberg Dordrecht London New York Library of Congress Control Number: 2011921703 # Springer-Verlag Berlin Heidelberg 2011 This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilm or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer. Violations are liable to prosecution under the German Copyright Law. The use of general descriptive names, registered names, trademarks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protec- tive laws and regulations and therefore free for general use.
    [Show full text]
  • Kaleidoscope Pdf, Epub, Ebook
    KALEIDOSCOPE PDF, EPUB, EBOOK Salina Yoon | 18 pages | 21 Nov 2012 | Little, Brown & Company | 9780316186414 | English | New York, United States Kaleidoscope PDF Book Top 10 Gifts Top 10 Gifts. Best Selling. English Language Learners Definition of kaleidoscope. Love words? Van Cort. Kaleidoscope Necklace, Garnet Saturn by the Healys. Most handmade kaleidoscopes are now made in India, Bangladesh, Japan, the USA, Russia and Italy, following a long tradition of glass craftsmanship in those countries. Enjoy the Majestic Colors of a Vintage Kaleidoscope In , David Brewster invented the kaleidoscope, and most people appreciate the colorful images it reflects. Wikimedia Commons. An early version had pieces of colored glass and other irregular objects fixed permanently and was admired by some Members of the Royal Society of Edinburgh , including Sir George Mackenzie who predicted its popularity. Interactive exhibit modules enabled visitors to better understand and appreciate how kaleidoscopes function. Color Spirit Kaleidoscope in Purple. What should you look for when buying preowned kaleidoscopes? Manufacturers and artists have created kaleidoscopes with a wide variety of materials and in many shapes. The last step, regarded as most important by Brewster, was to place the reflecting panes in a draw tube with a concave lens to distinctly introduce surrounding objects into the reflected pattern. Whether you need a Christmas present, a birthday gift or a token of appreciation for the person who has everything, a kaleidoscope is the perfect choice. Name that government! List View. Please provide a valid price range. Not Specified. The community is fighting to save it," 2 July Also crucial is Murphy's particular knack for using music and color to convey the hothouse longings of her characters; heady metaphors served in the atonal jangle of post punk or the throbbing kaleidoscope of strobe lights at a house party.
    [Show full text]
  • From the Chair from His Enemies by Using Little-Known Causeways on the Norman Coast Dear Pedometricians, 4
    Issue 21 March 2007 Commission 1.5 Pedometrics, Div. 1 of the International Union of Soil Sciences (IUSS) Chair: Murray Lark Vice Chair & Editor: Budiman Minasny From the Chair from his enemies by using little-known causeways on the Norman coast Dear Pedometricians, 4. Airphotographs 5. Articles written in the Journal of the Linnean I have just finished reading Society of Caen by a 19th Century priest from a a biography of Desmond parish in Normandy who had an interest in geology. Bernal, a founding father 6. A few core samples obtained from selected of the crystallography of beaches in raids by special forces. macromolecules, a 7. Accounts of a 14th Century legal dispute over farsighted exponent of taxes that allowed him to identify silted-up harbours. science policy, and a Marxist polymath. During Continued next page ….. the Second World War Bernal played a leading role in preparing for the Normandy landings, and I I NSIDE T HIS I SSUE was interested to learn that one of the problems that 1. From the Chair he faced was a classical one in pedometrics. 2. Working Group on Digital Soil Mapping 3. Chance and vision on the road to Pedometrics The question was how to predict the trafficability of 4. The Comte de Buffon beaches for military vehicles, given that they were 5. Buffon’s needle held by the enemy and could not be inspected at 6. Soil Boundaries leisure. If you read Richard Webster's article in this 7. Best paper in pedometrics issue of Pedometron you will see that essentially the 8.
    [Show full text]
  • The Fractal Properties of Retinal Vessels: Embryological and Clinical Implications
    Eye (1990) 4, 235-241 The Fractal Properties of Retinal Vessels: Embryological and Clinical Implications MARTIN A. MAINSTER Kansas City, Kansas, USA Summary The branching patterns of retinal arterial and venous systems have characteristics of a fractal, a geometrical pattern whose parts resemble the whole. Fluorescein angio­ gram collages were digitised and analysed, demonstrating that retinal arterial and venous patterns have fractal dimensions of 1.63 ± 0.05 and 1. 71 ± 0.07, respectively, consistent with the 1.68 ± 0.05 dimension of diffusion limited aggregation. This find­ ing prompts speculation that factors controlling retinal angiogenesis may obey Laplace's equation, with fluctuations in the distribution of embryonic cell-free spaces providing the randomness needed for fractal behaviour and for the unique­ ness of each individual's retinal vascular pattern. Since fractal dimensions charac­ terise how completely vascular patterns span the retina, they can provide insight into the relationship between vascular patterns and retinal disease. Fractal geometry offers a more accurate description of ocular anatomy and pathology than classical geometry, and provides a new language for posing questions about the complex geo­ metrical patterns that are seen in ophthalmic practice. Inspection and photography of ophthalmo­ ing patterns.4,5 Branching patterns are com­ scopic images are vital to modern ophthalmic mon in nature, occurring in such diverse practice, but analysis of those images remains phenomena as river tributary networks, light­ largely a subjective process. In otht:r disci­ ning discharge pathways, and erosion chan­ plines, images are routinely broken into a nels in porous media. Retinal arteries and large number of tiny picture elements, called veins have similar branching patterns.
    [Show full text]
  • ABSTRACT ANDERSON, KAREN MILLER. Leveraging Technology
    ABSTRACT ANDERSON, KAREN MILLER. Leveraging Technology and Creativity among Self- Employed Textile Artists and Designers Through the Use of Geometric Software. (Under the direction of Dr. George L. Hodge and Dr. Cynthia L. Istook.) Self-employed textile artists and designers have many obstacles to overcome; among these obstacles are the use of technology in their work and locating affordable software applications that can be used in their studios. There are a number of specifi c software applications used in industry for textile design. While these systems are extremely powerful and function well for the purpose for which they were designed, they are often expensive, infl exible, and proprietary, which may limit collaboration efforts as well as production capabilities. This very fact may act as a deterrent to the use and adoption of the technology by self-employed artists and designers. There are many software applications that were developed to create patterns for disciplines other than textiles. These programs may have potential for use in textile design and may well be more affordable to the microentrepreneur. Because these applications are mathematical and scientifi c-based software applications, designers are likely to be unaware of their availability and application to textile design. The purpose of this study was twofold. One was to identify and survey the many geometric software applications that have been developed to create pattern and design that have potential for use in the textile industry. The exploration of these applications not only increases awareness of other disciplines, it extends the artist’s vision and creativity. All of the software applications are readily available as freeware, shareware or off-the-shelf.
    [Show full text]
  • Project-Team Virtual Plants Modeling Plant Morphogenesis at Different
    INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Project-Team Virtual Plants Modeling plant morphogenesis at different scales, from genes to phenotypes Sophia Antipolis THEME BIO d© ctivity eport 2006 Table of contents 1. Team ....................................................................................... 1 2. Overall Objectives ........................................................................... 1 2.1. Overall Objectives 1 3. Scientific Foundations ....................................................................... 2 3.1. Analysis of structures resulting from meristem activity 2 3.2. Meristem functioning and development 3 3.3. OpenAlea: An open-software platform for plant modeling 3 4. Software .................................................................................... 4 4.1. VPlants 4 4.2. OpenAlea 4 5. New Results ................................................................................. 5 5.1. Analysis of structures resulting from meristem activity 5 5.1.1. Analysis of the relative extents of preformation and neoformation in tree shoots by a deconvolution method 5 5.1.2. Analysis of longitudinal count data and underdispersion 6 5.1.3. Changes in branching structures within the whole plants 6 5.1.4. Growth components in trees 7 5.1.5. Markov switching models 7 5.1.6. Diagnostic tools for hidden Markovian models 7 5.1.7. Methods for exploring the segmentation space for multiple change-point models 8 5.1.8. Hidden Markov tree models for investigating physiological states within plants 9 5.1.9. Branching processes for plant development analysis 9 5.1.10. Self-similarity in plants 9 5.1.11. Reconstruction of plant foliage density from photographs 10 5.1.12. Fractal analysis of plant geometry 11 5.1.13. Light interception by canopy 11 5.1.14. Heritability of architectural traits 12 5.1.15. Lumped processes constructed from Markov chains 13 5.1.16.
    [Show full text]
  • PDF Document
    Assignment 5 – Fractals Maximum Points = 50 The purpose of this lab is to focus on the study of classes, objects, GUI, and recursion. “A fractal is a geometric shape that can be made up of the same pattern repeated at different scales and orientations. The nature of a fractal lends itself to a recursive definition. Interest in fractals has grown immensely in recent years, largely due to Benoit Mandelbrot, a Polish mathematician born in 1924. He demonstrated that fractals occur in many places in mathematics and nature. Computers have made fractals much easier to generate and investigate. Over the past quarter century, the bright, interesting images that can be created with fractals have come to be considered as much an art form as a mathematical interest.” [Java Software Solutions 6th Edition, Lewis & Loftus, pg. 604] One particular example of a fractal is called the “H tree (so called because its first two steps resemble the letter "H"). They can be constructed by starting with a line segment of arbitrary length, drawing two shorter segments at right angles to the first through its endpoints, and continuing in the same vein, reducing (dividing) the length of the line segments drawn at each stage by √2. Surprisingly, continuing this process will eventually come arbitrarily close to every point in a rectangle, or in other words, the H-fractal is a space-filling curve.[2] It is also an example of a fractal canopy, in which the angle between neighboring line segments is always 180 degrees…. The H tree is commonly used in VLSI design as a clock distribution network for routing timing signals to all parts of a chip with equal propagation delays to each part.[3] For the same reason, the H tree is used in arrays of microstrip antennas in order to get the radio signal to every individual microstrip antenna with equal propagation delay.
    [Show full text]
  • Fractal Series by John Driscoll Rough Draft 10/22/2012
    Fractal Series by John Driscoll Rough Draft 10/22/2012 Contents 1. Introduction 2. L-Systems (2D and 3D models) 3. Fractal Dimension and Box-Counting Dimension 4. Box-Counting Dimension applied (coastlines, GIS, biology etc.) 5. Conclusion 1. Introduction FIG. 1.1. Lightning, displaying a fractal branching structure. Clouds are not spheres, mountains are not cones, coastlines are not circles, and bark is not smooth, nor does lightning travel in a straight line (Benoit Mandelbrot) An intuitive understanding of the spatial implications of fractals is described by Benoit Mandel- brot as analogous to a ball of thread, “To an observer placed far away, (a ball of thread) appears as a zero dimensional figure: a point. As seen from a distance of 10 cm resolution, the ball of thread is a three dimensional figure. At 10 mm, it is a mess of one-dimensional threads” (Man- delbrot 1983). Please open and run the NetLogo model labelled simple-ball-of-thread.nlogo for a demonstration of this somewhat paradoxical description of the ‘spatial implications of frac- tals’. Exploring Complexity Exploring complexity and Complex adaptive systems (CAS) often involves feedback dynamics. Feedback is a self-referential property of CAS where the state of a system informs itself in some way. Fractals are basic examples of feedback. A fractal is a shape that re-occurs at ever decreas- ing or increasing scales, so that as we zoom in or out the same shape re-emerges over and over again. The images produced by turning a kaleidoscope demonstrate this idea of feedback. The image in a kaleidoscope is reflected over and over again — a feedback loop — but also forms a larger image which is a version of itself at a different scale.
    [Show full text]
  • P. Prusinkiewicz and A. Lindenmayer, the Algorithmic Beauty of Plants
    Aristid Lindenmayer 1925–1989 Przemyslaw Prusinkiewicz Aristid Lindenmayer The Algorithmic Beauty of Plants With James S. Hanan F. David Fracchia Deborah Fowler MartinJ.M.deBoer Lynn Mercer With 150 Illustrations, 48 in Color This edition of The Alogirthmic Beauty of Plants is the electronic version of the book that was published by Springer-Verlag, New York, in 1990 and reprinted in 1996. The electronic version has been produced using the orig- inal LATEX files and digital illustrations. c 2004 Przemyslaw Prusinkiewicz All rights reserved. Front cover design: The roses in the foreground (Roses by D. R. Fowler, J. Hanan and P. Prusinkiewicz [1990]) were modeled using L-systems. Dis- tributed ray-tracing with one extended light source was used to simulate depth of field. The roses were placed on a background image (photgraphy by G. Rossbach), which was scanned digitally and post-processed. Preface The beauty of plants has attracted the attention of mathematicians for Mathematics centuries. Conspicuous geometric features such as the bilateral sym- and beauty metry of leaves, the rotational symmetry of flowers, and the helical arrangements of scales in pine cones have been studied most exten- sively. This focus is reflected in a quotation from Weyl [159, page 3], “Beauty is bound up with symmetry.” This book explores two other factors that organize plant structures and therefore contribute to their beauty. The first is the elegance and relative simplicity of developmental algorithms, that is, the rules which describe plant development in time. The second is self-similarity,char- acterized by Mandelbrot [95, page 34] as follows: When each piece of a shape is geometrically similar to the whole, both the shape and the cascade that generate it are called self-similar.
    [Show full text]
  • Turbulence Generated by Fractal Trees
    Turbulence generated by Fractal Trees PIV Measurements and Comparison with numerical Data Master Thesis Submitted by: Marc Dreissigacker Date of Birth: September 26, 1990 Course: Physikalische Ingenieurwissenschaft First Supervisor: Prof. Dr. sc. techn. habil. Jörn Sesterhenn Second Supervisor: Dr.-Ing. Thomas Engels Date: May 12, 2017 Eidesstattliche Erklärung Hiermit erkläre ich, dass ich die vorliegende Arbeit selbstständig und eigen- händig sowie ohne unerlaubte fremde Hilfe und ausschließlich unter Ver- wendung der aufgeführten Quellen und Hilfsmittel angefertigt habe. Statutory Declaration I hereby declare that I have authored this thesis independently, that I have not used other than the declared sources / resources, and that I have explic- itly marked all material which has been quoted either literally or by content from the used sources. Berlin, Marc Dreissigacker CONTENTS Abstract xv 1 Introduction 17 2 Literature Review: Fractal Tree Turbulence 19 3 Fractal Trees 23 3.1 Design & Choice of Parameters . 24 3.1.1 First Approach in MATLAB . 25 3.1.2 Vortex Shedding Frequency and Branch Diameters . 28 3.1.3 Generation of 3D-STL-mask with FLUSI . 30 3.2 3D-printing and Assembly ..................... 33 3.2.1 Preparation in SOLIDWORKS . 33 3.2.2 Printing the H-tree ..................... 35 3.2.3 Printing the Pyramid- & Spherical Tree . 38 4 Experimental Setup & Validation 41 4.1 Windtunnnel ............................. 41 4.1.1 Blockage ........................... 43 4.2 PIV System .............................. 44 4.3 Analysis Software PIVLAB ..................... 46 4.4 Validation Cases ........................... 47 5 Experimental Results 55 5.1 Pyramid-tree ............................. 55 5.2 Large Branch of the spherical tree . 64 5.3 Small Branch of the spherical tree .
    [Show full text]
  • Properties of Pruned, Binary, Planar Fractal Trees
    Properties of Pruned, Binary, Planar Fractal Trees Rita Gnizak Department of Mathematics and Computer Science, Fort Hays State University 1 Big whorls have little whorls, That feed on their velocity; And little whorls have lesser whorls, And so on to viscosity. Lewis F. Richardson 2 Contents 1 Introduction 5 2 Background 5 2.1 Fractal Trees . 5 2.2 The Canopy . 7 2.3 Space-filling Trees . 9 2.4 Hausdorff Dimension . 9 2.5 Pruned Trees . 10 3 Counting Forbidden Words 13 4 Calculating Dimension of Pruned Trees 15 5 Pruning Space-filling Trees 17 6 Further Study 23 7 Appendix 24 7.1 Appendix I: Mathematica Coding for Pruned Trees . 24 3 Abstract Symmetric, planar, binary branching trees have been extensively de- scribed by Benoit Mandelbrot and Michael Frame [7], however, little is known about the effects that pruning has on the properties of these trees. Investigation of self-contact, connectedness, fractal dimension, and the space-filling properties of pruned fractal trees has lead us to the creation of a new method for calculating fractal dimension of pruned trees as well as a proof that the space-filling property of the special 90◦ and 135◦ trees is lost when any finite sequence of a transformation is forbidden. 4 1 Introduction In 1957, Alan W. Watts in his book The Way of Zen wrote, The Tao is a certain kind of order, and this kind of order is not quite what we call order when we arrange everything geometrically in boxes, or in rows. That is a very crude kind of order, but when you look at a plant it is perfectly obvious that the plant has order.
    [Show full text]