If you check the Script UO source (https://github.com/DanWBR/dwsim4/blob/master/DWSIM.UnitOperations/Unit%20Operations/CustomUO.vb#L110) you'll see that the ims and oms variables are the inlet and outlet material streams themselves. They are direct references to the objects in memory. You do can work with these objects directly. I like to create a new variable just for naming purposes ('ims' may not be much user-friendly for tutorial purposes)...
Last edit: SourceForge Support 2021-12-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2016-09-15
Last edit: Anonymous 2021-12-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Last edit: Anonymous 2021-12-15
Hi
<redacted>
, take a look at the attached file.Last edit: SourceForge Support 2021-12-20
You can check the API docs for more information: http://dwsim.inforside.com.br/api_help/html/P_DWSIM_Thermodynamics_Streams_MaterialStream_SpecType.htm
Last edit: Anonymous 2021-12-15
<redacted>
,If you check the Script UO source (https://github.com/DanWBR/dwsim4/blob/master/DWSIM.UnitOperations/Unit%20Operations/CustomUO.vb#L110) you'll see that the ims and oms variables are the inlet and outlet material streams themselves. They are direct references to the objects in memory. You do can work with these objects directly. I like to create a new variable just for naming purposes ('ims' may not be much user-friendly for tutorial purposes)...
Last edit: SourceForge Support 2021-12-20
Last edit: Anonymous 2021-12-15