Ignore:
Timestamp:
Jul 25, 2008, 11:18:50 AM (15 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Updated the models to work with some language constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/optimization/ammonia.mso

    r313 r574  
    9494        Outlet.F = Inlet.F * (1 - sum(Outletz));
    9595       
    96         for i in [1:NComp]
     96        for i in [1:NComp] do
    9797                "Component Molar Balance"
    9898                Outletz(i) = Inlet.z(i) + sum(stoic(i,:)*X*Inlet.z(comp));
     
    169169       
    170170        F102.OutletV.P = 10 * 'atm';
    171         F102.InletQ.Q = 0 * 'kJ/h';
     171        F102.InletQ = 0 * 'kJ/h';
    172172       
    173173        # We can choose between one of the following specs
Note: See TracChangeset for help on using the changeset viewer.