Changeset 967 for branches/gui/eml/water_steam
- Timestamp:
- Apr 16, 2016, 2:19:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/water_steam/power_plant.mso
r963 r967 263 263 264 264 # Modelo de tanque de armazenamento com tres alimentacoes sem perdas 265 266 265 Model Tanque 267 268 PARAMETERS 269 270 outer PP2 as Plugin(Brief="Steam tables"); 271 272 273 274 VARIABLES 275 266 PARAMETERS 267 outer PP2 as Plugin(Brief="Steam tables"); 268 269 VARIABLES 276 270 in Fin1 as Corrente (Symbol="_{in1}"); 277 278 271 in Fin2 as Corrente (Symbol="_{in2}"); 279 280 272 in Fin3 as Corrente (Symbol="_{in3}"); 281 282 273 out Fout as Corrente (Symbol="_{out}"); 283 274 284 285 286 EQUATIONS 287 288 275 EQUATIONS 289 276 290 277 Fout.F = Fin1.F + Fin2.F + Fin3.F; 291 292 278 Fout.F * Fout.H = Fin1.F * Fin1.H + Fin2.F * Fin2.H + Fin3.F * Fin3.H; 293 279 294 295 296 280 [Fout.S,Fout.T] = PP2.propPH(Fout.P,Fout.H); 297 298 end 299 300 281 end 301 282 302 283 # Modelo de tanque de armazenamento com tres alimentacoes e perdas
Note: See TracChangeset
for help on using the changeset viewer.