- Timestamp:
- Mar 7, 2007, 1:53:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/reactors/fogler/chap4/molarflow_pfr.mso
r171 r188 52 52 53 53 VARIABLES 54 F(NComp)as flow_mol (Brief="Molar flow", Unit='mol/min');55 C(NComp)as conc_mol (Brief="Molar concentration", Unit='mol/l');56 r(NComp)as reaction_mol (Brief="Reaction rate", Unit='mol/min/l');57 Fo(NComp) as flow_mol (Brief="Input molar flow of A", Unit='mol/min');58 Ft as flow_mol (Brief="Total molar flow", Unit='mol/min');59 Cto as conc_mol (Brief="Initial concentration", Unit='mol/l');60 V as volume (Brief="Reactor volume", Unit='l');54 F(NComp)as flow_mol (Brief="Molar flow", DisplayUnit='mol/min'); 55 C(NComp)as conc_mol (Brief="Molar concentration", DisplayUnit='mol/l'); 56 r(NComp)as reaction_mol (Brief="Reaction rate", DisplayUnit='mol/min/l'); 57 Fo(NComp) as flow_mol (Brief="Input molar flow of A", DisplayUnit='mol/min'); 58 Ft as flow_mol (Brief="Total molar flow", DisplayUnit='mol/min'); 59 Cto as conc_mol (Brief="Initial concentration", DisplayUnit='mol/l'); 60 V as volume (Brief="Reactor volume", DisplayUnit='l'); 61 61 62 62 EQUATIONS … … 99 99 100 100 OPTIONS 101 TimeStep=1; 102 TimeEnd=100; 103 DAESolver = "dassl"; 101 TimeStep = 1; 102 TimeEnd = 100; 104 103 end
Note: See TracChangeset
for help on using the changeset viewer.