-
How do I add label specific local sizing with pyFluent? I am attempting to modify the mixing elbow example in the documentation (https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/mixing_elbow.html#sphx-glr-examples-00-fluent-mixing-elbow-py), so that local sizing is added for e.g. the 'wall-inlet' boundary. I have tried with
which successfully updates the parameters in the workflow dialog, but doesn't actually create the 'wall-inlet' sizing sub-object in the workflow. In the GUI environment, this would be accomplished by clicking the "Add Local Sizing" button, but how do I do this with pyFluent? As is, no local sizing is used when creating surface mesh. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe you need to use the |
Beta Was this translation helpful? Give feedback.
Alternatively, I believe
AddChildAndUpdate()
can be used instead ofAddChildToTask()
+Execute()