Open
Description
https://fluent.docs.pyansys.com/version/stable/api/session_solver.html shows that the Solver
session class has attributes like svar_data
. that's a deprecated name for something inside a fields
attribute. The fields
attribute is missing. The only documented attributes are @property
s. That's different to settings API documentation where all attributes are shown.