Hi!
I have been trying to construct a 'smart' meshing process which would query label/zone names and issue surface refinement depending on said names. Is there a command whose output would be all the zone names in a table or something?
Same question at but for the solver instead of the mesher.
Thanks you for your time!
Alex,
Skeleton code to help with understanding:
For name in zone_table:
if name contains "_ref03":
"meshing.workflow.TaskObject['Add Local Sizing'].Arguments.set_state({r'AddChild': r'yes',r'BOIFaceLabelList': [name],r'BOISize': ,})"