Changeset 578 for branches/gui/sample/controllers
- Timestamp:
- Jul 25, 2008, 7:24:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/controllers/Sample_flash_pid.mso
r560 r578 123 123 EQUATIONS 124 124 #Feed stream 125 s1. Outlet.z= [0.3, 0.3, 0.4];126 s1. Outlet.P = 5 * 'atm';125 s1.Composition = [0.3, 0.3, 0.4]; 126 s1.P = 5 * 'atm'; 127 127 128 128 #Disturbance 129 129 if time < 0.5*'h' then 130 s1. Outlet.T = 338 * 'K';131 s1. Outlet.F = 496.3 * 'kmol/h';130 s1.T = 338 * 'K'; 131 s1.F = 496.3 * 'kmol/h'; 132 132 else 133 s1. Outlet.T = 360 * 'K';134 s1. Outlet.F = 450 * 'kmol/h';133 s1.T = 360 * 'K'; 134 s1.F = 450 * 'kmol/h'; 135 135 end 136 136
Note: See TracChangeset
for help on using the changeset viewer.