Last change
on this file since 931 was
896,
checked in by gerson bicca, 13 years ago
|
added special folder for unconventional applications
|
File size:
1.1 KB
|
Rev | Line | |
---|
[896] | 1 | #*---------------------------------------------- |
---|
| 2 | * FlowSheet generated automaticaly by EMSO-GUI |
---|
| 3 | *----------------------------------------------*# |
---|
| 4 | |
---|
| 5 | using "fogler/chap2/series_reactors"; |
---|
| 6 | |
---|
| 7 | FlowSheet series_reactors |
---|
| 8 | |
---|
| 9 | DEVICES |
---|
| 10 | reactor_source_1 as reactor_source; |
---|
| 11 | |
---|
| 12 | SET |
---|
| 13 | |
---|
| 14 | SPECIFY |
---|
| 15 | reactor_source_1.Outlet.F = 0.866541 * 'mol/s'; |
---|
| 16 | reactor_source_1.Outlet.X = 0; |
---|
| 17 | |
---|
| 18 | INITIAL |
---|
| 19 | |
---|
| 20 | GUESS |
---|
| 21 | |
---|
| 22 | DEVICES |
---|
| 23 | simple_cstr_1 as simple_cstr; |
---|
| 24 | |
---|
| 25 | SET |
---|
| 26 | |
---|
| 27 | SPECIFY |
---|
| 28 | simple_cstr_1.Outlet.X = 0.5; |
---|
| 29 | |
---|
| 30 | INITIAL |
---|
| 31 | |
---|
| 32 | GUESS |
---|
| 33 | |
---|
| 34 | DEVICES |
---|
| 35 | simple_pfr_d_1 as simple_pfr_d; |
---|
| 36 | |
---|
| 37 | SET |
---|
| 38 | |
---|
| 39 | SPECIFY |
---|
| 40 | simple_pfr_d_1.Outlet.X = 0.8; |
---|
| 41 | |
---|
| 42 | INITIAL |
---|
| 43 | |
---|
| 44 | GUESS |
---|
| 45 | |
---|
| 46 | DEVICES |
---|
| 47 | reactor_sink_1 as reactor_sink; |
---|
| 48 | |
---|
| 49 | SET |
---|
| 50 | |
---|
| 51 | SPECIFY |
---|
| 52 | |
---|
| 53 | INITIAL |
---|
| 54 | |
---|
| 55 | GUESS |
---|
| 56 | |
---|
| 57 | CONNECTIONS |
---|
| 58 | reactor_source_1.Outlet to simple_cstr_1.Inlet; |
---|
| 59 | simple_cstr_1.Outlet to simple_pfr_d_1.Inlet; |
---|
| 60 | simple_pfr_d_1.Outlet to reactor_sink_1.Inlet; |
---|
| 61 | |
---|
| 62 | OPTIONS |
---|
| 63 | Dynamic = false; |
---|
| 64 | Integration = "original"; |
---|
| 65 | NLASolver( |
---|
| 66 | File = "sundials", |
---|
| 67 | RelativeAccuracy = 1e-3, |
---|
| 68 | AbsoluteAccuracy = 1e-6, |
---|
| 69 | MaxIterations = 100 |
---|
| 70 | ); |
---|
| 71 | DAESolver( |
---|
| 72 | File = "", |
---|
| 73 | RelativeAccuracy = 1e-3, |
---|
| 74 | AbsoluteAccuracy = 1e-6, |
---|
| 75 | EventAccuracy = 1e-2 |
---|
| 76 | ); |
---|
| 77 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.