meshing_session.tui.scoped_sizing.list()
meshing_session.tui.size_functions.create_defaults()
meshing_session.tui.size_functions.list()
I am using above commands to get the list of default sizing from watertight workflow once i imported the geometry and generate the surface mesh. It was printing in terminal -
How can i extract the maximum and minimum sizes properly in pyfluent and store it to some variable. What scheme functions we can use, please help.