Does anyone know whether it is possible to run a DWSIM simulation by an external Python script?
The goal is to use a model of a chemical process as a reinforcement learning environment, so a Python program is pusing setpoints to the DWSIM simulator, the DWSIM simulator is running for a certain time interval, then the DWSIM simulator pushes back process variables to the Python program. And this is repeated over and over again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Does anyone know whether it is possible to run a DWSIM simulation by an external Python script?
The goal is to use a model of a chemical process as a reinforcement learning environment, so a Python program is pusing setpoints to the DWSIM simulator, the DWSIM simulator is running for a certain time interval, then the DWSIM simulator pushes back process variables to the Python program. And this is repeated over and over again.
Hi,
You can try running DWSIM through Python.NET.
Thank you!
I now find more posts in this forum about the topic.
Will try to figure out how to do it from there.