Ignore:
Timestamp:
Apr 16, 2016, 1:57:07 PM (7 years ago)
Author:
Argimiro Resende Secchi
Message:

Update water_steam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/water_steam/sample_rankine.mso

    r315 r964  
    2626
    2727    PARAMETERS
    28     propterm as Plugin(Brief="Steam tables", Type="water", File="propterm");
     28    PP2 as Plugin(Brief="Steam tables", Type="water");
    2929
    3030    DEVICES
     
    3333        Bomba1  as Bomba;
    3434        GV              as Gerador_Vapor_Simples;
    35         GE              as Gerador_Eletrico;
     35        GE              as Gerador_Eletrico_Simples;
    3636
    3737        CONNECTIONS
     
    5252
    5353        SET
    54         Bomba1.v_esp = 1.01e-3* 'm^3/kg';
    5554        GE.EF_GE = 0.97;
    5655
     
    9089        TR_AP2  as Trocador;
    9190        GV              as Gerador_Vapor;
    92         GE              as Gerador_Eletrico;
     91        GE              as Gerador_Eletrico_Simples;
    9392        F_RA    as Corrente;
    9493
    9594    PARAMETERS
    96     propterm as Plugin(Brief="Steam tables", Type="water", File="propterm");
     95    PP2 as Plugin(Brief="Steam tables", Type="water");
    9796
    9897        CONNECTIONS
     
    114113        F_RA.T = GV.Fout_ra.T-180*'K';
    115114        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);
    117116
    118117#       GV.Fin_a.P = GV.Fout_sa.P;
     
    134133
    135134        SET
    136         BBP.v_esp = 1.01e-3*'m^3/kg';
    137135        GE.EF_GE = 0.97;
    138136
Note: See TracChangeset for help on using the changeset viewer.