Changeset 964 for trunk/sample/water_steam/sample_rankine.mso
- Timestamp:
- Apr 16, 2016, 1:57:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/water_steam/sample_rankine.mso
r315 r964 26 26 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 … … 33 33 Bomba1 as Bomba; 34 34 GV as Gerador_Vapor_Simples; 35 GE as Gerador_Eletrico ;35 GE as Gerador_Eletrico_Simples; 36 36 37 37 CONNECTIONS … … 52 52 53 53 SET 54 Bomba1.v_esp = 1.01e-3* 'm^3/kg';55 54 GE.EF_GE = 0.97; 56 55 … … 90 89 TR_AP2 as Trocador; 91 90 GV as Gerador_Vapor; 92 GE as Gerador_Eletrico ;91 GE as Gerador_Eletrico_Simples; 93 92 F_RA as Corrente; 94 93 95 94 PARAMETERS 96 propterm as Plugin(Brief="Steam tables", Type="water", File="propterm");95 PP2 as Plugin(Brief="Steam tables", Type="water"); 97 96 98 97 CONNECTIONS … … 114 113 F_RA.T = GV.Fout_ra.T-180*'K'; 115 114 F_RA.P = GV.Fout_ra.P+1*'MPa'; 116 [F_RA.S,F_RA.H] = propterm.propPTv(F_RA.P,F_RA.T);115 [F_RA.S,F_RA.H] = PP2.propPTv(F_RA.P,F_RA.T); 117 116 118 117 # GV.Fin_a.P = GV.Fout_sa.P; … … 134 133 135 134 SET 136 BBP.v_esp = 1.01e-3*'m^3/kg';137 135 GE.EF_GE = 0.97; 138 136
Note: See TracChangeset
for help on using the changeset viewer.