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
1.Will the IDs of the elements/faces/nodes in the workbench meshing software change when imported into Fluent? The ID I read using pydpf in the. cas.h5 file does not match the ID I saw in the workbench meshing software
2.I want to obtain the grid element ids at the entrance/exit/wall in my model, defined as if one of the faces of the element is in the zone of the entrance/exit/wall. I obtained the field using elements_aces_connectivity="elements_aces_connectivity", where the scoring ID list of the units corresponds one-to-one with the flattened unit surface index? After dividing the list of unit faces using _data_pointer, I found that the indices of the face corresponding to a certain unit ID,+1, should be the IDs of the unit face. This ID is different from what I saw in Workbench Mesh
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
1.Will the IDs of the elements/faces/nodes in the workbench meshing software change when imported into Fluent? The ID I read using pydpf in the. cas.h5 file does not match the ID I saw in the workbench meshing software
2.I want to obtain the grid element ids at the entrance/exit/wall in my model, defined as if one of the faces of the element is in the zone of the entrance/exit/wall. I obtained the field using elements_aces_connectivity="elements_aces_connectivity", where the scoring ID list of the units corresponds one-to-one with the flattened unit surface index? After dividing the list of unit faces using _data_pointer, I found that the indices of the face corresponding to a certain unit ID,+1, should be the IDs of the unit face. This ID is different from what I saw in Workbench Mesh
All reactions