Changeset 176 for branches/newlanguage/eml/stage_separators/reboiler.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/reboiler.mso
r125 r176 158 158 outer NComp as Integer; 159 159 DP as press_delta (Brief="Pressure Drop in the reboiler"); 160 k as Real (Brief = "Flow Constant", Unit= "mol/J");160 k as Real (Brief = "Flow Constant", Unit='mol/J'); 161 161 162 162 VARIABLES … … 180 180 181 181 "Fake output temperature" 182 OutletV.T = 300* "K";182 OutletV.T = 300*'K'; 183 183 184 184 "Pressure Drop through the reboiler" … … 217 217 startup as Real; 218 218 rhoV as dens_mass; 219 r as reaction_mol (Brief = "Reaction resulting ethyl acetate", Unit = "mol/l/s");219 r as reaction_mol (Brief = "Reaction resulting ethyl acetate", Unit = 'mol/l/s'); 220 220 C(NComp) as conc_mol (Brief = "Molar concentration", Lower = -1); 221 221
Note: See TracChangeset
for help on using the changeset viewer.