I recently began utilizing DWSIM and am impressed by its capabilities. I've developed a simulation file, which I've split into three submodels to enhance convergence and streamline the overall process.
Each submodel's input streams depend on the output streams from the others. To automate this interaction, I'm looking for a way for the input streams to be automatically updated as soon as new output data from the other models become available. Although I believe IronPython scripting can achieve this, I'm new to programming and would greatly appreciate any help with creating a simple script for this purpose.
Thank you very much for your support.
Best regards,
oklam90
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I recently began utilizing DWSIM and am impressed by its capabilities. I've developed a simulation file, which I've split into three submodels to enhance convergence and streamline the overall process.
Each submodel's input streams depend on the output streams from the others. To automate this interaction, I'm looking for a way for the input streams to be automatically updated as soon as new output data from the other models become available. Although I believe IronPython scripting can achieve this, I'm new to programming and would greatly appreciate any help with creating a simple script for this purpose.
Thank you very much for your support.
Best regards,
oklam90
Hi, you can use the flowsheet unit operation to link the three subflowsheets together in a single one.