Texture-Based Flow Visualization Daniel Weiskopf

Total Page:16

File Type:pdf, Size:1020Kb

Texture-Based Flow Visualization Daniel Weiskopf Tutorial: State-of-the-Art Flow Field Analysis and Visualization Texture-Based Flow Visualization Daniel Weiskopf IEEE VIS 2013 | Atlanta | 2013-10-13 Overview . Background . Line integral convolution and texture advection . Hierarchical line integration . Effective rendering and feature extraction . Outlook and conclusion Flow Visualization Approaches . Direct approaches . Glyphs, arrows . Color coding . Sparse, line-like representations . Dense, line-like representations . Characteristic lines . Streamlines . Pathlines . Streaklines [courtesy of BMW Group and Martin Schulz] Visualization Approaches Arrows Sparse (topology) Dense (texture-based) [Source: G. Scheuermann] [Weiskopf, Erlebacher 2005] Visualization Approaches Arrows Sparse (topology) Dense (texture-based) [Source: G. Scheuermann] see later: Vector Field Topology in Flow Analysis and Visualization [Weiskopf, Erlebacher 2005] Visualization Approaches Arrows Sparse (topology) Dense (texture-based) [Source: G. Scheuermann] [Weiskopf, Erlebacher 2005] Why Texture-Based Flow Visualization? . Dense sampling . Better coverage of information . (Partially) solved problem of seeding . Flexibility in visual representation . Good controllability of visual style . From line-like (crisp) all the way to fuzzy Dense Vector Field Visualization . Characteristic lines . Challenges . Visualization speed . Quality . Effectiveness . Interactive GPU methods . Hierarchical computation . Facilitate good visual perception . Combine with feature extraction [Weiskopf et al. 2003] Ingredients of Vector Field Visualization Advection (Transport mechanism) Rendering VIS Properties (What is advected? Mapping to primitives) Line Integral Convolution (LIC) Convolution I(x(t s))k(s)ds Noise I Vector field Particle tracing Kernel k(s) -L L Result Lagrangian Particle Tracing . Velocity vector v . Trace massless particles dr v(r,t) . Equation of motion: dt . Explicit integration . Step-by-step . Possible in GPU fragment shaders see later: Foundations of Data-Parallel Particle Advection Convolution . Discretization of the convolution integral . Integration simultaneously with particle tracing . Accumulate noise values Mapping to GPU: Parallel Computation Convolution Fragment shader Noise texture Data set in texture Kernel in 1D texture -L L Render to texture Incremental LIC: Texture Advection [Van Wijk 2002] . Injection of new material advected injection . IBFV idea texture texture . Injection texture compositing . Alpha blending advection step . Exponential filter kernel (steady case) . Streaklets (unsteady) [generated by Van Wijk’s demo program] Golf of Mexico Data set: 352 x 320, 183 time steps [Data courtesy of O‘Brien, FSU] [Weiskopf et al. 2005] 2D and 3D LIC . 2D case: . Only 2D textures (vector field, noise, result) . Rendering is trivial: just 2D image . 3D case: . 3D textures for vector field and noise . Slice-by-slice output . Volume rendering . 3D alternative: . On-the-fly computation [Falk, Weiskopf 2008] . Integrated within GPU ray casting . Lazy evaluation: output sensitivity 3D LIC On-the-Fly [Falk, Weiskopf 2008] 3D LIC On-the-Fly [Falk, Weiskopf 2008] Hierarchical Line Integration [Hlawatsch et al. 2011] . Coordinate maps 푛 휑푖 : 퐷 → 퐷 , 퐷 ⊆ ℝ 푥 : start point of traj. 휑2: 휑푖(푥) : end point of traj. 휑1: : nodes 푖 : hierarchy level 휑0: . 휑0 obtained, e.g., by integration . 휑>0 constructed by “concatenation” . All levels have same resolution (no pyramid) . Overwrite (store only highest level) • general case: end points not at nodes interpolation Hierarchical Line Integration: Procedure traditional approach hierarchical approach (n integration steps) (h levels) integration of initial trajectories 휑0 O(n) one catenation (s = 2) for next level 휑+1 O(h) = O(log n) Hierarchical Convolution . Perform LIC operations inside hierarchical scheme . Combine intermediate quantities from integration . Convolution of Gaussian with Gaussian is Gaussian straightforward hierarchical [Hlawatsch et al. 2011] Performance of Hierarchical Integration [Hlawatsch et al. 2011] Time-Dependent Hierarchical Integration . level 0: from data set (by integration, blue) . green: required for result at time t1 (at level 3) . bold outlines: blocks kept in memory (overwrite) . hatched: next time blocks . integration range number of blocks in memory . scheme pays off for time series, i.e., dense trajectory seeding in time . no temporal interpolation needed [Hlawatsch et al. 2011] 2.5D LIC . Adapted to flow on boundaries . Image-space methods [Van Wijk 2003], [Laramee et al. 2003], [Weiskopf, Ertl 2004b] Object space Projection Particle trace Image plane Eye [Weiskopf, Ertl 2004b] 2.5D LIC [Weiskopf, Ertl 2004b] On Pathsurfaces [Image: Schafhitzel et al. 2007] al.et Schafhitzel [Image: [Schafhitzel et al. 2007] On Pathsurfaces [Image: Schafhitzel et al. 2007] al.et Schafhitzel [Image: [Schafhitzel et al. 2007] Effective Visual Representation . Perceptual issues for 3D LIC and texture advection . Spatial perception: Orientation, depth . Clutter . Occlusion Improved Rendering . Improve spatial perception [Interrante, Grosch 1997] . Illumination . Halos . Depth cues . Line continuity [Image courtesy of Victoria Interrante] [Courtesy of Interrante, image reprinted from Weiskopf, Erlebacher 2005] Spatial Perception . Technical solution: Real-time volumetric illumination [Weiskopf et al. 2007], [Falk, Weiskopf 2008] . On-the-fly computation of gradients . Various illumination models (Phong, cool/warm, halos) . Tangent-based illumination Spatial Perception . No illumination [Weiskopf et al. 2007] Spatial Perception . Phong illumination [Weiskopf et al. 2007] Spatial Perception . Cool/warm [Weiskopf et al. 2007] Codimension-2 Illumination . Illuminated streamlines: no gradients computed [Falk, Weiskopf 2008] Codimension-2 Illumination . Alternative codimension-2 illumination model (Mallo) [Falk, Weiskopf 2008] Codimension-2 Illumination . Comparison: without illumination [Falk, Weiskopf 2008] Codimension-2 Illumination . Comparison: gradient-based illumination [Falk, Weiskopf 2008] Clutter and Occlusion [Weiskopf, Ertl 2004a] Clutter and Occlusion [Weiskopf, Ertl 2004a] Clutter and Occlusion [Weiskopf, Ertl 2004a] Different Noise Models: “Seeding” Dense (white noise) Sparse noise [Falk, Weiskopf 2008] Different Noise Models: “Seeding” Dense (white noise) Sparse noise see from before: Streamlines in 3D: Techniques beyond Seed Placement [Falk, Weiskopf 2008] Flow Feature Extraction . 3D interest function . Domain knowledge . Interactive exploration Vortex extraction with 2 [Weiskopf et al. 2007] Flow Feature Extraction . 2.5D visualization on 2 isosurfaces [Schafhitzel et al. 2006] Flow Feature Extraction . 3D LIC with 2 feature enhancement [Falk, Weiskopf 2008] Clipping and Semi-Transparency [Rezk-Salama et al. 1999] Outlook: Topics Not Covered Here . Physically oriented dye advection . Advection and diffusion [Karch et al. 2012] . Numerical quality of dye and texture advection . Level-set and particle level-sets 2012] al. et [Karch [Weiskopf 2004b], [Cuntz et al. 2008] . WENO schemes [Karch et al. 2012] . Higher-order and BFECC advection [Netzel et al. 2012] . Quality of filtering . Frequency analysis: low-pass filter characteristics [Netzel et al. 2012] , [Weiskopf 2009] [Netzel et al. 2012] al. et [Netzel Outlook: Topics Not Covered Here . Relationship to dense geometric curves and hybrid techniques [Verma et al. 1999], [Weiskopf et al. 2005] ] . Control of rendering styles . Chameleon system [Li et al. 2003] . Non-uniform grids and higher-order reconstruction et al. 2003 [Li . Perceptual graphics . Texture, color, motion perception [Bachthaler, Weiskopf 2008], [Weiskopf 2004a] 2004a] Weiskopf [ Conclusion . Texture-based vector field visualization . Flexible, widely applicable . Fast . Components . Transport mechanism . Visual representation and rendering . Visualization quality Further Material www.vis.uni-stuttgart.de/texflowvis References [Bachthaler, Weiskopf 2008] S. Bachthaler, D. Weiskopf: Animation of orthogonal texture patterns for vector field visualization. IEEE Transactions on Visualization and Computer Graphics 14(4), 741-755, 2008. [Cuntz et al. 2008] N. Cuntz, A. Kolb, R. Strzodka, D. Weiskopf. Particle level set advection for the interactive visualization of unsteady 3D flow. Computer Graphics Forum 27(3), 719-726, 2008. [Falk, Weiskopf 2008] M. Falk, D. Weiskopf. Output-sensitive 3D line integral convolution. IEEE Transactions on Visualization and Computer Graphics 14(4), 820-834, 2008. [Hlawatsch et al. 2011] M. Hlawatsch, F. Sadlo, D. Weiskopf. Hierarchical line integration. IEEE Transactions on Visualization and Computer Graphics 17(8), 1148-1163, 2011. [Interrante, Grosch 1997] V. Interrante, C. Grosch. Strategies for effectively visualizing 3D flow with volume LIC. Proc. IEEE Visualization '97, 421-424, 1997. [Jobard et al. 2002] B. Jobard, G. Erlebacher, M. Y. Hussaini. Lagrangian-Eulerian advection of noise and dye textures for unsteady flow visualization. IEEE Transactions on Visualization and Computer Graphics 8(3), 211-222, 2002. [Karch et al. 2012] G. Karch, F. Sadlo, D. Weiskopf, C.-D. Munz, T. Ertl: Visualization of advection-diffusion in unsteady fluid flow. Computer Graphics Forum 3, 1105-1114, 2012. [Laramee et al. 2003] R. S. Laramee, B. Jobard, H. Hauser. Image space based visualization of unsteady flow on surfaces. In Proc. IEEE Visualization ’03, 131-138, 2003. References [Li et al. 2003] G.-S. Li, U.D. Bordoloi, H.-W. Shen. Chameleon: An interactive texture-based rendering framework
Recommended publications
  • Inviwo — a Visualization System with Usage Abstraction Levels
    IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL X, NO. Y, MAY 2019 1 Inviwo — A Visualization System with Usage Abstraction Levels Daniel Jonsson,¨ Peter Steneteg, Erik Sunden,´ Rickard Englund, Sathish Kottravel, Martin Falk, Member, IEEE, Anders Ynnerman, Ingrid Hotz, and Timo Ropinski Member, IEEE, Abstract—The complexity of today’s visualization applications demands specific visualization systems tailored for the development of these applications. Frequently, such systems utilize levels of abstraction to improve the application development process, for instance by providing a data flow network editor. Unfortunately, these abstractions result in several issues, which need to be circumvented through an abstraction-centered system design. Often, a high level of abstraction hides low level details, which makes it difficult to directly access the underlying computing platform, which would be important to achieve an optimal performance. Therefore, we propose a layer structure developed for modern and sustainable visualization systems allowing developers to interact with all contained abstraction levels. We refer to this interaction capabilities as usage abstraction levels, since we target application developers with various levels of experience. We formulate the requirements for such a system, derive the desired architecture, and present how the concepts have been exemplary realized within the Inviwo visualization system. Furthermore, we address several specific challenges that arise during the realization of such a layered architecture, such as communication between different computing platforms, performance centered encapsulation, as well as layer-independent development by supporting cross layer documentation and debugging capabilities. Index Terms—Visualization systems, data visualization, visual analytics, data analysis, computer graphics, image processing. F 1 INTRODUCTION The field of visualization is maturing, and a shift can be employing different layers of abstraction.
    [Show full text]
  • Stevens Dot Patterns for 2D Flow Visualization
    Stevens Dot Patterns for 2D Flow Visualization Laura G. Tateosian Brent M. Dennis Christopher G. Healey∗ Computer Science Department, North Carolina State University Figure 1: A Stevens-based dot pattern visualizing flow orientations in a 2D slice through a simulated supernova collapse Abstract comes from perceptual experiments designed to study how the hu- man visual system “sees” local orientation in a sparse collection of This paper describes a new technique to visualize 2D flow fields dots. Initial work by Glass suggested that a global autocorrelation with a sparse collection of dots. A cognitive model proposed by is used to identify orientation [Glass 1969; Glass and Perez 1973]. Kent Stevens describes how spatially local configurations of dots Later work by Stevens hypothesized that the orientation of virtual are processed in parallel by the low-level visual system to perceive lines between pairs of dots around a target position defines the lo- orientations throughout the image. We integrate this model into a cal orientation we perceive at that position [Stevens 1978]. This visualization algorithm that converts a sparse grid of dots into pat- distinction is important, because it implies that different types of terns that capture flow orientations in an underlying flow field. We flow patterns can be rapidly perceived in different parts of a single describe how our algorithm supports large flow fields that exceed image (Fig. 1). Stevens presented both experimental results and a the capabilities of a display device, and demonstrate how to include software system to support his vision model. properties like direction and velocity in our visualizations.
    [Show full text]
  • Flow Visualization of the Airwake Around a Model of a DD-963 Class Destroyer in a Simulated Atmospheric Boundary Layer
    Calhoun: The NPS Institutional Archive Theses and Dissertations Thesis Collection 1988 Flow visualization of the airwake around a model of a DD-963 class destroyer in a simulated atmospheric boundary layer. Johns, Michael K. http://hdl.handle.net/10945/23240 \f\$ NAVAL POSTGRADUATE SCHOOL Monterey, California j5*/% Flow Visualization of the Airwake Around a Model of a DD-963 Class Destroyer in a Simulated Atmospheric Boundary Layer by Michael K. Johns September 1988 Thesis Advisor: J. Val Healey Approved for public release; distribution is unlimited. T241983 Unclassified Security Classification of this page REPORT DOCUMENTATION PAGE la Report Security Classification Unclassified lb Restrictive Markings 2a Security Classification Authority 3 Distribution Availability of Report 2 b Declassification/Downgrading Schedule Approved for public release; distribution is unlimited. 4 Performing Organization Report Number(s) 5 Monitoring Organization Report Number(s) 6 a Name of Performing Organization 6b Office Symbol 7a Name of Monitoring Organization Naval Postgraduate School (If Applicable) 67 Naval Postgraduate School 6c Address (city, state, and ZIP code) 7b Address (city, state, and ZIP code) Monterey, CA 93943-5000 Monterey, CA 93943-5000 8a Name of Funding/Sponsoring Organization 8b Office Symbol 9 Procurement Instrument Identification Number (If Applicable) 8c Address (city, state, and ZIP code) 1 Source of Funding Numbers Program Element Number Project No | Task No I Work Unit Accession No 1 1 Title (Include Security Classification) FLOW VISUALIZATION OF THE AIRWAKE AROUND A MODEL OF A DD-963 CLASS DESTROYER IN A SIMULATED ATMOSPHERIC BOUNDARY LAYER 12 Personal Author(s) Johns, Michael K. 13a Type of Report 13b Time Covered 14 Date of Report (year, monlh.day) 15 Page Count Master's Thesis From To 1988, September 58 16 Supplementary Notation The views expressed in this thesis are those of the author and do not reflect the official policy or position of the Department of Defense or the U.S.
    [Show full text]
  • Visualizing Multivalued Data from 2D Incompressible Flows Using Concepts from Painting
    Visualizing Multivalued Data from 2D Incompressible Flows Using Concepts from Painting R.M. Kirby, H. Marmanis D.H. Laidlaw Division of Applied Mathematics Department of Computer Science Brown University Abstract rotational component of the flow. The latter is clearly demonstrated in Figure 1, where the rotational component is not apparent when We present a new visualization method for 2d flows which allows one merely views the velocity. us to combine multiple data values in an image for simultaneous In the same way that vorticity as a derived quantity provides viewing. We utilize concepts from oil painting, art, and design as us with additional information about the flow characteristics, other introduced in [1] to examine problems within fluid mechanics. We derived quantities such as the rate of strain tensor, the turbulent use a combination of discrete and continuous visual elements ar- charge and the turbulent current could be of equal use. Because the ranged in multiple layers to visually represent the data. The repre- examination of the rate of strain tensor, the turbulent charge and sentations are inspired by the brush strokes artists apply in layers to the turbulent current within the fluids community is relatively new, create an oil painting. We display commonly visualized quantities few people have ever seen visualizations of these quantities in well such as velocity and vorticity together with three additional math- known fluid mechanics problems. Simultaneous display of both ematically derived quantities: the rate of strain tensor (defined in the velocity and quantities derived from it is done both to allow the section 4), and the turbulent charge and turbulent current (defined fluids’ researcher to examine these new quantities against the can- in section 5).
    [Show full text]
  • Visualizing Carotid Blood Flow Simulations for Stroke Prevention
    Eurographics Conference on Visualization (EuroVis) 2021 Volume 40 (2021), Number 3 R. Borgo, G. E. Marai, and T. von Landesberger (Guest Editors) Visualizing Carotid Blood Flow Simulations for Stroke Prevention P. Eulzer1, M. Meuschke1;2, C. M. Klingner3 and K. Lawonn1 1University of Jena, Faculty of Mathematics and Computer Science, Germany 2 University of Magdeburg, Department of Simulation and Graphics, Germany 3 University Hospital Jena, Clinic for Neurology, Germany Abstract In this work, we investigate how concepts from medical flow visualization can be applied to enhance stroke prevention diag- nostics. Our focus lies on carotid stenoses, i.e., local narrowings of the major brain-supplying arteries, which are a frequent cause of stroke. Carotid surgery can reduce the stroke risk associated with stenoses, however, the procedure entails risks itself. Therefore, a thorough assessment of each case is necessary. In routine diagnostics, the morphology and hemodynamics of an afflicted vessel are separately analyzed using angiography and sonography, respectively. Blood flow simulations based on computational fluid dynamics could enable the visual integration of hemodynamic and morphological information and provide a higher resolution on relevant parameters. We identify and abstract the tasks involved in the assessment of stenoses and investigate how clinicians could derive relevant insights from carotid blood flow simulations. We adapt and refine a combination of techniques to facilitate this purpose, integrating spatiotemporal navigation, dimensional reduction, and contextual embedding. We evaluated and discussed our approach with an interdisciplinary group of medical practitioners, fluid simulation and flow visualization researchers. Our initial findings indicate that visualization techniques could promote usage of carotid blood flow simulations in practice.
    [Show full text]
  • Flow Visualization” Juxtaposed with “Visualization of Flow”: Synergistic Opportunities Between Two Communities
    \Flow Visualization" Juxtaposed With \Visualization of Flow": Synergistic Opportunities Between Two Communities Tiago Etiene,∗ Hoa Nguyen,y Robert M. Kirbyz SCI Institute { University of Utah, Salt Lake City, UT, 07041, USA Claudio T. Silvax Department of Computer Science and Engineering, Polytechnic Institute of NYU, USA Visualization is often employed as part of the simulation science pipeline. It is the window through which scientists examine their data for deriving new science, and the lens used to view modeling and discretization interactions within their simulations. We advo- cate that, as a component of the simulation science pipeline, visualization itself must be explicitly considered as part of the Validation and Verification (V&V) process. But what does this mean in a research area that has two \disciplinary" homes { “flow visualization" within the computer science / computational science visualization area and \visualization of flow" within the aeronautics community. Are aeronautics practitioners merely making use of algorithms developed within the visualization community that have now become \standard" through their incorporation into various visualization tools, or rather does one find both development of algorithms and their usage for studying fundamental and engineer- ing fluid mechanics in both communities, with possibly different focus. By narrowing the distance between research and development, and use of visualization techniques, one is left with a fertile ground for insights, and for increasing the reliability of results through V&V. In this paper, we explore “flow visualization" from the perspective of the visualization community and \visualization of flow" from the perspective of the aeronautics commu- nity in an attempt to understand how both communities can interact synergistically to bring visualization into the simulation science pipeline.
    [Show full text]
  • Image Based Flow Visualization for Curved Surfaces
    Image Based Flow Visualization for Curved Surfaces Jarke J. van Wijk Technische Universiteit Eindhoven Abstract 2 Related work A new method for the synthesis of dense, vector-field aligned tex- Many methods have been developed to visualize flow. Arrow plots are a standard method, but it is hard to reconstruct the flow from tures on curved surfaces is presented, called IBFVS. The method discrete samples. Streamlines and advected particles provide more is based on Image Based Flow Visualization (IBFV). In IBFV two- dimensional animated textures are produced by defining each frame insight, but also here important features of the flow can be over- of a flow animation as a blend between a warped version of the looked. previous image and a number of filtered white noise images. We The visualization community has spent much effort in the devel- produce flow aligned texture on arbitrary three-dimensional trian- opment of more effective techniques. Van Wijk [25] introduced the gle meshes in the same spirit as the original method: Texture is use of texture to visualize flow with Spot Noise. Cabral and Lee- dom [1] introduced Line Integral Convolution (LIC),which gives a generated directly in image space. We show that IBFVS is efficient and effective. High performance (typically fifty frames or more per much better image quality. second) is achieved by exploiting graphics hardware. Also, IBFVS Many extensions to and variations on these original methods, and can easily be implemented and a variety of effects can be achieved. especially LIC, have been published. The main issue is improve- Applications are flow visualization and surface rendering.
    [Show full text]
  • Flow Visualization Overview
    Flow Visualization Overview Daniel Weiskopf and Gordon Erlebacher Flow visualization is an important topic in scientific visualization and has been the subject of active research for many years. Typically, data originates from numerical simulations, such as those of computational fluid dynamics, and needs to be analyzed by means of visualization to gain an understanding of the flow. With the rapid increase of computational power for simulations, the demand for more advanced visualization methods has grown. This chapter presents an overview of important and widely used approaches to flow visualization, along with references to more detailed descriptions in the original scientific publications. Although the list of references covers a large body of research, it is by no means meant to be a comprehensive collection of articles in the field. Mathematical Description of a Flow We start with a rather abstract definition of a vector field and its corresponding flow by making use of concepts from differential geometry and the theory of differential equations. For more detailed background information on these topics we refer to textbooks on differential topology and geometry [45, 46, 66, 81]. Although this mathematical approach might seem quite abstract for many applica- tions, it has the advantage of being a flexible and generic description that is applicable to a wide range of problems. We first give the definition of a vector field.LetM be a smooth m-manifold with boundary, N be a n-D submanifold with boundary (N ⊂ M), and I ⊂ R be an open interval of real numbers. A map u : N × I −→ TM is a time-dependent vector field provided that u(x, t) ∈ TxM.
    [Show full text]
  • Empirical Studies in Information Visualization: Seven Scenarios Heidi Lam, Enrico Bertini, Petra Isenberg, Catherine Plaisant, Sheelagh Carpendale
    Empirical Studies in Information Visualization: Seven Scenarios Heidi Lam, Enrico Bertini, Petra Isenberg, Catherine Plaisant, Sheelagh Carpendale To cite this version: Heidi Lam, Enrico Bertini, Petra Isenberg, Catherine Plaisant, Sheelagh Carpendale. Empirical Studies in Information Visualization: Seven Scenarios. IEEE Transactions on Visualization and Computer Graphics, Institute of Electrical and Electronics Engineers, 2012, 18 (9), pp.1520–1536. 10.1109/TVCG.2011.279. hal-00932606 HAL Id: hal-00932606 https://hal.inria.fr/hal-00932606 Submitted on 17 Jan 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. JOURNAL SUBMISSION 1 Empirical Studies in Information Visualization: Seven Scenarios Heidi Lam Enrico Bertini Petra Isenberg Catherine Plaisant Sheelagh Carpendale Abstract—We take a new, scenario based look at evaluation in information visualization. Our seven scenarios, evaluating visual data analysis and reasoning, evaluating user performance, evaluating user experience, evaluating environments and work practices, evaluating communication through visualization, evaluating visualization algorithms, and evaluating collaborative data analysis were derived through an extensive literature review of over 800 visualization publications. These scenarios distinguish different study goals and types of research questions and are illustrated through example studies. Through this broad survey and the distillation of these scenarios we make two contributions.
    [Show full text]
  • A Collaborative Ocean Visualization Environment
    The Design of COVE: a Collaborative Ocean Visualization Environment Keith Grochow A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Washington 2011 Program Authorized to Offer Degree: Computer Science & Engineering University of Washington Graduate School This is to certify that I have examined this copy of a doctoral dissertation by Keith Grochow and have found that it is complete and satisfactory in all respects, and that any and all revisions required by the final examining committee have been made. Chair of the Supervisory Committee: _____________________________________________________ Edward Lazowska Reading Committee: ______________________________________________________ Edward Lazowska ______________________________________________________ James Fogarty ______________________________________________________ John Delaney Date: ____________________________________________ In presenting this dissertation in partial fulfillment of the requirements for the doctoral degree at the University of Washington, I agree that the Library shall make its copies freely available for inspection. I further agree that extensive copying of the dissertation is allowable only for scholarly purposes, consistent with “fair use” as prescribed in the U.S. Copyright Law. Requests for copying or reproduction of this dissertation may be referred to ProQuest Information and Learning, 300 North Zeeb Road, Ann Arbor, MI 48106-1346, 1-800-521- 0600, to whom the author has granted “the right
    [Show full text]
  • Advanced Visualization of Experimental Data in Real Time Using Liveview3d
    Advanced Visualization of Experimental Data in Real Time Using LiveView3D Richard J. Schwartz1 Swales Aerospace, Hampton, VA, 23681 Gary A. Fleming2 NASA Langley Research Center, Hampton, VA, 23681 LiveView3D is a software application that imports and displays a variety of wind tunnel derived data in an interactive virtual environment in real time. LiveView3D combines the use of streaming video fed into a three-dimensional virtual representation of the test configuration with networked communications to the test facility Data Acquisition System (DAS). This unified approach to real time data visualization provides a unique opportunity to comprehend very large sets of diverse forms of data in a real time situation, as well as in post-test analysis. This paper describes how LiveView3D has been implemented to visualize diverse forms of aerodynamic data gathered during wind tunnel experiments, most notably at the NASA Langley Research Center Unitary Plan Wind Tunnel (UPWT). Planned future developments of the LiveView3D system are also addressed. I. Introduction ata Acquisition Systems (DAS) in modern wind tunnel facilities provide the ability to acquire vast D quantities of data during wind tunnel tests. It is not unusual for a wind tunnel model to be outfitted with dozens to hundreds of surface pressure taps, electronic pressure sensors, and a six-component force balance. Video-based flow diagnostic techniques1 such as schlieren imaging and laser light sheet flow visualization are also commonly used. Thus the volume of data collected during a single day of moderately intensive wind tunnel testing can reach multiple gigabytes. This leads to the associated problem of having to process, analyze, and visualize all of this data in order to identify and extract the important parts that will yield knowledge about the phenomena under test.
    [Show full text]
  • Talk9-2.3.4.13-ECP-DAV-BOF-2021
    VTK-m Approved for public release SAND 2021-3454 PE ECP Data Management, Data Analytics, and Visualization Overview Kenneth Moreland Sandia National LaBoratories ECP Annual Meeting March 30, 2021 This research was supported by the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Department of Energy’s Office of Science and National Nuclear Security Administration, responsible for delivering a capable exascale ecosystem, including software, applications, and hardware technology, to support the nation’s exascale computing imperative. Sandia National Laboratories is a multi-mission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525. Why VTK-m? 2 Visualization and Analysis for HPC: Current Status •Developed popular, open source tools (ParaView, VisIt) based on the Visualization ToolKit library (VTK) – Widespread usage in DOE and >1 million downloads worldwide – Hundreds of person years of effort •Two major problems for exascale: 1) Many-core architectures (as current VTK-Based investments are primarily ASCR highlight slide for VTK-based tools. only MPI parallelism) 2) I/O limitations will require in situ ECP/VTK-m proJect focused on proBlem #1. processing ECP ALPINE is focused on proBlem #2. Our approaches are complementary and coordinated. 3 Distributed Parallelism 4 Distributed Parallelism On Node Parallelism 5 VTK-m: the ’m’ is for many-core • VTK: – popular, open source, supported by a community – … but primarily single core only. • VTK-m: – name chosen to evoke the positive attributes of VTK – … but will support multi-core and many-core.
    [Show full text]