1+ .. _ref_main_index :
2+
13==========
24PyDPF-Core
35==========
@@ -9,8 +11,39 @@ large amounts of simulation data within a simulation workflow.
911
1012DPF is an independent, physics-agnostic tool that you can plug into many
1113apps for both data input and data output, including visualization and
12- result plots. It can access data from solver result files and other neutral
13- formats, such as CSV, HDF5, and VTK files.
14+ result plots. The following table shows an exhaustive list of supported
15+ apps by DPF and their related format:
16+
17+ .. table :: Truth table for "not"
18+ :widths: auto
19+ :align: center
20+
21+ +--------------------+------------------------+----------------------------------+----------------------------------+
22+ | **Solver ** | **File format ** | **Server version ** | **DPF examples ** |
23+ +====================+========================+==================================+==================================+
24+ | || .rst, .mode || **1.0** and later | :ref: `ref_basic_example ` |
25+ | MAPDL || .rfrq, .rdsp || (*Ansys 2021 R1*) | |
26+ +--------------------+------------------------+----------------------------------+----------------------------------+
27+ | LS DYNA | .d3plot, .binout || **4.0** and later | :ref: `lsdyna_operators ` |
28+ | | || (*Ansys 2022 R2*) | |
29+ +--------------------+------------------------+----------------------------------+----------------------------------+
30+ | || *CFF restart files* || | :ref: `ref_fluids_model ` |
31+ | || .cas/dat.h5 || +----------------------------------+
32+ | | || **7.0** and later | :ref: `ref_fluids_mesh ` |
33+ | Fluent +------------------------+ | (*Ansys 2024 R1 pre0 *) +----------------------------------+
34+ | || *Project files* | | :ref: `ref_fluids_results ` |
35+ | || .flprj | | |
36+ +--------------------+------------------------+----------------------------------+----------------------------------+
37+ | || *CFF files* || | :ref: `ref_fluids_model ` |
38+ | || .cas/dat.cff || +----------------------------------+
39+ | | || **7.0** and later | :ref: `ref_fluids_mesh ` |
40+ | CFX +------------------------+ | (*Ansys 2024 R1 pre0 *) +----------------------------------+
41+ | || *Project files* | | :ref: `ref_fluids_results ` |
42+ | || .flprj | | |
43+ +--------------------+------------------------+----------------------------------+----------------------------------+
44+
45+ Visualisation is ensured by VTK and leverage of `PyVista tools
46+ <https://docs.pyvista.org> `_.
1447
1548Using the many DPF operators that are available, you can manipulate and
1649transform this data. You can also chain operators together to create simple
@@ -29,7 +62,6 @@ The ``ansys.dpf.core`` package provides a Python interface to DPF, enabling
2962rapid postprocessing of a variety of Ansys file formats and physics solutions
3063without ever leaving the Python environment.
3164
32-
3365Brief demo
3466~~~~~~~~~~
3567Here is how you open a result file generated by MAPDL (or another ANSYS solver)
0 commit comments