From 547d20f296f241fc39b65235dcc2c581fc6a163d Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:42:54 +0100 Subject: [PATCH 1/3] Doc: Mention support for RTH files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 573668ba4ab..49d2cb2aea2 100644 --- a/README.md +++ b/README.md @@ -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. From 2e18aacf1062fd0bc8f2f63a0f295eed9dd3c486 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:45:02 +0100 Subject: [PATCH 2/3] Update dpf_ansys_file_support_table.rst --- doc/source/dpf_ansys_file_support_table.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dpf_ansys_file_support_table.rst b/doc/source/dpf_ansys_file_support_table.rst index 4cc87d4d84a..6231d66af06 100644 --- a/doc/source/dpf_ansys_file_support_table.rst +++ b/doc/source/dpf_ansys_file_support_table.rst @@ -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` | | MAPDL | .rfrq, .rdsp | (*Ansys 2021 R1*) | | | +------------------------+----------------------------------+----------------------------------+ | | .psd, .prs | **10.0** and later | | From bc1738c1af2d73513f30b5116a7236e16ce9aa4d Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:50:11 +0100 Subject: [PATCH 3/3] Mention RES files for CFX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d2cb2aea2..0a8b3615a77 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The latest version of DPF supports Ansys solver results files for: - Mechanical APDL (`.rst`, `.mode`, `.rfrq`, `.rdsp`, `.rth`) - LS-DYNA (`.d3plot`, `.binout`) - Fluent (`.cas/dat.h5`, `.flprj`) -- CFX (`.cas/dat.cff`, `.flprj`) +- CFX (`.cas/dat.cff`, `.flprj`, `.res`) For more information on file support, see the [main page](https://dpf.docs.pyansys.com/version/stable/index.html) in the PyDPF-Core documentation.