Hello again, Thank you for your reply. I want to override temperature and pressure during the simulation of a flash separator but from python script. I read a lot of comments in this forum but i didn't found how to do this. I hope that you have somme suggestions for me. Thank you
Hi Daniel, How i can override temperature and pressure of a flash separator from python script ? Thanks
I can't figure out how to use it exactly, can you send me an example ?
Hello Daniel, How can we use SolveFlowsheet method in a python script withon DWSIM ? Kindly
Hi daniel, How we can use DWSIM thermodynamic package within python.net UO. I tried the example using cantera, it works perfectly. However when i use DWSIM.Thermodynamics (from DWSIM.Thermodynamics import *) it doesn't work properly and i can't get the outlet stream properties of the UO at equilibrium.
Hi Daniel, Can you send me an example of how to use the DTL library in Python. Kindly
Hi Daniel, I tried the same code from UI but i still get the same problem. I think that the problem is probably due to the DWSIM version that i use. Can you send me the version you used (precicely the update reference) . best regards
Hi Mr. Medeiros I plan to use Ironpython to develop dynamic models for some unit operations. In order to get there, i started with using the example of the heat exchanger posted in the following link: http://dwsim.inforside.com.br/wiki/index.php?title=Dynamic_Simulation_Tutorial_with_DWSIM_and_Python,_Part_3:_Adding_a_PID_Controller But when i tried to compile the script corresponding to this example i got errors in lines 6 and 16 as illustrated in the attached picture. Can you tell me how can i...