results.report.surface_integrals. does not return a numeric value #3743
boninial-bh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
calculating some values using <solver_session>.results.report.surface_integrals.area_weighted_avg or any other surface_integrals methods, the result cannot be store in a variable, but it is printed in a Fluent console output.
As example, executing the following line
mass_flow = session.results.report.surface_integrals.mass_flow_rate(surface_names = ["inlet"])
mass_flow return a Boolean 'False'.
I don't know if it should be considered as a bug or not, for sure it would certainly be a very useful feature for post processing and manipulating data.
What do you think about? Am I missing something?
I am on Fluent 24R1, Python 3.13.0 and pyfluent 0.29.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions