Changeset 262 for trunk/eml/stage_separators/batch_dist.mso
- Timestamp:
- Jun 15, 2007, 7:21:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/batch_dist.mso
r176 r262 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *-------------------------------------------------------------------16 * Model of a Batch Distillation (or Differential Distilation)17 *--------------------------------------------------------------------18 *19 * Streams:20 * * a liquid inlet stream21 * * a vapour outlet stream22 * * a inlet stream23 *24 * Assumptions:25 * * perfect mixing of both phases26 * * thermodynamics equilibrium27 * * no liquid entrainment in the vapour stream28 *29 * Specify:30 * * the inlet stream31 * * the liquid inlet stream32 * * the molar flow of the vapour outlet stream33 *34 * Initial:35 * * the distillator temperature (T)36 * * the distillator liquid level (Ll)37 * * (NoComps - 1) compositions in the distillator38 * or in the OutletV39 *40 *41 15 *---------------------------------------------------------------------- 42 16 * Author: Maurício Carvalho Maciel … … 46 20 47 21 Model Diff_Dist 22 ATTRIBUTES 23 Pallete = true; 24 Icon = "BatchDist"; 25 Brief = "Model of a Batch Distillation."; 26 Info = 27 "Assumptions: 28 * perfect mixing of both phases; 29 * thermodynamics equilibrium; 30 * no liquid entrainment in the vapour stream. 48 31 32 Specify: 33 * the inlet stream; 34 * the liquid inlet stream; 35 * the molar flow of the vapour outlet stream. 36 37 Initial Conditions: 38 * the distillator temperature (T); 39 * the distillator liquid level (Level); 40 * (NoComps - 1) compositions in the distillator or in the OutletV. 41 "; 42 49 43 PARAMETERS 50 44 outer PP as Plugin (Brief = "External Physical Properties", Type="PP");
Note: See TracChangeset
for help on using the changeset viewer.