Ignore:
Timestamp:
Apr 16, 2016, 2:19:22 PM (7 years ago)
Author:
Argimiro Resende Secchi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/water_steam/power_plant.mso

    r963 r967  
    263263
    264264# Modelo de tanque de armazenamento com tres alimentacoes sem perdas
    265 
    266265Model Tanque
    267 
    268         PARAMETERS
    269 
    270 outer PP2 as Plugin(Brief="Steam tables");
    271 
    272        
    273 
    274     VARIABLES
    275 
     266        PARAMETERS
     267outer PP2 as Plugin(Brief="Steam tables");
     268
     269    VARIABLES
    276270in      Fin1    as Corrente (Symbol="_{in1}");
    277 
    278271in      Fin2    as Corrente (Symbol="_{in2}");
    279 
    280272in      Fin3    as Corrente (Symbol="_{in3}");
    281 
    282273out     Fout    as Corrente (Symbol="_{out}");
    283274
    284 
    285 
    286         EQUATIONS
    287 
    288 
     275        EQUATIONS
    289276
    290277        Fout.F = Fin1.F + Fin2.F + Fin3.F;
    291 
    292278        Fout.F * Fout.H = Fin1.F * Fin1.H + Fin2.F * Fin2.H + Fin3.F * Fin3.H;
    293279
    294 
    295 
    296280        [Fout.S,Fout.T] = PP2.propPH(Fout.P,Fout.H);
    297 
    298 end
    299 
    300 
     281end
    301282
    302283# Modelo de tanque de armazenamento com tres alimentacoes e perdas
Note: See TracChangeset for help on using the changeset viewer.