diff --git a/doc/source/dpf_ansys_file_support_table.rst b/doc/source/dpf_ansys_file_support_table.rst new file mode 100644 index 00000000000..4cc87d4d84a --- /dev/null +++ b/doc/source/dpf_ansys_file_support_table.rst @@ -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` | ++--------------------+------------------------+----------------------------------+----------------------------------+ diff --git a/doc/source/index.rst b/doc/source/index.rst index d5ef40f0e78..fdc28756677 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 `_.