Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.88 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.88 KB

OpenDiS File Reader

File reader for the file format used in the OpenDiS example.

Description

This modifier is under development.

Currently, the file reader is somewhat limited—it works for this file and others that follow the same schema, but it might not work for all files generated by OpenDis. This is mostly because I haven't had the opportunity to work with OpenDis myself; I've only looked at this specific file to understand the meaning of each row or value.

There is one significant limitation to note: the OVITO Python interface currently does not support the creation of dislocation networks in the same way the DXA modifier does. Therefore, this file reader interprets the "nodes" as particles and the "dislocation lines" or "arms" as lines. We are working to overcome this limitation.

For mor information and an example see this discussion.

Parameters

[[Function parameters]]

Example

The example in the examples directory was created with OVITO 3.11.0 (currently under development), which can be obtained from here.

Installation

Technical information / dependencies

  • Tested on OVITO version 3.10.6

Contact

Daniel Utt (utt@ovito.org)