Skip to content

Commit 880f470

Browse files
authored
Merge branch 'master' into dependabot/pip/requirements/sphinx-8.1.3
2 parents 760422d + e03aa18 commit 880f470

15 files changed

+478
-60
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. _ref_dpf_ansys_file_support_table:
2+
3+
.. table:: DPF support of ANSYS files
4+
:widths: auto
5+
:align: center
6+
7+
+--------------------+------------------------+----------------------------------+----------------------------------+
8+
| **Solver** | **File format** | **Server version** | **DPF examples** |
9+
+====================+========================+==================================+==================================+
10+
| | .rst, .mode | **1.0** and later | :ref:`ref_basic_example` |
11+
| MAPDL | .rfrq, .rdsp | (*Ansys 2021 R1*) | |
12+
| +------------------------+----------------------------------+----------------------------------+
13+
| | .psd, .prs | **10.0** and later | |
14+
| | | (*Ansys 2025 R2 pre0*) | |
15+
+--------------------+------------------------+----------------------------------+----------------------------------+
16+
| LS DYNA | .d3plot, .binout | **4.0** and later | :ref:`examples_lsdyna` |
17+
| | | (*Ansys 2022 R2*) | |
18+
+--------------------+------------------------+----------------------------------+----------------------------------+
19+
| | *CFF restart files* | | :ref:`ref_fluids_model` |
20+
| | .cas/dat.h5 | +----------------------------------+
21+
| | | **7.0** and later | :ref:`ref_fluids_mesh` |
22+
| Fluent +------------------------+ (*Ansys 2024 R1 pre0*) +----------------------------------+
23+
| | *Project files* | | :ref:`ref_fluids_results` |
24+
| | .flprj | | |
25+
+--------------------+------------------------+----------------------------------+----------------------------------+
26+
| | *CFF files* | | :ref:`examples_cfx` |
27+
| | .cas/dat.cff | +----------------------------------+
28+
| | .res | **7.0** and later | :ref:`ref_fluids_model` |
29+
| CFX +------------------------+ (*Ansys 2024 R1 pre0*) +----------------------------------+
30+
| | *Project files* | | :ref:`ref_fluids_mesh` |
31+
| | .flprj | +----------------------------------+
32+
| | | | :ref:`ref_fluids_results` |
33+
+--------------------+------------------------+----------------------------------+----------------------------------+

doc/source/index.rst

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,7 @@ apps for both data input and data output, including visualization and
1414
result plots. The following table shows an exhaustive list of supported
1515
apps by DPF and their related formats:
1616

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:`examples_lsdyna` |
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:`examples_cfx` |
38-
| || .cas/dat.cff || +----------------------------------+
39-
| || .res || **7.0** and later | :ref:`ref_fluids_model` |
40-
| CFX +------------------------+| (*Ansys 2024 R1 pre0*) +----------------------------------+
41-
| || *Project files* | | :ref:`ref_fluids_mesh` |
42-
| || .flprj | +----------------------------------+
43-
| || | | :ref:`ref_fluids_results` |
44-
+--------------------+------------------------+----------------------------------+----------------------------------+
17+
.. include:: dpf_ansys_file_support_table.rst
4518

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
55
[project]
66
# Check https://setuptools.pypa.io/en/stable/userguide/quickstart.html for all available sections
77
name = "ansys-dpf-core"
8-
version = "0.13.3.dev0"
8+
version = "0.13.4.dev0"
99
description = "Data Processing Framework - Python Core "
1010
readme = "README.md"
1111
requires-python = ">=3.9, <4"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
black==24.10.0
22
build==1.2.2.post1
33
chevron==0.14.0
4-
wheel==0.45.0
4+
wheel==0.45.1

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ imageio-ffmpeg==0.5.1
66
nbsphinx==0.9.5
77
pypandoc==1.14
88
pytest-sphinx==0.6.3
9-
pyvista==0.44.1
9+
pyvista==0.44.2
1010
sphinx==8.1.3
1111
sphinx-copybutton==0.5.2
1212
sphinx-gallery==0.18.0

requirements/requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ansys-platform-instancemanagement==1.1.2
2-
coverage==7.6.7
2+
coverage==7.6.8
33
imageio==2.36.0
44
imageio-ffmpeg==0.5.1
55
pytest==8.3.3
66
pytest-cov==5.0.0
77
pytest-order==1.3.0
88
pytest-rerunfailures==15.0
9-
pyvista==0.44.1
9+
pyvista==0.44.2
1010
vtk==9.3.1

src/ansys/dpf/core/operators/metadata/property_field_provider_by_name.py

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ class property_field_provider_by_name(Operator):
3030
Property to read, that can be the following:
3131
elements_connectivity,
3232
nodes_connectivity, material,
33-
element_type, mapdl_element_type,
34-
mapdl_element_type_id harmonic_index,
35-
step, substep, keyopt_i (i = 1 ->
36-
18).
33+
element_type, apdl_section_id,
34+
apdl_real_id, apdl_esys_id,
35+
mapdl_element_type,
36+
mapdl_element_type_id,
37+
harmonic_index, step, substep,
38+
keyopt_i (i = 1 -> 18).
3739
3840
Returns
3941
-------
@@ -127,10 +129,12 @@ def _spec():
127129
document="""Property to read, that can be the following:
128130
elements_connectivity,
129131
nodes_connectivity, material,
130-
element_type, mapdl_element_type,
131-
mapdl_element_type_id harmonic_index,
132-
step, substep, keyopt_i (i = 1 ->
133-
18).""",
132+
element_type, apdl_section_id,
133+
apdl_real_id, apdl_esys_id,
134+
mapdl_element_type,
135+
mapdl_element_type_id,
136+
harmonic_index, step, substep,
137+
keyopt_i (i = 1 -> 18).""",
134138
),
135139
},
136140
map_output_pin_spec={
@@ -290,10 +294,12 @@ def property_name(self):
290294
Property to read, that can be the following:
291295
elements_connectivity,
292296
nodes_connectivity, material,
293-
element_type, mapdl_element_type,
294-
mapdl_element_type_id harmonic_index,
295-
step, substep, keyopt_i (i = 1 ->
296-
18).
297+
element_type, apdl_section_id,
298+
apdl_real_id, apdl_esys_id,
299+
mapdl_element_type,
300+
mapdl_element_type_id,
301+
harmonic_index, step, substep,
302+
keyopt_i (i = 1 -> 18).
297303
298304
Parameters
299305
----------

0 commit comments

Comments
 (0)