Changeset 640 for branches/gui/eml/stage_separators/columnTeste.mso
- Timestamp:
- Sep 29, 2008, 3:13:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/columnTeste.mso
r636 r640 93 93 TopComposition(NComp) as fraction (Brief = "Component Molar Fraction at Top"); 94 94 BottomComposition(NComp) as fraction (Brief = "Component Molar Fraction at Bottom"); 95 LevelFraction as fraction (Brief = "Level Fraction"); 95 96 96 97 V as volume (Brief="Total Volume of the tray",Hidden=true); … … 263 264 INITIAL 264 265 265 # The initial temperature of the trays266 266 for i in 1:NumberOfTrays do 267 267 268 268 "The initial temperature of the trays" 269 269 trays(i).OutletL.T = TopTemperature+(TbottomTemperature-TopTemperature)*((i-1)/(NumberOfTrays-1)); 270 271 "The initial Level of the trays" 272 trays(i).Level = LevelFraction*hw; 270 273 271 274 end
Note: See TracChangeset
for help on using the changeset viewer.