Changeset 519 for branches/rate/eml/stage_separators/tray.mso
- Timestamp:
- May 20, 2008, 11:54:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rate/eml/stage_separators/tray.mso
r517 r519 483 483 Pallete = false; 484 484 Icon = "icon/Tray"; 485 Brief = " Basic equations of a tray column model.";485 Brief = "Descrition of variables of the equilibrium interface."; 486 486 Info = 487 "This model contains only the main equations of a column tray nonequilibrium model without 488 the hidraulic equations."; 487 "This model contains only the variables of the equilibrium interface."; 489 488 490 489 PARAMETERS … … 568 567 "Component Molar Balance" 569 568 diff(M_liq)=Inlet.F*Inlet.z + InletL.F*InletL.z 570 - OutletL.F*OutletL.z + interf.NL ;569 - OutletL.F*OutletL.z + interf.NL*interf.x; 571 570 572 571 diff(M_vap)=InletFV.F*InletFV.z + InletV.F*InletV.z 573 - OutletV.F*OutletV.z - interf.NV ;572 - OutletV.F*OutletV.z - interf.NV*interf.y; 574 573 575 574 "Energy Balance"
Note: See TracChangeset
for help on using the changeset viewer.