ansys / pyfluent

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

refactor: Clean-up PyFluent Enums. #3254

Closed prmukherj closed 2 months ago

prmukherj commented 2 months ago

We don't need to compare 'FluentEnums' for greater than or less than the other now. Only '==' should be supported and that is there by default.

~For UIMode, the other operations should be supported as well.~