Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ formats, such as CSV, HDF5, and VTK files.

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

- Mechanical APDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`)
- Mechanical APDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`, `.rth`)
- LS-DYNA (`.d3plot`, `.binout`)
- Fluent (`.cas/dat.h5`, `.flprj`)
- CFX (`.cad/dat.cff`, `.flprj`)
- CFX (`.cas/dat.cff`, `.flprj`)

For more information on file support, see the [main page](https://dpf.docs.pyansys.com/version/stable/index.html)
in the PyDPF-Core documentation.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/dpf_ansys_file_support_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
+--------------------+------------------------+----------------------------------+----------------------------------+
| **Solver** | **File format** | **Server version** | **DPF examples** |
+====================+========================+==================================+==================================+
| | .rst, .mode | **1.0** and later | :ref:`ref_basic_example` |
| | .rst, .mode, .rth | **1.0** and later | :ref:`ref_basic_example` |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oparreno when would you say RTH started being supported approximately? I would think from the beginning?

Copy link
Contributor Author

@PProfizi PProfizi Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mapdl::rth::MeshProvider has been available since 2020 as a rerecord of mapdl::rst::MeshProvider.

| MAPDL | .rfrq, .rdsp | (*Ansys 2021 R1*) | |
| +------------------------+----------------------------------+----------------------------------+
| | .psd, .prs | **10.0** and later | |
Expand Down
Loading