Hi Daniel. Thanks for your dedication to DWSIM. I am wondering whether Dynamic Mode automation API is available or not? Have you made any decision about it, and can we use it as either open or closed source? I will be very thankful for your feedback.
I am using DWSIM automation interface to simulate by writing and reading from several flowsheets. As the flowsheet object (interface) takes time initially to load, I am trying to load flowsheets in advance and then creating multiple processes using multiprocessing in python. but the multiprocessing is not able to serialize iFlowsheet object. I tried pickle, json pickle, marshal etc to serialize but nothing works to serialize flowsheet object. Anybody from dwsim community has experience with such...
i have a project where i need to use physical properties from DWSIM in excel or csv. i need to run dynamic simulation on DWSIM and to export required physcial properties from DWSIM to excel or csv online and updating this data at a specific update rate. any help for python script for this kind of data flow will be highly appreciated! Thank you