Changeset 768 for branches/gui/eml/stage_separators/reboiler.mso
- Timestamp:
- Jun 17, 2009, 6:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/reboiler.mso
r767 r768 385 385 out PCI as control_signal (Brief="Pressure Indicator of Reboiler", Protected = true, PosX=1, PosY=0.10); 386 386 387 M(NComp) as mol (Brief="Molar Holdup in the tray"); 388 ML as mol (Brief="Molar liquid holdup"); 389 MV as mol (Brief="Molar vapour holdup"); 390 E as energy (Brief="Total Energy Holdup on tray"); 391 vL as volume_mol (Brief="Liquid Molar Volume"); 392 vV as volume_mol (Brief="Vapour Molar volume"); 393 rhoV as dens_mass (Brief="Vapour Density"); 394 Level as length (Brief="Level of liquid phase"); 387 M(NComp) as mol (Brief="Molar Holdup in the tray", Protected = true); 388 ML as mol (Brief="Molar liquid holdup", Protected = true); 389 MV as mol (Brief="Molar vapour holdup", Protected = true); 390 E as energy (Brief="Total Energy Holdup on tray", Protected = true); 391 vL as volume_mol (Brief="Liquid Molar Volume", Protected = true); 392 vV as volume_mol (Brief="Vapour Molar volume", Protected = true); 393 rhoV as dens_mass (Brief="Vapour Density", Protected = true); 394 Level as length (Brief="Level of liquid phase", Protected = true); 395 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); 395 396 396 397 INITIAL … … 437 438 OutletLiquid.T = OutletVapour.T; 438 439 440 "Pressure Drop" 441 OutletLiquid.P = InletLiquid.P - Pdrop; 442 439 443 "Geometry Constraint" 440 444 V = ML*vL + MV*vV;
Note: See TracChangeset
for help on using the changeset viewer.