Changeset 699
- Timestamp:
- Dec 12, 2008, 1:43:09 PM (14 years ago)
- Location:
- branches/gui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/column.mso
r698 r699 408 408 in ConnectorReboilerLout as stream (Brief="Connector for Liquid outlet stream From Reboiler", Hidden=true); 409 409 410 410 411 EQUATIONS 411 412 … … 1406 1407 LiquidDrawOffFlow as flow_mol (Brief = "Stream Molar Flow Rate"); 1407 1408 1408 out VapourDrawOff as vapour_stream (Brief="Vapour Outlet in the section", PosX=1, PosY=0. 46,Protected = true);1409 out LiquidDrawOff as liquid_stream (Brief="Liquid Outlet in the section", PosX=1, PosY=0. 58,Protected = true);1409 out VapourDrawOff as vapour_stream (Brief="Vapour Outlet in the section", PosX=1, PosY=0.50,Protected = true); 1410 out LiquidDrawOff as liquid_stream (Brief="Liquid Outlet in the section", PosX=1, PosY=0.61,Protected = true); 1410 1411 1411 1412 RebNoFlow as sourceNoFlow (Brief="No Inlet Flow to Reboiler",Hidden=true); 1412 1413 1413 in HeatToReboiler as power (Brief="Heat supplied to Reboiler", PosX=1, PosY=0.9 3);1414 in HeatToCondenser as power (Brief="Heat supplied to Condenser", PosX=1, PosY=0.1 0);1414 in HeatToReboiler as power (Brief="Heat supplied to Reboiler", PosX=1, PosY=0.94); 1415 in HeatToCondenser as power (Brief="Heat supplied to Condenser", PosX=1, PosY=0.19); 1415 1416 1416 1417 TRAYS(NumberOfTrays) as trayReac; … … 1420 1421 PUMP as pump; 1421 1422 1422 out VapourDistillate as vapour_stream (Brief="Vapour outlet stream From Top Condenser", PosX=0. 67, PosY=0);1423 out VapourDistillate as vapour_stream (Brief="Vapour outlet stream From Top Condenser", PosX=0.57, PosY=0); 1423 1424 in ConnectorCondenserVout as stream (Brief="Connector for Vapour outlet stream From Top Condenser", Hidden=true); 1424 1425 1425 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0.3 3);1426 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0.39); 1426 1427 in ConnectorSplitterOut as stream (Brief="Connector for Liquid outlet stream From Top Splitter", Hidden=true); 1427 1428 1428 out BottomProduct as liquid_stream (Brief="Liquid outlet stream From Reboiler", PosX= 1, PosY=0.99);1429 out BottomProduct as liquid_stream (Brief="Liquid outlet stream From Reboiler", PosX=0.57, PosY=1); 1429 1430 in ConnectorReboilerLout as stream (Brief="Connector for Liquid outlet stream From Reboiler", Hidden=true); 1430 1431 1432 1433 # Control 1434 out TRI as control_signal (Brief="Temperature of Reboiler Indicator", PosX=1, PosY=0.78); 1435 out LRI as control_signal (Brief="Level of Reboiler Indicator", PosX=1, PosY=0.85); 1436 1437 out TCI as control_signal (Brief="Temperature of Condenser Indicator", PosX=1, PosY=0.01); 1438 out LCI as control_signal (Brief="Level of Condenser Indicator", PosX=1, PosY=0.09); 1431 1439 1432 1440 CONNECTIONS … … 1518 1526 HeatToReboiler = REBOILER.InletQ; 1519 1527 HeatToCondenser = CONDENSER.InletQ; 1528 1529 "Reboiler Temperature indicator" 1530 TRI * 'K' = REBOILER.OutletL.T; 1531 1532 "Reboiler Level indicator" 1533 LRI*REBOILER.V = REBOILER.Level*REBOILER.Across; 1534 1535 "Condenser Temperature indicator" 1536 TCI * 'K' = CONDENSER.OutletL.T; 1537 1538 "Condenser Level indicator" 1539 LCI*CONDENSER.V = CONDENSER.Level*CONDENSER.Across; 1540 1541 # Condenser Connector Equations 1542 ConnectorCondenserVout.T = VapourDistillate.T; 1543 ConnectorCondenserVout.P = VapourDistillate.P; 1544 ConnectorCondenserVout.F = VapourDistillate.F; 1545 ConnectorCondenserVout.z = VapourDistillate.z; 1546 1547 # Splitter Connector Equations 1548 ConnectorSplitterOut.T = LiquidDistillate.T; 1549 ConnectorSplitterOut.P = LiquidDistillate.P; 1550 ConnectorSplitterOut.F = LiquidDistillate.F; 1551 ConnectorSplitterOut.z = LiquidDistillate.z; 1552 1553 # Reboiler Connector Equations 1554 ConnectorReboilerLout.T = BottomProduct.T; 1555 ConnectorReboilerLout.P = BottomProduct.P; 1556 ConnectorReboilerLout.F = BottomProduct.F; 1557 ConnectorReboilerLout.z = BottomProduct.z; 1558 1559 VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F; 1560 VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T; 1561 VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P; 1562 VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z; 1563 1564 LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F; 1565 LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T; 1566 LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P; 1567 LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z; 1568 1569 VapourDrawOffFlow = VapourDrawOff.F; 1570 LiquidDrawOffFlow = LiquidDrawOff.F; 1520 1571 1521 1572 end -
branches/gui/eml/stage_separators/icon/DistillationReac.svg
r698 r699 13 13 sodipodi:version="0.32" 14 14 inkscape:version="0.46" 15 width="48 0.28055"16 height="8 11.15601"15 width="481.24973" 16 height="891.29333" 17 17 sodipodi:docbase="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\EMSO\mso\trunk\eml\stage_separators\icon" 18 18 sodipodi:docname="DistillationReac.svg" 19 inkscape:export-filename="/home/ bicca/apps/biblioteca/branches/gui/eml/stage_separators/icon/DistillationReac.png"19 inkscape:export-filename="/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/stage_separators/icon/DistillationReac.png" 20 20 inkscape:export-xdpi="90" 21 21 inkscape:export-ydpi="90" … … 784 784 <sodipodi:namedview 785 785 inkscape:window-height="900" 786 inkscape:window-width="12 70"786 inkscape:window-width="1268" 787 787 inkscape:pageshadow="2" 788 788 inkscape:pageopacity="0.0" … … 796 796 showgrid="true" 797 797 showguides="true" 798 inkscape:zoom=" 2.8659335"799 inkscape:cx=" 478.55896"800 inkscape:cy=" 713.01896"798 inkscape:zoom="0.71648338" 799 inkscape:cx="349.17534" 800 inkscape:cy="-14.731849" 801 801 inkscape:window-x="0" 802 inkscape:window-y=" 24"802 inkscape:window-y="60" 803 803 inkscape:current-layer="g14168" 804 804 inkscape:guide-bbox="true" /> 805 805 <g 806 transform="matrix(0,-0.836391,-1.541763,0,1656.397, 578.94285)"806 transform="matrix(0,-0.836391,-1.541763,0,1656.397,659.08019)" 807 807 style="fill:url(#linearGradient21273);fill-opacity:1;fill-rule:nonzero" 808 808 id="g14168"> … … 884 884 <path 885 885 id="path4063" 886 d="M 550.31638,1037.3793 L 688.3744,1037.3793 L 688.37452,922.88138 L 635.78064,922.88138 L 635.78064,922.88138 L 635.78064,922.88138"887 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.672 09876;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />886 d="M 386.74102,1036.9486 L 786.86928,1036.9486 L 786.86964,922.85947 L 634.43881,922.85947 L 634.43881,922.85947 L 634.43881,922.85947" 887 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.67228961;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 888 888 <path 889 889 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70871884px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" … … 932 932 <path 933 933 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.62033319;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 934 d="M 62 2.00409,896.78087 L 677.25588,896.78087"934 d="M 623.89673,896.78087 L 775.48668,896.78087" 935 935 id="path8191" /> 936 936 <path 937 937 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 938 d="M 677.8096,898.52907 L 677.82653,895.07671 L 689.15755,896.81894 L 677.8096,898.52907 z"938 d="M 775.85003,898.52907 L 775.86696,895.07671 L 787.19798,896.81894 L 775.85003,898.52907 z" 939 939 id="path9078" /> 940 940 <rect … … 1064 1064 <path 1065 1065 id="path3311" 1066 d="M -1 49.6429,767.20887 L -149.6429,890.84634 L -184.86664,890.84634 L -184.86664,890.84634"1067 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width: 0.88061589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.88061588, 0.88061588;stroke-dashoffset:0;stroke-opacity:1" />1066 d="M -128.55996,767.29374 L -128.55996,890.76147 L -184.71019,890.76147 L -184.71019,890.76147" 1067 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.1110822;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.11108221, 1.11108221;stroke-dashoffset:0;stroke-opacity:1" /> 1068 1068 <path 1069 1069 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 1070 d="M -1 46.36361,770.4627 L -152.78631,770.4627 L -149.57496,764.36741 L -146.36361,770.4627 z"1070 d="M -124.84254,770.4627 L -131.26524,770.4627 L -128.05389,764.36741 L -124.84254,770.4627 z" 1071 1071 id="path3315" /> 1072 1072 <path 1073 1073 id="path3317" 1074 d="M - 110.79216,766.83583 L -110.79216,906.40267 L -187.06038,906.40267 L -187.06038,906.40267"1075 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width: 0.88061589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.88061588, 0.88061588;stroke-dashoffset:0;stroke-opacity:1" />1074 d="M -48.46078,766.94803 L -48.46078,906.29047 L -186.85356,906.29047 L -186.85356,906.29047" 1075 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.18528283;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.18528286, 1.18528286;stroke-dashoffset:0;stroke-opacity:1" /> 1076 1076 <path 1077 1077 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.88061589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1078 d="M - 107.17606,769.90695 L -113.59876,769.90695 L -110.38741,763.81166 L -107.17606,769.90695 z"1078 d="M -45.004172,769.90695 L -51.426864,769.90695 L -48.215518,763.81166 L -45.004172,769.90695 z" 1079 1079 id="path3319" /> 1080 1080 <path 1081 1081 id="path3321" 1082 d="M 6 54.83183,764.4175 L 654.83183,867.30247 L 619.84267,867.30247 L 619.84267,867.30247"1083 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width: 0.88061589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.88061588, 0.88061588;stroke-dashoffset:0;stroke-opacity:1" />1084 <path 1085 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0. 27420905px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"1086 d="M 6 57.73981,768.01359 L 652.1086,768.01359 L 654.9242,762.93963 L 657.73981,768.01359z"1082 d="M 687.97239,764.5444 L 687.97239,867.17557 L 620.07659,867.17557 L 620.07659,867.17557" 1083 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.25663888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.25663887, 1.25663887;stroke-dashoffset:0;stroke-opacity:1" /> 1084 <path 1085 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.75204599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1086 d="M 690.69711,767.56095 L 685.0659,767.56095 L 687.8815,762.48699 L 690.69711,767.56095 z" 1087 1087 id="path3323" /> 1088 1088 <path 1089 1089 id="path3325" 1090 d="M 688.92762,764.08918 L 688.92762,880.26994 L 622.05829,880.26994 L 622.05829,880.26994"1091 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width: 0.88061589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.88061588, 0.88061588;stroke-dashoffset:0;stroke-opacity:1" />1090 d="M 758.75892,764.22758 L 758.75892,880.13154 L 622.3134,880.13154 L 622.3134,880.13154" 1091 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.25641954;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.25641958, 1.25641958;stroke-dashoffset:0;stroke-opacity:1" /> 1092 1092 <path 1093 1093 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.75232279;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1094 d="M 691.68091,768.90886 L 686.04971,768.90886 L 688.86532,763.83491 L 691.68091,768.90886z"1094 d="M 761.76733,768.45623 L 756.13613,768.45623 L 758.95174,763.38228 L 761.76733,768.45623 z" 1095 1095 id="path3327" /> 1096 1096 </g> -
branches/gui/sample/stage_separators/Column_Reactive_Diagram.pfd
r698 r699 34 34 <Show_Grid>1</Show_Grid> 35 35 <Snap_to_Grid>1</Snap_to_Grid> 36 <Width>12 60</Width>37 <Height> 636</Height>36 <Width>1248</Width> 37 <Height>545</Height> 38 38 <X>0</X> 39 <Y> 0</Y>39 <Y>-422</Y> 40 40 </View> 41 41 <View> … … 43 43 <Show_Grid>1</Show_Grid> 44 44 <Snap_to_Grid>1</Snap_to_Grid> 45 <Width>12 60</Width>45 <Width>1248</Width> 46 46 <Height>0</Height> 47 47 <X>0</X> … … 51 51 <Type>simple_source</Type> 52 52 <Id_String>feed</Id_String> 53 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/icon/Source.png</Image_File_Name>54 <X> 35</X>55 <Y> 125</Y>53 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/icon/Source.png</Image_File_Name> 54 <X>0</X> 55 <Y>574</Y> 56 56 <Z>0</Z> 57 57 <Width>68</Width> … … 218 218 <Type>heat_flow</Type> 219 219 <Id_String>heat_flow_1</Id_String> 220 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/controllers/icon/heat_flow.png</Image_File_Name>221 <X> 662</X>222 <Y> 523</Y>220 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/heat_flow.png</Image_File_Name> 221 <X>467</X> 222 <Y>794</Y> 223 223 <Z>0</Z> 224 224 <Width>78</Width> … … 248 248 <Type>heat_flow</Type> 249 249 <Id_String>heat_flow_2</Id_String> 250 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/controllers/icon/heat_flow.png</Image_File_Name>251 <X> 672</X>252 <Y> 169</Y>250 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/heat_flow.png</Image_File_Name> 251 <X>431</X> 252 <Y>314</Y> 253 253 <Z>0</Z> 254 254 <Width>78</Width> … … 278 278 <Type>PID</Type> 279 279 <Id_String>PIDT_reboiler</Id_String> 280 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name>281 <X> 751</X>282 <Y> 306</Y>280 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name> 281 <X>632</X> 282 <Y>615</Y> 283 283 <Z>0</Z> 284 284 <Width>65</Width> … … 316 316 </Block> 317 317 <Block> 318 <Type>PID</Type> 319 <Id_String>PIDT_condenser</Id_String> 320 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name> 321 <X>662</X> 322 <Y>368</Y> 323 <Z>0</Z> 324 <Width>72</Width> 325 <Height>84</Height> 326 <Block_Properties> 327 <Model_File_Path>controllers/PIDs</Model_File_Path> 328 <Instance_Id>PIDT_condenser</Instance_Id> 329 <Model_Name>PID</Model_Name> 330 <T_Connection>0</T_Connection> 331 <Parameters> 332 <Desc>PID_Select</Desc> 333 <Index>0</Index> 334 <Values>Ideal</Values> 335 <Status>0</Status> 336 </Parameters> 337 <Parameters> 338 <Desc>Action</Desc> 339 <Index>0</Index> 340 <Values>Reverse</Values> 341 <Status>0</Status> 342 </Parameters> 343 <Parameters> 344 <Desc>Mode</Desc> 345 <Index>0</Index> 346 <Values>Automatic</Values> 347 <Status>0</Status> 348 </Parameters> 349 <Parameters> 350 <Desc>Clip</Desc> 351 <Index>0</Index> 352 <Values>Clipped</Values> 353 <Status>0</Status> 354 </Parameters> 355 </Block_Properties> 356 </Block> 357 <Block> 318 358 <Type>ReactiveDistillation</Type> 319 359 <Id_String>ReactiveDistillation_1</Id_String> 320 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/stage_separators/icon/DistillationReac.png</Image_File_Name>321 <X> 286</X>322 <Y> 148</Y>360 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/stage_separators/icon/DistillationReac.png</Image_File_Name> 361 <X>135</X> 362 <Y>430</Y> 323 363 <Z>0</Z> 324 <Width>240 </Width>325 <Height>4 05.5</Height>364 <Width>240.5</Width> 365 <Height>445.5</Height> 326 366 <Block_Properties> 327 367 <Model_File_Path>stage_separators/column</Model_File_Path> … … 1132 1172 </Block> 1133 1173 <Block> 1174 <Type>simple_sink</Type> 1175 <Id_String>simple_sink_1</Id_String> 1176 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/icon/Sink.png</Image_File_Name> 1177 <X>848</X> 1178 <Y>944</Y> 1179 <Z>0</Z> 1180 <Width>68</Width> 1181 <Height>30</Height> 1182 <Block_Properties> 1183 <Model_File_Path>streams</Model_File_Path> 1184 <Instance_Id>simple_sink_1</Instance_Id> 1185 <Model_Name>simple_sink</Model_Name> 1186 <T_Connection>0</T_Connection> 1187 <Sub_Models> 1188 <Block_Properties> 1189 <Model_File_Path>streams</Model_File_Path> 1190 <Instance_Id>Inlet</Instance_Id> 1191 <Model_Name>Inlet</Model_Name> 1192 <T_Connection>1</T_Connection> 1193 <Base_Models> 1194 <Block_Properties> 1195 <Model_File_Path>streams</Model_File_Path> 1196 <Instance_Id>Inlet</Instance_Id> 1197 <Model_Name>stream</Model_Name> 1198 <T_Connection>1</T_Connection> 1199 </Block_Properties> 1200 </Base_Models> 1201 </Block_Properties> 1202 </Sub_Models> 1203 </Block_Properties> 1204 </Block> 1205 <Block> 1206 <Type>simple_sink</Type> 1207 <Id_String>simple_sink_2</Id_String> 1208 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/icon/Sink.png</Image_File_Name> 1209 <X>428</X> 1210 <Y>217</Y> 1211 <Z>0</Z> 1212 <Width>68</Width> 1213 <Height>30</Height> 1214 <Block_Properties> 1215 <Model_File_Path>streams</Model_File_Path> 1216 <Instance_Id>simple_sink_2</Instance_Id> 1217 <Model_Name>simple_sink</Model_Name> 1218 <T_Connection>0</T_Connection> 1219 <Sub_Models> 1220 <Block_Properties> 1221 <Model_File_Path>streams</Model_File_Path> 1222 <Instance_Id>Inlet</Instance_Id> 1223 <Model_Name>Inlet</Model_Name> 1224 <T_Connection>1</T_Connection> 1225 <Base_Models> 1226 <Block_Properties> 1227 <Model_File_Path>streams</Model_File_Path> 1228 <Instance_Id>Inlet</Instance_Id> 1229 <Model_Name>stream</Model_Name> 1230 <T_Connection>1</T_Connection> 1231 </Block_Properties> 1232 </Base_Models> 1233 </Block_Properties> 1234 </Sub_Models> 1235 </Block_Properties> 1236 </Block> 1237 <Block> 1238 <Type>valve_flow</Type> 1239 <Id_String>valve_flow_1</Id_String> 1240 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/pressure_changers/icon/Valve.png</Image_File_Name> 1241 <X>480</X> 1242 <Y>954</Y> 1243 <Z>0</Z> 1244 <Width>52</Width> 1245 <Height>45.5</Height> 1246 <Block_Properties> 1247 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1248 <Instance_Id>valve_flow_1</Instance_Id> 1249 <Model_Name>valve_flow</Model_Name> 1250 <T_Connection>0</T_Connection> 1251 <Sub_Models> 1252 <Block_Properties> 1253 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1254 <Instance_Id>Inlet</Instance_Id> 1255 <Model_Name>Inlet</Model_Name> 1256 <T_Connection>1</T_Connection> 1257 <Base_Models> 1258 <Block_Properties> 1259 <Model_File_Path>streams</Model_File_Path> 1260 <Instance_Id>Inlet</Instance_Id> 1261 <Model_Name>stream</Model_Name> 1262 <T_Connection>1</T_Connection> 1263 </Block_Properties> 1264 </Base_Models> 1265 </Block_Properties> 1266 </Sub_Models> 1267 <Sub_Models> 1268 <Block_Properties> 1269 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1270 <Instance_Id>Outlet</Instance_Id> 1271 <Model_Name>Outlet</Model_Name> 1272 <T_Connection>2</T_Connection> 1273 <Base_Models> 1274 <Block_Properties> 1275 <Model_File_Path>streams</Model_File_Path> 1276 <Instance_Id>Outlet</Instance_Id> 1277 <Model_Name>stream</Model_Name> 1278 <T_Connection>2</T_Connection> 1279 </Block_Properties> 1280 </Base_Models> 1281 </Block_Properties> 1282 </Sub_Models> 1283 <Parameters> 1284 <Desc>PP</Desc> 1285 <Index>0</Index> 1286 <Values>PP</Values> 1287 <Status>0</Status> 1288 </Parameters> 1289 </Block_Properties> 1290 </Block> 1291 <Block> 1134 1292 <Type>PID</Type> 1135 <Id_String>PID T_condenser</Id_String>1136 <Image_File_Name>/home/ bicca/apps/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name>1137 <X> 776</X>1138 <Y> 57</Y>1293 <Id_String>PIDL_reboiler</Id_String> 1294 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name> 1295 <X>837</X> 1296 <Y>742</Y> 1139 1297 <Z>0</Z> 1140 <Width>7 2</Width>1141 <Height>8 4</Height>1298 <Width>75</Width> 1299 <Height>85</Height> 1142 1300 <Block_Properties> 1143 1301 <Model_File_Path>controllers/PIDs</Model_File_Path> 1144 <Instance_Id>PID _1</Instance_Id>1302 <Instance_Id>PIDL_reboiler</Instance_Id> 1145 1303 <Model_Name>PID</Model_Name> 1146 1304 <T_Connection>0</T_Connection> … … 1167 1325 <Index>0</Index> 1168 1326 <Values>Clipped</Values> 1327 <Status>0</Status> 1328 </Parameters> 1329 </Block_Properties> 1330 </Block> 1331 <Block> 1332 <Type>PID</Type> 1333 <Id_String>PIDL_condenser</Id_String> 1334 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/controllers/icon/PID.png</Image_File_Name> 1335 <X>818</X> 1336 <Y>281</Y> 1337 <Z>0</Z> 1338 <Width>77</Width> 1339 <Height>76</Height> 1340 <Block_Properties> 1341 <Model_File_Path>controllers/PIDs</Model_File_Path> 1342 <Instance_Id>PIDL_condenser</Instance_Id> 1343 <Model_Name>PID</Model_Name> 1344 <T_Connection>0</T_Connection> 1345 <Parameters> 1346 <Desc>PID_Select</Desc> 1347 <Index>0</Index> 1348 <Values>Ideal</Values> 1349 <Status>0</Status> 1350 </Parameters> 1351 <Parameters> 1352 <Desc>Action</Desc> 1353 <Index>0</Index> 1354 <Values>Reverse</Values> 1355 <Status>0</Status> 1356 </Parameters> 1357 <Parameters> 1358 <Desc>Mode</Desc> 1359 <Index>0</Index> 1360 <Values>Automatic</Values> 1361 <Status>0</Status> 1362 </Parameters> 1363 <Parameters> 1364 <Desc>Clip</Desc> 1365 <Index>0</Index> 1366 <Values>Clipped</Values> 1367 <Status>0</Status> 1368 </Parameters> 1369 </Block_Properties> 1370 </Block> 1371 <Block> 1372 <Type>valve_flow</Type> 1373 <Id_String>valve_flow_2</Id_String> 1374 <Image_File_Name>/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/pressure_changers/icon/Valve.png</Image_File_Name> 1375 <X>875</X> 1376 <Y>533</Y> 1377 <Z>0</Z> 1378 <Width>52</Width> 1379 <Height>45.5</Height> 1380 <Block_Properties> 1381 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1382 <Instance_Id>valve_flow_2</Instance_Id> 1383 <Model_Name>valve_flow</Model_Name> 1384 <T_Connection>0</T_Connection> 1385 <Sub_Models> 1386 <Block_Properties> 1387 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1388 <Instance_Id>Inlet</Instance_Id> 1389 <Model_Name>Inlet</Model_Name> 1390 <T_Connection>1</T_Connection> 1391 <Base_Models> 1392 <Block_Properties> 1393 <Model_File_Path>streams</Model_File_Path> 1394 <Instance_Id>Inlet</Instance_Id> 1395 <Model_Name>stream</Model_Name> 1396 <T_Connection>1</T_Connection> 1397 </Block_Properties> 1398 </Base_Models> 1399 </Block_Properties> 1400 </Sub_Models> 1401 <Sub_Models> 1402 <Block_Properties> 1403 <Model_File_Path>pressure_changers/valve</Model_File_Path> 1404 <Instance_Id>Outlet</Instance_Id> 1405 <Model_Name>Outlet</Model_Name> 1406 <T_Connection>2</T_Connection> 1407 <Base_Models> 1408 <Block_Properties> 1409 <Model_File_Path>streams</Model_File_Path> 1410 <Instance_Id>Outlet</Instance_Id> 1411 <Model_Name>stream</Model_Name> 1412 <T_Connection>2</T_Connection> 1413 </Block_Properties> 1414 </Base_Models> 1415 </Block_Properties> 1416 </Sub_Models> 1417 <Parameters> 1418 <Desc>PP</Desc> 1419 <Index>0</Index> 1420 <Values>PP</Values> 1169 1421 <Status>0</Status> 1170 1422 </Parameters> … … 1173 1425 <Line> 1174 1426 <Line_Name>4</Line_Name> 1175 <X1> 786.1</X1>1176 <Y1> 377</Y1>1177 <X2> 707.24</X2>1178 <Y2> 595</Y2>1427 <X1>667.1</X1> 1428 <Y1>686</Y1> 1429 <X2>512.24</X2> 1430 <Y2>866</Y2> 1179 1431 <Block_Source>PIDT_reboiler</Block_Source> 1180 1432 <Port_Source>Output</Port_Source> … … 1183 1435 </Line> 1184 1436 <Line> 1437 <Line_Name>5</Line_Name> 1438 <X1>700.88</X1> 1439 <Y1>452</Y1> 1440 <X2>476.24</X2> 1441 <Y2>386</Y2> 1442 <Block_Source>PIDT_condenser</Block_Source> 1443 <Port_Source>Output</Port_Source> 1444 <Block_Target>heat_flow_2</Block_Target> 1445 <Port_Target>HeatFlowFraction</Port_Target> 1446 </Line> 1447 <Line> 1185 1448 <Line_Name>1</Line_Name> 1186 <X1> 103</X1>1187 <Y1> 140.768</Y1>1188 <X2> 286</X2>1189 <Y2> 371.025</Y2>1449 <X1>68</X1> 1450 <Y1>589.768</Y1> 1451 <X2>135</X2> 1452 <Y2>675.025</Y2> 1190 1453 <Block_Source>feed</Block_Source> 1191 1454 <Port_Source>Outlet</Port_Source> … … 1195 1458 <Line> 1196 1459 <Line_Name>2</Line_Name> 1197 <X1> 662</X1>1198 <Y1>5 55.4</Y1>1199 <X2> 526</X2>1200 <Y2> 525.115</Y2>1201 <Block_Source> heat_flow_1</Block_Source>1202 <Port_Source>Heat Flow</Port_Source>1203 <Block_Target> ReactiveDistillation_1</Block_Target>1204 <Port_Target>Heat ToReboiler</Port_Target>1460 <X1>375.5</X1> 1461 <Y1>514.645</Y1> 1462 <X2>431</X2> 1463 <Y2>346.4</Y2> 1464 <Block_Source>ReactiveDistillation_1</Block_Source> 1465 <Port_Source>HeatToCondenser</Port_Source> 1466 <Block_Target>heat_flow_2</Block_Target> 1467 <Port_Target>HeatFlow</Port_Target> 1205 1468 </Line> 1206 1469 <Line> 1207 1470 <Line_Name>3</Line_Name> 1208 <X1> 672</X1>1209 <Y1> 201.4</Y1>1210 <X2> 526</X2>1211 <Y2> 188.55</Y2>1212 <Block_Source> heat_flow_2</Block_Source>1213 <Port_Source>Heat Flow</Port_Source>1214 <Block_Target> ReactiveDistillation_1</Block_Target>1215 <Port_Target>Heat ToCondenser</Port_Target>1471 <X1>375.5</X1> 1472 <Y1>848.77</Y1> 1473 <X2>467</X2> 1474 <Y2>826.4</Y2> 1475 <Block_Source>ReactiveDistillation_1</Block_Source> 1476 <Port_Source>HeatToReboiler</Port_Source> 1477 <Block_Target>heat_flow_1</Block_Target> 1478 <Port_Target>HeatFlow</Port_Target> 1216 1479 </Line> 1217 1480 <Line> 1218 <Line_Name>5</Line_Name> 1219 <X1>814.88</X1> 1220 <Y1>141</Y1> 1221 <X2>723</X2> 1222 <Y2>240</Y2> 1223 <Block_Source>PIDT_condenser</Block_Source> 1481 <Line_Name>8</Line_Name> 1482 <X1>375.5</X1> 1483 <Y1>777.49</Y1> 1484 <X2>632</X2> 1485 <Y2>650.5</Y2> 1486 <Block_Source>ReactiveDistillation_1</Block_Source> 1487 <Port_Source>TRI</Port_Source> 1488 <Block_Target>PIDT_reboiler</Block_Target> 1489 <Port_Target>Input</Port_Target> 1490 </Line> 1491 <Line> 1492 <Line_Name>6</Line_Name> 1493 <X1>532</X1> 1494 <Y1>988.011</Y1> 1495 <X2>848</X2> 1496 <Y2>959.924</Y2> 1497 <Block_Source>valve_flow_1</Block_Source> 1498 <Port_Source>Outlet</Port_Source> 1499 <Block_Target>simple_sink_1</Block_Target> 1500 <Port_Target>Inlet</Port_Target> 1501 </Line> 1502 <Line> 1503 <Line_Name>9</Line_Name> 1504 <X1>272.085</X1> 1505 <Y1>875.5</Y1> 1506 <X2>480</X2> 1507 <Y2>988.011</Y2> 1508 <Block_Source>ReactiveDistillation_1</Block_Source> 1509 <Port_Source>BottomProduct</Port_Source> 1510 <Block_Target>valve_flow_1</Block_Target> 1511 <Port_Target>Inlet</Port_Target> 1512 </Line> 1513 <Line> 1514 <Line_Name>10</Line_Name> 1515 <X1>877.5</X1> 1516 <Y1>827</Y1> 1517 <X2>506</X2> 1518 <Y2>954.5</Y2> 1519 <Block_Source>PIDL_reboiler</Block_Source> 1224 1520 <Port_Source>Output</Port_Source> 1225 <Block_Target>heat_flow_2</Block_Target> 1226 <Port_Target>HeatFlowFraction</Port_Target> 1521 <Block_Target>valve_flow_1</Block_Target> 1522 <Port_Target>FlowFraction</Port_Target> 1523 </Line> 1524 <Line> 1525 <Line_Name>11</Line_Name> 1526 <X1>375.5</X1> 1527 <Y1>808.675</Y1> 1528 <X2>837</X2> 1529 <Y2>784.5</Y2> 1530 <Block_Source>ReactiveDistillation_1</Block_Source> 1531 <Port_Source>LRI</Port_Source> 1532 <Block_Target>PIDL_reboiler</Block_Target> 1533 <Port_Target>Input</Port_Target> 1534 </Line> 1535 <Line> 1536 <Line_Name>12</Line_Name> 1537 <X1>375.5</X1> 1538 <Y1>452.275</Y1> 1539 <X2>662</X2> 1540 <Y2>410</Y2> 1541 <Block_Source>ReactiveDistillation_1</Block_Source> 1542 <Port_Source>TCI</Port_Source> 1543 <Block_Target>PIDT_condenser</Block_Target> 1544 <Port_Target>Input</Port_Target> 1545 </Line> 1546 <Line> 1547 <Line_Name>14</Line_Name> 1548 <X1>375.5</X1> 1549 <Y1>474.55</Y1> 1550 <X2>818</X2> 1551 <Y2>319</Y2> 1552 <Block_Source>ReactiveDistillation_1</Block_Source> 1553 <Port_Source>LCI</Port_Source> 1554 <Block_Target>PIDL_condenser</Block_Target> 1555 <Port_Target>Input</Port_Target> 1556 </Line> 1557 <Line> 1558 <Line_Name>7</Line_Name> 1559 <X1>272.085</X1> 1560 <Y1>430</Y1> 1561 <X2>428</X2> 1562 <Y2>232.924</Y2> 1563 <Block_Source>ReactiveDistillation_1</Block_Source> 1564 <Port_Source>VapourDistillate</Port_Source> 1565 <Block_Target>simple_sink_2</Block_Target> 1566 <Port_Target>Inlet</Port_Target> 1567 </Line> 1568 <Line> 1569 <Line_Name>13</Line_Name> 1570 <X1>375.5</X1> 1571 <Y1>603.745</Y1> 1572 <X2>877</X2> 1573 <Y2>567</Y2> 1574 <Block_Source>ReactiveDistillation_1</Block_Source> 1575 <Port_Source>LiquidDistillate</Port_Source> 1576 <Block_Target>valve_flow_2</Block_Target> 1577 <Port_Target>Inlet</Port_Target> 1578 </Line> 1579 <Line> 1580 <Line_Name>15</Line_Name> 1581 <X1>859.58</X1> 1582 <Y1>357</Y1> 1583 <X2>900</X2> 1584 <Y2>532</Y2> 1585 <Block_Source>PIDL_condenser</Block_Source> 1586 <Port_Source>Output</Port_Source> 1587 <Block_Target>valve_flow_2</Block_Target> 1588 <Port_Target>FlowFraction</Port_Target> 1227 1589 </Line> 1228 1590 </Diagram>
Note: See TracChangeset
for help on using the changeset viewer.