Changeset 574 for branches/gui/sample/optimization
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/optimization/ammonia.mso
r313 r574 94 94 Outlet.F = Inlet.F * (1 - sum(Outletz)); 95 95 96 for i in [1:NComp] 96 for i in [1:NComp] do 97 97 "Component Molar Balance" 98 98 Outletz(i) = Inlet.z(i) + sum(stoic(i,:)*X*Inlet.z(comp)); … … 169 169 170 170 F102.OutletV.P = 10 * 'atm'; 171 F102.InletQ .Q= 0 * 'kJ/h';171 F102.InletQ = 0 * 'kJ/h'; 172 172 173 173 # We can choose between one of the following specs
Note: See TracChangeset
for help on using the changeset viewer.