Skip to content

Mark support for psd and prs files #1937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
33 changes: 33 additions & 0 deletions doc/source/dpf_ansys_file_support_table.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _ref_dpf_ansys_file_support_table:

.. table:: DPF support of ANSYS files
:widths: auto
:align: center

+--------------------+------------------------+----------------------------------+----------------------------------+
| **Solver** | **File format** | **Server version** | **DPF examples** |
+====================+========================+==================================+==================================+
| | .rst, .mode | **1.0** and later | :ref:`ref_basic_example` |
| MAPDL | .rfrq, .rdsp | (*Ansys 2021 R1*) | |
| +------------------------+----------------------------------+----------------------------------+
| | .psd, .prs | **10.0** and later | |
| | | (*Ansys 2025 R2 pre0*) | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| LS DYNA | .d3plot, .binout | **4.0** and later | :ref:`examples_lsdyna` |
| | | (*Ansys 2022 R2*) | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| | *CFF restart files* | | :ref:`ref_fluids_model` |
| | .cas/dat.h5 | +----------------------------------+
| | | **7.0** and later | :ref:`ref_fluids_mesh` |
| Fluent +------------------------+ (*Ansys 2024 R1 pre0*) +----------------------------------+
| | *Project files* | | :ref:`ref_fluids_results` |
| | .flprj | | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| | *CFF files* | | :ref:`examples_cfx` |
| | .cas/dat.cff | +----------------------------------+
| | .res | **7.0** and later | :ref:`ref_fluids_model` |
| CFX +------------------------+ (*Ansys 2024 R1 pre0*) +----------------------------------+
| | *Project files* | | :ref:`ref_fluids_mesh` |
| | .flprj | +----------------------------------+
| | | | :ref:`ref_fluids_results` |
+--------------------+------------------------+----------------------------------+----------------------------------+
29 changes: 1 addition & 28 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,7 @@ apps for both data input and data output, including visualization and
result plots. The following table shows an exhaustive list of supported
apps by DPF and their related formats:

.. table:: Truth table for "not"
:widths: auto
:align: center

+--------------------+------------------------+----------------------------------+----------------------------------+
| **Solver** | **File format** | **Server version** | **DPF examples** |
+====================+========================+==================================+==================================+
| || .rst, .mode || **1.0** and later | :ref:`ref_basic_example` |
| MAPDL || .rfrq, .rdsp || (*Ansys 2021 R1*) | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| LS DYNA | .d3plot, .binout || **4.0** and later | :ref:`examples_lsdyna` |
| | || (*Ansys 2022 R2*) | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| || *CFF restart files* || | :ref:`ref_fluids_model` |
| || .cas/dat.h5 || +----------------------------------+
| | || **7.0** and later | :ref:`ref_fluids_mesh` |
| Fluent +------------------------+| (*Ansys 2024 R1 pre0*) +----------------------------------+
| || *Project files* | | :ref:`ref_fluids_results` |
| || .flprj | | |
+--------------------+------------------------+----------------------------------+----------------------------------+
| || *CFF files* || | :ref:`examples_cfx` |
| || .cas/dat.cff || +----------------------------------+
| || .res || **7.0** and later | :ref:`ref_fluids_model` |
| CFX +------------------------+| (*Ansys 2024 R1 pre0*) +----------------------------------+
| || *Project files* | | :ref:`ref_fluids_mesh` |
| || .flprj | +----------------------------------+
| || | | :ref:`ref_fluids_results` |
+--------------------+------------------------+----------------------------------+----------------------------------+
.. include:: dpf_ansys_file_support_table.rst

Visualisation is ensured by VTK and leverages `PyVista tools
<https://docs.pyvista.org>`_.
Expand Down
Loading