Commit 6ea6690
fix: Unavaialble field data for some surfaces. (#4345)
Sometimes some surfaces might be created but field data on them might
not be available. For example please refer the issue:
ansys/pyfluent-visualization#552
Now we are getting and returning the field data as empty array for these
surfaces, just like Fluent does. We are additionally providing an
warning that theses surfaces does not have field data.
<img width="479" height="275" alt="image"
src="https://github.com/user-attachments/assets/85c39d3b-70ae-4cd5-a8cc-2ce4d1b21746"
/>
We need to patch this with v0.34 to address an user bug.
---------
Co-authored-by: pyansys-ci-bot <[email protected]>1 parent 7de106f commit 6ea6690
File tree
3 files changed
+56
-10
lines changed- doc/changelog.d
- src/ansys/fluent/core
- services
3 files changed
+56
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
190 | 203 | | |
191 | 204 | | |
192 | 205 | | |
| |||
973 | 986 | | |
974 | 987 | | |
975 | 988 | | |
976 | | - | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
977 | 1003 | | |
978 | 1004 | | |
979 | 1005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
581 | 594 | | |
582 | 595 | | |
583 | 596 | | |
| |||
1185 | 1198 | | |
1186 | 1199 | | |
1187 | 1200 | | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
1195 | 1214 | | |
1196 | 1215 | | |
1197 | 1216 | | |
| |||
0 commit comments