Replies: 4 comments
-
My understanding of the basics here is that you need a way to specify which boundaries/regions you are changing when providing the arguments for the task object. For example, if your geometry initially has boundary labels
Similarly, in the Watertight Meshing Workflow example you shared above, those arguments are changing the type of the boundary labeled Does this explanation make sense? |
Beta Was this translation helpful? Give feedback.
-
Thanks for quick answer - that's useful to know and makes sense, as you point out, to specify old values to identify boundaries/regions you want to change. But not sure if it makes sense to also specify the old type. |
Beta Was this translation helpful? Give feedback.
-
I fully agree with you. I don't personally like the way this is set up, and I don't know if it really needs to be this way. I will discuss this with the team, thanks for bringing this up. |
Beta Was this translation helpful? Give feedback.
-
Hello @seanpearsonuk! If this issue needs to remain open, please comment below with If you want this repository to be excluded from this automated maintenance process, please let us know by filling in the opt-out request form. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🔍 Before submitting the issue
🐞 Description of the bug
Why are old arguments required and is there any advice on how to set these?
Watertight Meshing Workflow
Update boundaries
meshing.workflow.TaskObject["Update Boundaries"].Arguments = {
"BoundaryLabelList": ["wall-inlet"],
"BoundaryLabelTypeList": ["wall"],
"OldBoundaryLabelList": ["wall-inlet"],
"OldBoundaryLabelTypeList": ["velocity-inlet"],
Fault-Tolerant Meshing Workflow
Update regions settings
"OldRegionLeakageSizeList": [""],
"OldRegionMeshMethodList": ["wrap"],
"OldRegionNameList": ["fluid-region-1"],
"OldRegionOversetComponenList": ["no"],
"OldRegionTypeList": ["fluid"],
"OldRegionVolumeFillList": ["hexcore"]
📝 Steps to reproduce
Watertight Meshing Workflow and Fault-Tolerant Meshing Workflow examples show these.
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024R1
🐍 Which Python version are you using?
3.8
📦 Installed packages
Beta Was this translation helpful? Give feedback.
All reactions