You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question is whether it is normal for the fluent meshes_provider to not return meshes for face zones on bodies without a cell zone.
If this is expected behavior, should it then be improved?
The description in the example for this states: If no region_scoping is connected, the MeshedRegion for all body and face zones is retrieved in a MeshesContainer
@mhoeijm feel free to add to this description of the issue.
One box has a cell zone defined and the meshes_provider correctly returns the cell zone along with associated face zones, whereas the second box is made only of face zones which are not returned by the operator.
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.2.pre0, Ansys 2025 R1
Which Python version causes the issue?
3.12
Installed packages
ansys-dpf-core==0.13.3
The text was updated successfully, but these errors were encountered:
Before submitting the issue
Description of the bug
Raised by @mhoeijm
The question is whether it is normal for the fluent
meshes_provider
to not return meshes for face zones on bodies without a cell zone.If this is expected behavior, should it then be improved?
The description in the example for this states:
If no region_scoping is connected, the MeshedRegion for all body and face zones is retrieved in a MeshesContainer
@mhoeijm feel free to add to this description of the issue.
Steps To Reproduce
Using the following script
with the following file:
box_no_cells-2.msh.h5.zip
One box has a cell zone defined and the
meshes_provider
correctly returns the cell zone along with associated face zones, whereas the second box is made only of face zones which are not returned by the operator.Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.2.pre0, Ansys 2025 R1
Which Python version causes the issue?
3.12
Installed packages
ansys-dpf-core==0.13.3
The text was updated successfully, but these errors were encountered: