Changeset 104 for mso/eml


Ignore:
Timestamp:
Jan 10, 2007, 3:29:53 PM (17 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Added missing index on vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mso/eml/heat_exchangers/DoublePipe.mso

    r100 r104  
    851851        else
    852852"Effectiveness in Cocurrent Flow"
    853         Eft = (1-exp(-Unity(i).Details.NTU*(1+Unity(i).Details.Cr)))/(1+Unity(i).Details.Cr);
     853        Eft(i) = (1-exp(-Unity(i).Details.NTU*(1+Unity(i).Details.Cr)))/(1+Unity(i).Details.Cr);
    854854
    855855end
Note: See TracChangeset for help on using the changeset viewer.