ODBP Example .odb files
Description
Abaqus Output Database (.odb) files designed for benchmarking ODBP (https://github.com/Computational-Mechanics-Materials-Lab/ODBP) and creating reproducible examples. These simulations are simplified examples of Wire-Arc Directed Energy Deposition (arc-DED). They are used in ODBP as small, simple examples to show how ODBP reads from, converts, and visualizes .odb data. These files are named according to their sizes: odbp_2k has approximately 2,000 elements, odbp_6k has approximately 6,000 elements, and odbp_15k has approximately 15,000 elements.
Files
Steps to reproduce
Install ODBP with pip from pypi Create a Odbp object from the odbp module Select one of these .odb files, and set the Odbp object's "odb_path" attribute to the path to it. Call the Odb object's "convert" method. See the following for more complete documentation: https://github.com/Computational-Mechanics-Materials-Lab/ODBPlotter/blob/main/GETTING_STARTED.md