Changeset 176 for branches/newlanguage/eml/stage_separators/tray.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/tray.mso
r124 r176 197 197 rhoL as dens_mass; 198 198 rhoV as dens_mass; 199 r as reaction_mol (Brief = "Reaction rate", Unit = "mol/l/s");199 r as reaction_mol (Brief = "Reaction rate", Unit = 'mol/l/s'); 200 200 C(NComp) as conc_mol (Brief = "Molar concentration", Lower = -1); #, Unit = "mol/l"); 201 201 … … 248 248 if Level > (beta * hw) then 249 249 "Francis Equation" 250 OutletL.F = (1.84 *"1/s"*lw*((Level-(beta*hw))/(beta))^2/vL);250 OutletL.F = (1.84/'s'*lw*((Level-(beta*hw))/(beta))^2/vL); 251 251 else 252 252 "Low level" 253 OutletL.F = 0 * "mol/h";253 OutletL.F = 0 * 'mol/h'; 254 254 end 255 255 256 256 257 257 "Pressure Drop through the tray" 258 OutletV.F = (1 + tanh(1 * (OutletV.P - Pstartup)/ "Pa"))/2 *259 Ah/vV * sqrt(2*(OutletV.P - InletL.P + 1e-8 * "atm") / (alfa*rhoV) );258 OutletV.F = (1 + tanh(1 * (OutletV.P - Pstartup)/'Pa'))/2 * 259 Ah/vV * sqrt(2*(OutletV.P - InletL.P + 1e-8 * 'atm') / (alfa*rhoV) ); 260 260 261 261
Note: See TracChangeset
for help on using the changeset viewer.