Download presentation
Presentation is loading. Please wait.
Published byEverett Byrd Modified over 8 years ago
1
LLNL-PRES-619132 This work was performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under contract DE-AC52-07NA27344. Lawrence Livermore National Security, LLC
2
Lawrence Livermore National Laboratory LLNL-PRES-619132 2 ~120 readers as of Feb 2013 Application Code Formats Application Toolkit Formats General Scientific Data Formats Specialized Scientific Data Formats Visualization Formats Graphics Formats General ASCII Data Formats Special-Purpose Formats Creating BOV, VTK, Silo files This presentation describes the data file formats that are supported by VisIt, dividing them up into several categories. Very high level creation of BOV, VTK, and Silo data files is also covered.
3
Lawrence Livermore National Laboratory LLNL-PRES-619132 3 Develop new readers for VisIt in C++ Python readers supported in future Build reader against precompiled VisIt distribution Override installed plugins with private version Return metadata Return VTK data sets and data arrays Metadata Server plugins Compute Server plugins Data network connection Local Components Python Clients Java Clients Java Clients GUI CLI VisIt Viewer vtkDataSe t metadata
4
Lawrence Livermore National Laboratory LLNL-PRES-619132 4 Designed primarily for and are part of some specific application code Code that writes these files is typically part of the application itself and is not a stand-alone product of its own These formats may use some lower level library such as HDF5, or they may use raw ASCII ANSYS Cale CASTRO CCM DDCMD Dyna3D Enzo FLASH FVCOM Examples: Gadget LAMMPS NASTRAN Nek5000 OVERFLOW PATRAN Pixie S3D ZeusMP CASTRO FLASH FVCOM
5
Lawrence Livermore National Laboratory LLNL-PRES-619132 5 Similar to application code formats except they are part of a broader framework or toolkit for writing application codes Code that writes files in these formats is not a stand-alone product on its own. Instead, it is part of the associated toolkit. Adventure I/O BoxLib Chombo ITAPS OpenFOAM SAMRAI Spheral Examples: ITAPS Chombo SAMRAI
6
Lawrence Livermore National Laboratory LLNL-PRES-619132 6 Designed to be scientific interchange formats for a variety of applications, storing data for one or more computational science domains. Not specific to any application code/toolkit and typically have standalone I/O libraries. ADIOS CGNS Exodus HDF5 H5Part NETCDF PDB Silo XDMF Examples: Array Storage I/O Conventions API Common Structure Silo / Ale3d CGNS NETCDF
7
Lawrence Livermore National Laboratory LLNL-PRES-619132 7 Designed for one limited type of data, often specific to a single scientific domain such as geographic or molecular data. They often have standalone I/O libraries if they are not ASCII-based. BOW FITS GDAL MatrixMarket ProteinDataBank ESRI Shapefile XYZ Examples: DEM from GDAL Protein Data Bank
8
Lawrence Livermore National Laboratory LLNL-PRES-619132 8 Geared towards storing data for visualization tools Fields on a mesh structure of some type General enough to support a wide variety of domains and data types VTK EnSight GMV Plot3D Tecplot Vis5D Xmdv Examples:
9
Lawrence Livermore National Laboratory LLNL-PRES-619132 9 Designed for graphics uses such as digital content creation, computer aided design, or other graphics domains other than visualization Used for image-based experimental or observation data Common Graphics / Modeling Programs Photoshop Maya Blender Image (PNG, JPEG, TIFF, BMP, etc.) RAW STL Wavefront OBJ Examples: Carina Nebula
10
Lawrence Livermore National Laboratory LLNL-PRES-619132 10 Allow for easy importing of simple ASCII data of various styles Curve2D Lines PlainText Point3D Examples:
11
Lawrence Livermore National Laboratory LLNL-PRES-619132 11 These formats are typically accessed in conjunction with another reader or specific features in VisIt, and are not intended to be used directly. SimV1 SimV2 ZipWrapper Examples: Simulation libsim Data Access Code SimV2 reader VisIt runtime
12
Lawrence Livermore National Laboratory LLNL-PRES-619132 12
13
Lawrence Livermore National Laboratory LLNL-PRES-619132 13 The following brief examples are excerpts from programs that come with the VisIt source code distribution. Look in src/tools/DataManualExamples/CreatingCompatible Or in VisIt’s anonymous svn: http://portal.nersc.gov/svn/visit/trunk/src/tools/DataManualExamples/Creating Compatible/
14
Lawrence Livermore National Laboratory LLNL-PRES-619132 14 BOV can represent 3D rectilinear meshes 1 scalar 1 data file 1 header file that describes data Domain decomposition supported
15
Lawrence Livermore National Laboratory LLNL-PRES-619132 15
16
Lawrence Livermore National Laboratory LLNL-PRES-619132 16 Several ways of creating VTK files VisIt provided a visit_writer library for C or Python that simplifies writing valid VTK files
17
Lawrence Livermore National Laboratory LLNL-PRES-619132 17 Silo is scientific data storage library callable from C,C++, FORTRAN, Python Silo supports all of the mesh types that VisIt can process Excellent Reference Manual
18
Lawrence Livermore National Laboratory LLNL-PRES-619132 18
19
Lawrence Livermore National Laboratory LLNL-PRES-619132 19 Variables exist on a mesh Variables can be zone-centered or node-centered
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.