Skip to content

Commit 6e39edb

Browse files
authored
Update README.md with file support (#1079)
1 parent 804b85e commit 6e39edb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ apps for both data input and data output, including visualization and
2020
result plots. It can access data from solver result files and other neutral
2121
formats, such as CSV, HDF5, and VTK files.
2222

23+
The latest version of DPF supports Ansys solver result files for:
24+
25+
- MAPDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`)
26+
- LS-DYNA (`.d3plot`, `.binout`)
27+
- Fluent (`.cas/dat.h5`, `.flprj`)
28+
- CFX (`.cad/dat.cff`, `.flprj`)
29+
30+
See the `PyDPF-Core main page <https://dpf.docs.pyansys.com/version/stable/index.html>`_
31+
for more information on compatibility.
32+
2333
Using the many DPF operators that are available, you can manipulate and
2434
transform this data. You can also chain operators together to create simple
2535
or complex data-processing workflows that you can reuse for repeated or

0 commit comments

Comments
 (0)