Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 11 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ large amounts of simulation data within a simulation workflow.

DPF is an independent, physics-agnostic tool that you can plug into many
apps for both data input and data output, including visualization and
result plots. By "many", we can draw up an exhaustive list of supported
result plots. The following table shows an exhaustive list of supported
apps by DPF and their related format:

.. list-table:: Supported solver and related file format
Expand All @@ -21,13 +21,19 @@ apps by DPF and their related format:
- DPF examples
* - MAPDL
- .rst, .mode, .rfrq, .rdsp
- :ref:`_ref_distributed_msup`, :ref:`_ref_average_across_bodies`
- :ref:`distributed_msup`, :ref:`average_across_bodies`
* - LS DYNA
- .d3plot
- :ref:`lsdyna_operators`
* - Fluent
- .cfx, .cas/dat.h5, .res, .flprj
- :ref:`_ref_fluids_mesh`
* - Fluent CFF restart files
- .cas/dat.h5
- :ref:`fluids_results`
* - CFX CFF files
- .cas/dat.cff
- :ref:`fluids_mesh`
* - Fluid project files
- .flprj
- :ref:`fluids_mesh`
* - Abaqus
- .obd
- Not yet
Expand Down
3 changes: 2 additions & 1 deletion docs/source/user_guide/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ Operators for importing or reading data
***************************************

These operators provide for reading data from solver files or from standard file types
such as .RST (MAPDL), .D3Plot (LS DYNA), .CFX (Fluent) or .OBD (Abaqus).
such as .RST (MAPDL), .D3Plot (LS DYNA), .CAS.H5/.DAT.H5 (Fluent), .CAS.CFF/.DAT.CFF (CFX)
or .OBD (Abaqus).

To read these files, different readers are implemented as plugins.
Plugins can be loaded on demand in any DPF scripting language with "load library" methods.
Expand Down