Changeset 963 for branches/gui/sample/water_steam/sample_power_plant.mso
- Timestamp:
- Apr 16, 2016, 1:56:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/water_steam/sample_power_plant.mso
r315 r963 26 26 FlowSheet USINA 27 27 PARAMETERS 28 propterm as Plugin(Brief="Steam tables", Type="water", File="propterm");28 PP2 as Plugin(Brief="Steam tables", Type="water"); 29 29 30 30 DEVICES … … 46 46 BAP as Bomba; 47 47 GV as Gerador_Vapor; 48 GE as Gerador_Eletrico ;48 GE as Gerador_Eletrico_Simples; 49 49 TR_AP2 as Trocador; 50 50 TR_AP1 as Trocador; … … 81 81 RAP2.Fout to RAP1.Fin2; 82 82 RAP1.Fout to TANQUE.Fin2; 83 COND.Q_COND to TORRE.Qin; 83 84 84 85 VARIABLES … … 91 92 EQUATIONS 92 93 "Trocadores de Calor" 93 COND.Q_COND = TORRE.Q;94 94 RBP1.Q_COND = TR_BP1.Q; 95 95 RBP2.Q_COND = TR_BP2.Q; … … 119 119 120 120 SET 121 BBP.v_esp = 1.01e-3*'m^3/kg';122 BAP.v_esp = 1.01e-3*'m^3/kg';123 121 GE.EF_GE = 0.96; 124 122 TORRE.cpa = 4.186e-3*'MJ/kg/K'; … … 210 208 211 209 PARAMETERS 212 propterm as Plugin(Brief="Steam tables", Type="water", File="propterm");210 PP2 as Plugin(Brief="Steam tables", Type="water"); 213 211 214 212 CONNECTIONS … … 217 215 218 216 EQUATIONS 219 [FEED.S,FEED.H] = propterm.propPTl(FEED.P,FEED.T);217 [FEED.S,FEED.H] = PP2.propPTl(FEED.P,FEED.T); 220 218 GV.Feco.F = GV.Fin_a.F; 221 219 GV.Fin_ra.T = GV.Fout_ra.T-180*'K'; 222 220 GV.Fin_ra.P = GV.Fout_ra.P+1*'MPa'; 223 [GV.Fin_ra.S,GV.Fin_ra.H] = propterm.propPTv(GV.Fin_ra.P,GV.Fin_ra.T);221 [GV.Fin_ra.S,GV.Fin_ra.H] = PP2.propPTv(GV.Fin_ra.P,GV.Fin_ra.T); 224 222 225 223 SPECIFY
Note: See TracChangeset
for help on using the changeset viewer.