Ignore:
Timestamp:
Jul 3, 2009, 6:29:17 PM (14 years ago)
Author:
gerson bicca
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/stage_separators/reboiler.mso

    r768 r784  
    143143        outer PP                        as Plugin                       (Brief = "External Physical Properties", Type="PP");
    144144        outer NComp     as Integer;
    145         DP                                      as press_delta  (Brief="Pressure Drop in the reboiler");
     145        Pdrop                                   as press_delta  (Brief="Pressure Drop in the reboiler");
    146146
    147147VARIABLES
    148148in      InletLiquid                     as stream                                       (Brief="Liquid inlet stream", PosX=0.3345, PosY=1, Symbol="_{inL}");
    149149out     OutletVapour    as vapour_stream                (Brief="Vapour outlet stream", PosX=0.3369, PosY=0, Symbol="_{outV}");
    150 in      InletQ                  as power                                        (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}");
    151         vV                              as volume_mol                   (Brief="Vapour Molar volume");
    152         rhoV                    as dens_mass                    (Brief="Vapour Density");
     150in      InletQ                  as power                                                        (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}");
     151        vV                              as volume_mol                           (Brief="Vapour Molar volume");
     152        rhoV                    as dens_mass                                    (Brief="Vapour Density");
    153153
    154154EQUATIONS
    155155
    156 "Molar Balance"
     156"Molar Flow Balance"
    157157        InletLiquid.F = OutletVapour.F;
     158
     159"Molar Composition Balance"
    158160        InletLiquid.z = OutletVapour.z;
    159161       
     
    167169        InletLiquid.F*InletLiquid.h + InletQ = OutletVapour.F*OutletVapour.h;
    168170       
    169 "Pressure"
    170         DP = InletLiquid.P - OutletVapour.P;
     171"Pressure Drop"
     172        OutletVapour.P = InletLiquid.P - Pdrop;
    171173
    172174end
Note: See TracChangeset for help on using the changeset viewer.