Changeset 821 for branches/gui/eml/stage_separators/reboiler.mso
- Timestamp:
- Aug 10, 2009, 10:28:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/reboiler.mso
r808 r821 395 395 == INITIAL CONDITIONS == 396 396 * Initial_Temperature : the reboiler temperature (OutletLiquid.T); 397 * Initial_Level : the reboiler liquid level (Level);397 * Levelpercent_Initial : the reboiler liquid level in percent (LI); 398 398 * Initial_Composition : (NoComps) OutletLiquid compositions. 399 399 "; … … 405 405 V as volume (Brief="Total volume of reboiler"); 406 406 407 Initial_Level as length (Brief="Initial Level of liquid phase");407 Levelpercent_Initial as positive (Brief="Initial liquid height in Percent", Default = 0.70); 408 408 Initial_Temperature as temperature (Brief="Initial Temperature of Reboiler"); 409 409 Initial_Composition(NComp) as positive (Brief="Initial Liquid Composition",Lower=1E-6); … … 432 432 INITIAL 433 433 434 "Initial Level"435 L evel = Initial_Level;434 "Initial level Percent" 435 LI = Levelpercent_Initial; 436 436 437 437 "Initial Temperature"
Note: See TracChangeset
for help on using the changeset viewer.