Closed
Description
Description of the modifications
The referenced documentation seems to be wrong.
field_info.get_range("velocity")
the method get_range does not exist.
Instead, it should be:
field_info.get_scalar_field_range("velocity")
As far as I could tell, the method never existed. At least a quick git blame didn't show any changes that mention a get_range() method.
Useful links and references
https://fluent.docs.pyansys.com/version/stable/user_guide/fields/field_info.html