Changeset 1000
- Timestamp:
- Dec 22, 2016, 12:30:17 PM (6 years ago)
- Location:
- trunk/sample/stage_separators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/stage_separators/ColumnPacked_Diagram.mso
r996 r1000 195 195 RelativeAccuracy = 1e-3, 196 196 AbsoluteAccuracy = 1e-6, 197 MaxIterations = 100197 MaxIterations = 400 198 198 ); 199 199 DAESolver( 200 File = "dassl ",200 File = "dasslc", 201 201 RelativeAccuracy = 1e-3, 202 202 AbsoluteAccuracy = 1e-6, -
trunk/sample/stage_separators/Section_Column_Three_Inputs.mso
r911 r1000 113 113 PIDL_reboiler.derivTime = 0 * 's' ; 114 114 PIDL_reboiler.intTime = 20 * 's' ; 115 PIDL_reboiler.gain = 5;115 PIDL_reboiler.gain = 2 ; 116 116 PIDL_reboiler.gamma = 1 ; 117 117 PIDL_reboiler.tau = 1 * 's' ; … … 134 134 PIDL_condenser.derivTime = 0 * 's' ; 135 135 PIDL_condenser.intTime = 20 * 's' ; 136 PIDL_condenser.gain = 2 ; 136 PIDL_condenser.gain = 2 ; 137 137 PIDL_condenser.gamma = 1 ; 138 138 PIDL_condenser.tau = 1 * 's' ; … … 175 175 feed1.MolarComposition(2) = 0.6 ; 176 176 feed1.F = 612.4 * 'kmol/h' ; 177 feed1.T_Cdeg = 50 * 'K';177 feed1.T_Cdeg = 50; 178 178 feed1.P = 2068 * 'kPa' ; 179 PIDT_condenser.SetPoint = (273+ 45) ;179 PIDT_condenser.SetPoint = (273+30);#(273+45) ; 180 180 PIDT_reboiler.SetPoint = (58+273) ; 181 181 PIDL_reboiler.SetPoint = 0.5 ; … … 186 186 feed2.MolarComposition(2) = 0.6 ; 187 187 feed2.F = 6.4 * 'kmol/h' ; 188 feed2.T_Cdeg = 30 * 'K';188 feed2.T_Cdeg = 30; 189 189 feed2.P = 2018 * 'kPa' ; 190 190 feed3.MolarComposition(1) = 0.1 ; 191 191 feed3.MolarComposition(2) = 0.9 ; 192 192 feed3.F = 0.64 * 'kmol/h' ; 193 feed3.T_Cdeg = 30 * 'K';193 feed3.T_Cdeg = 30; 194 194 feed3.P = 2018 * 'kPa' ; 195 195 column_T1.VapourDrawOffFlow = 0 * 'kmol/h' ; … … 204 204 Dynamic = true; 205 205 TimeStep = 0.1; 206 TimeEnd = 1 2;206 TimeEnd = 1.5;#1.7; 207 207 TimeUnit = 'h'; 208 208 Integration = "original";
Note: See TracChangeset
for help on using the changeset viewer.