You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cantera Users' Group
The Mixing two Streams example has a code to display the actual reactor network, but I'm having issues getting it to display. The line of code is :
diagram = sim.draw(print_state=True, species="X")
Has anyone been able to get the diagram to display?
Message has been deleted
LGS
unread,
Mar 28, 2025, 4:46:00 PM3/28/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cantera Users' Group
Hi Dudley,
I am assuming that you are using Cantera v3.1. Try diagram.view() after the line 'diagram = sim.draw(print_state=True, species="X")'.You can also save it using diagram.save('name.png'). In both cases, you will find the image in the current working directory as well.