ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
257 stars 41 forks source link

No way to obtain mesh quality info via settings API #3015

Open seanpearsonuk opened 2 months ago

seanpearsonuk commented 2 months ago

solver.settings.mesh.quality() is a command that writes info in the back end that is not returned to the client. This is not the only API method designed on this basis.

seanpearsonuk commented 2 months ago

Similar issue here:

image

The first method returns a list but unnecessarily crates a side effect. The second method has no use in a remote context (just a the quality() call above. The API has a number of such methods.