Skip to content

Commit 63f1a7b

Browse files
authored
Doc: Mention support for RTH files (#2036)
* Doc: Mention support for RTH files * Update dpf_ansys_file_support_table.rst * Mention RES files for CFX
1 parent 678564f commit 63f1a7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ formats, such as CSV, HDF5, and VTK files.
2222

2323
The latest version of DPF supports Ansys solver results files for:
2424

25-
- Mechanical APDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`)
25+
- Mechanical APDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`, `.rth`)
2626
- LS-DYNA (`.d3plot`, `.binout`)
2727
- Fluent (`.cas/dat.h5`, `.flprj`)
28-
- CFX (`.cad/dat.cff`, `.flprj`)
28+
- CFX (`.cas/dat.cff`, `.flprj`, `.res`)
2929

3030
For more information on file support, see the [main page](https://dpf.docs.pyansys.com/version/stable/index.html)
3131
in the PyDPF-Core documentation.

doc/source/dpf_ansys_file_support_table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
+--------------------+------------------------+----------------------------------+----------------------------------+
88
| **Solver** | **File format** | **Server version** | **DPF examples** |
99
+====================+========================+==================================+==================================+
10-
| | .rst, .mode | **1.0** and later | :ref:`ref_basic_example` |
10+
| | .rst, .mode, .rth | **1.0** and later | :ref:`ref_basic_example` |
1111
| MAPDL | .rfrq, .rdsp | (*Ansys 2021 R1*) | |
1212
| +------------------------+----------------------------------+----------------------------------+
1313
| | .psd, .prs | **10.0** and later | |

0 commit comments

Comments
 (0)