The following pictures show some examples postprocessed by ParaView using the XDMF input. Most of these models have been taken from LS-DYNA's examples page.
Using d3plot2hdf5 is straightforward. On Linux, unzip the downloaded file via
unzip D3PLOT2HDF5.zip
.
Then, the command
d3plot2hdf5 d3plot
parses the (k+1) input files
d3plot, d3plot01, d3plot02, …,
d3plot09, …, d3plotk
and produces the two output
files d3plot.h5
and d3plot.nm.xdmf
. The
placeholders n
and m
denote the dimensions of
local and global coordinate systems. E.g, the
combination 33
indicates a volume
grid in 3-dimensional space
while 23
denotes some
surface data embedded into the 3-dimensional space.
Call
d3plot2hdf5 --help
to obtain a
list of possible command line options.
On Windows just open D3PLOT2HDF5.msi
to
install the installation process.
On macOS mount the disk-image D3PLOT2HDF5.dmg
and copy
the Application to its desired place.
d3plot2hdf5 is a file converter that transforms LS-DYNA's d3plot binary files into HDF5. It is free for non-commercial use.
Typically, d3plot binary files are either used in conjunction with LS-PrePost, or with some proprietary third party applications such as, e.g., Oasys D3PLOT, and the tools developed and distributed by Dynamore. Apart from these commercial software products, a freely available tool for processing d3plot files is provided by qd-eng. It features a python API and is also capable of exporting the contents of d3plot files into HDF5 files.
Our aim is to provide a fast, secure, and lossless conversion from d3plot to HDF5. Thanks to its BSD-like license HDF5 can be easily incorporated into both commercial and non-commercial applications. Therefore, powerful tools for further postprocessing can be developed on top of d3plot2hdf5. E.g., d3plot2hdf5 automatically creates an XDMF file, which references the HDF5 data and which can immediately be processed by freely available visualization tools like ParaView or VisIt as well as by the proprietary ANSYS product EnSight.
d3plot2hdf5 is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International License.
For commercial licenses of d3plot2hdf5, please contact us.