File reader for the file format used in the OpenDiS simulation framework for discrete dislocation dynamics (DDD).
An example for this type of data file can be found here.
This file reader imports the "nodes" in the OpenDIS file as particles and the "dislocation segments" or "arms" as lines into OVITO.
For more information and an example see this discussion.
This file reader is included in the OVITO Extension Directory and can be installed via the OVITO Pro GUI.
Alternatively, you can use the command line to install it in OVITO Pro integrated Python interpreter:
ovitos -m pip install --user git+https://github.com/ovito-org/OpenDiSFileReader.gitThe
--useroption is recommended and installs the package in the user's site directory.Other Python interpreters or Conda environments - if you want to use the file reader with the OVITO Python module:
pip install git+https://github.com/ovito-org/OpenDiSFileReader.git
- Tested on OVITO version 3.10.6
For questions or support regarding this file reader, please contact:
Daniel Utt (utt@ovito.org)
