Skip to content

Monitors during run-time #2958

Answered by liadpaskin
liadpaskin asked this question in Q&A
Discussion options

You must be logged in to vote

Hello everyone,

After some investigation, I found the solution.
My session object has a child monitors_manager which contains the needed information. This appears to be the correct way to assess monitors' data during run time:

solver_session = pyfluent.connect_to_fluent(server_info_file_name='serverfile.txt')
solver_session.monitors_manager.get_monitor_set_names()
solver_session.monitors_manager.get_monitor_set_data('residual')

I hope this helps anyone who might be struggling with a similar issue.

Regards!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by liadpaskin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants