From 5823c9b3e36928dea71e6d93bde504d8988b9208 Mon Sep 17 00:00:00 2001 From: MichaelNale <122869149+MichaelNale@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:04:15 +0100 Subject: [PATCH] =?UTF-8?q?Update=20the=20post=20doc=20related=20to=20the?= =?UTF-8?q?=20latest=20work=20on=20CFX=20face=20zone=20refac=E2=80=A6=20(#?= =?UTF-8?q?556)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update the post doc related to the latest work on CFX face zone refactoring * Update the PR : enhance the doc --- src/ansys/dpf/post/fluid_simulation.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ansys/dpf/post/fluid_simulation.py b/src/ansys/dpf/post/fluid_simulation.py index a3253dca5..a3466cc96 100644 --- a/src/ansys/dpf/post/fluid_simulation.py +++ b/src/ansys/dpf/post/fluid_simulation.py @@ -184,7 +184,10 @@ def cell_zones(self) -> dict: @property def face_zones(self) -> dict: - """Return a dictionary of the face zones in the simulation.""" + """Return a dictionary of the face zones in the simulation. + + For CFX files, we gather face zones in COMPOSITE entities more physics-related. + """ return self.mesh_info.face_zones @property @@ -558,7 +561,8 @@ def density( node_ids: List of IDs of nodes to get results for. face_ids: - List of IDs of faces to get results for. + List of faces IDs to get results for. For CFX files, these IDs correspond + to the COMPOSITE that gathers the related face zones. cell_ids: List of IDs of cells to get results for. zone_ids: