Changeset 501 for trunk/eml/streams.mso
- Timestamp:
- Apr 14, 2008, 5:06:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/streams.mso
r352 r501 171 171 Fw as flow_mass (Brief = "Stream Mass Flow"); 172 172 Fvol as flow_vol (Brief = "Volumetric Flow"); 173 T_Cdeg as temperature (Brief = "Temperature in °C", Lower=-200); 173 174 174 175 EQUATIONS … … 220 221 221 222 "Mass Fraction" 222 zmass = M*Outlet.z / Mw; 223 zmass = M*Outlet.z / Mw; 224 225 "Temperature in °C" 226 T_Cdeg = Outlet.T - 273.15 * 'K'; 223 227 224 228 end … … 320 324 Fvol as flow_vol (Brief = "Volumetric Flow"); 321 325 s as entr_mol (Brief = "Stream Entropy"); 326 T_Cdeg as temperature (Brief = "Temperature in °C", Lower=-200); 322 327 323 328 EQUATIONS … … 356 361 s = (1-v)*PP.LiquidEntropy(Inlet.T, Inlet.P, x) + 357 362 v*PP.VapourEntropy(Inlet.T, Inlet.P, y); 363 364 "Temperature in °C" 365 T_Cdeg = Inlet.T - 273.15 * 'K'; 366 358 367 end 359 368
Note: See TracChangeset
for help on using the changeset viewer.