Changeset 617


Ignore:
Timestamp:
Sep 8, 2008, 11:46:11 AM (15 years ago)
Author:
gerson bicca
Message:

updated icon for column section

Location:
branches/gui
Files:
4 edited

Legend:

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

    r615 r617  
    4040#*----------------------------------------------------------------------
    4141* Model of a  column section with:
    42 *       - NTrays=number of trays.
     42*       - NumberOfTrays=number of trays.
    4343*
    4444*---------------------------------------------------------------------*#
     
    5151        Info            =
    5252"== Model of a column section containing ==
    53 * NTrays trays.
     53* NumberOfTrays trays.
    5454       
    5555== Specify ==
     
    6666
    6767PARAMETERS
    68         outer PP                                                        as Plugin       (Brief = "External Physical Properties", Type="PP");
    69         outer NComp                                     as Integer;
    70         #NumberOfTrays                                  as Integer      (Brief="Number of trays", Default=2);
    71         NTrays                                                          as Integer      (Brief="Number of trays", Default=2,Hidden=false);
    72         SpecialTrayIndex(NTrays)        as Integer      (Brief="Number of trays", Default=0,Hidden=true);
    73         FeedTray                                                        as Integer      (Brief="Number of Feed tray", Default=2);
    74         topdown                                                         as Integer      (Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1,Hidden=true);
    75         top                                                                     as Integer      (Brief="Number of top tray",Hidden=true);
    76         bot                                                                     as Integer      (Brief="Number of bottom tray",Hidden=true);
    77         g                                                                               as acceleration         (Default=9.81,Hidden=true);
    78         Mw(NComp)                                               as molweight    (Brief="Component Mol Weight");
     68        outer PP                                                                                as Plugin                       (Brief = "External Physical Properties", Type="PP");
     69        outer NComp                                                             as Integer;
     70        NumberOfTrays                                                           as Integer                      (Brief="Number of trays", Default=2);
     71        SpecialTrayIndex(NumberOfTrays)         as Integer                      (Brief="Number of trays", Default=0,Hidden=true);
     72        FeedTray                                                                                as Integer                      (Brief="Number of Feed tray", Default=2);
     73        topdown                                                                                 as Integer                      (Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1,Hidden=true);
     74        top                                                                                             as Integer                      (Brief="Number of top tray",Hidden=true);
     75        bot                                                                                             as Integer                      (Brief="Number of bottom tray",Hidden=true);
     76        g                                                                                                       as acceleration         (Brief="Gravity Acceleration",Default=9.81,Hidden=true);
     77        Mw(NComp)                                                                       as molweight    (Brief="Component Mol Weight");
    7978       
    8079        VapourFlowModel         as Switcher     (Valid = ["Reepmeyer", "Feehery_Fv", "Roffel_Fv", "Klingberg", "Wang_Fv", "Elgue"], Default = "Reepmeyer");
     
    9594        Np                              as Real                         (Brief="Number of liquid passes in the tray", Default=1);
    9695       
    97         VapourFlow                              as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
    98         LiquidFlow                              as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
     96        VapourFlow      as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
     97        LiquidFlow      as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
    9998
    10099SET
    101         #NTrays = NumberOfTrays ;
    102         top = (NTrays-1)*(1-topdown)/2+1;
    103         bot = NTrays/top;
     100        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     101        bot = NumberOfTrays/top;
    104102        SpecialTrayIndex(FeedTray) =1;
    105103        Mw = PP.MolecularWeight();
     
    107105
    108106VARIABLES
    109         in      Inlet           as stream                               (Brief="Feed stream", PosX=0, PosY=0.50);
    110         trays(NTrays) as trayTeste;
    111        
    112         in      Lin             as      stream          (Brief="Feed stream", PosX=0.75, PosY=0);
    113         in      Vin             as stream               (Brief="Feed stream", PosX=0.55, PosY=1);
    114        
    115         out     Lout            as liquid_stream                (Brief="Feed stream", PosX=0.75, PosY=1);
    116         out     Vout            as vapour_stream        (Brief="Feed stream", PosX=0.55, PosY=0);
     107        in      Inlet           as stream                               (Brief="Feed stream", PosX=0, PosY=0.55);
     108        trays(NumberOfTrays) as trayTeste;
     109       
     110        in      Lin             as      stream          (Brief="Feed stream", PosX=0.80, PosY=0);
     111        in      Vin             as stream               (Brief="Feed stream", PosX=0.30, PosY=1);
     112       
     113        out     Lout            as liquid_stream                (Brief="Feed stream", PosX=0.80, PosY=1);
     114        out     Vout            as vapour_stream        (Brief="Feed stream", PosX=0.30, PosY=0);
    117115       
    118116        LiquidConnector as stream       (Brief="Feed stream", PosX=0.75, PosY=1,Hidden=true);
     
    125123       
    126124        LiquidConnector to trays(1).InletL;
    127         VapourConnector to trays(NTrays).InletV;
     125        VapourConnector to trays(NumberOfTrays).InletV;
    128126       
    129127EQUATIONS
     
    143141        VapourConnector.h = Vin.h;
    144142       
    145         Lout.F= trays(NTrays).OutletL.F;
    146         Lout.T = trays(NTrays).OutletL.T;
    147         Lout.P = trays(NTrays).OutletL.P;
    148         Lout.z = trays(NTrays).OutletL.z;
     143        Lout.F= trays(NumberOfTrays).OutletL.F;
     144        Lout.T = trays(NumberOfTrays).OutletL.T;
     145        Lout.P = trays(NumberOfTrays).OutletL.P;
     146        Lout.z = trays(NumberOfTrays).OutletL.z;
    149147       
    150148        Vout.F= trays(1).OutletV.F;
     
    161159        Inlet.h = trays.Inlet.h;
    162160       
    163 for i in [1:NTrays] do
     161for i in [1:NumberOfTrays] do
    164162
    165163"Level of clear liquid over the weir"
     
    239237#*----------------------------------------------------------------------
    240238* Model of a  distillation column containing:
    241 *       - NTrays like tray;
     239*       - NumberOfTrays like tray;
    242240*       - a kettle reboiler;
    243241*       - dymamic condenser;
     
    277275        outer PP                        as Plugin               (Brief = "External Physical Properties", Type="PP");
    278276        outer NComp     as Integer;
    279         NTrays                          as Integer              (Brief="Number of trays", Default=2);
     277        NumberOfTrays                           as Integer              (Brief="Number of trays", Default=2);
    280278        topdown                         as Integer              (Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    281279        top                                     as Integer              (Brief="Number of top tray");
     
    284282       
    285283SET
    286         top = (NTrays-1)*(1-topdown)/2+1;
    287         bot = NTrays/top;
     284        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     285        bot = NumberOfTrays/top;
    288286       
    289287VARIABLES
    290         trays(NTrays)   as trayTeste;
     288        trays(NumberOfTrays)    as trayTeste;
    291289        cond                            as condenser;
    292290        reb                                     as reboiler;
     
    327325* Distillation Column model with:
    328326*
    329 *       - NTrays like tray;
     327*       - NumberOfTrays like tray;
    330328*       - a vessel in the bottom of column;
    331329*       - a splitter who separate the bottom product and the stream to reboiler;
     
    370368        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    371369        outer NComp as Integer;
    372         NTrays as Integer(Brief="Number of trays", Default=2);
     370        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    373371        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    374372        top as Integer(Brief="Number of top tray");
     
    377375
    378376        SET
    379         top = (NTrays-1)*(1-topdown)/2+1;
    380         bot = NTrays/top;
     377        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     378        bot = NumberOfTrays/top;
    381379       
    382380        VARIABLES
    383         trays(NTrays) as trayTeste;
     381        trays(NumberOfTrays) as trayTeste;
    384382        cond as condenserSteady;
    385383        reb as reboilerSteady;
     
    424422* Distillation Column model with:
    425423*
    426 *       - NTrays like tray;
     424*       - NumberOfTrays like tray;
    427425*       - a vessel in the bottom of column;
    428426*       - a splitter who separate the bottom product and the stream to reboiler;
     
    465463        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    466464        outer NComp as Integer;
    467         NTrays as Integer(Brief="Number of trays", Default=2);
     465        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    468466        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    469467        top as Integer(Brief="Number of top tray");
     
    472470
    473471        SET
    474         top = (NTrays-1)*(1-topdown)/2+1;
    475         bot = NTrays/top;
     472        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     473        bot = NumberOfTrays/top;
    476474       
    477475        VARIABLES
    478         trays(NTrays) as trayTeste;
     476        trays(NumberOfTrays) as trayTeste;
    479477        cond as condenser;
    480478        reb as reboilerSteady;
     
    516514* Distillation Column model with:
    517515*
    518 *       - NTrays like tray;
     516*       - NumberOfTrays like tray;
    519517*       - a kettle reboiler;
    520518*       - a steady state condenser with subcooling;
     
    557555        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    558556        outer NComp as Integer;
    559         NTrays as Integer(Brief="Number of trays", Default=2);
     557        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    560558        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    561559        top as Integer(Brief="Number of top tray");
     
    564562
    565563        SET
    566         top = (NTrays-1)*(1-topdown)/2+1;
    567         bot = NTrays/top;
     564        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     565        bot = NumberOfTrays/top;
    568566       
    569567        VARIABLES
    570         trays(NTrays) as trayTeste;
     568        trays(NumberOfTrays) as trayTeste;
    571569        cond as condenserSteady;
    572570        reb as reboiler;
     
    606604#*----------------------------------------------------------------------
    607605* Model of a  rectifier containing:
    608 *       - NTrays like tray;
     606*       - NumberOfTrays like tray;
    609607*       - dymamic condenser without subcooling;
    610608*       - a splitter which separate reflux and distillate;
     
    639637        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    640638        outer NComp as Integer;
    641         NTrays as Integer(Brief="Number of trays", Default=2);
     639        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    642640        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    643641        top as Integer(Brief="Number of top tray");
     
    646644
    647645        SET
    648         top = (NTrays-1)*(1-topdown)/2+1;
    649         bot = NTrays/top;
     646        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     647        bot = NumberOfTrays/top;
    650648       
    651649        VARIABLES
    652         trays(NTrays) as trayTeste;
     650        trays(NumberOfTrays) as trayTeste;
    653651        cond as condenser;
    654652        sptop as splitter;
     
    684682* Rectifier Column with:
    685683*
    686 *       - NTrays like tray;
     684*       - NumberOfTrays like tray;
    687685*       - a steady state condenser with subcooling;
    688686*       - a vessel drum (layed cilinder);
     
    720718        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    721719        outer NComp as Integer;
    722         NTrays as Integer(Brief="Number of trays", Default=2);
     720        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    723721        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    724722        top as Integer(Brief="Number of top tray");
     
    727725
    728726        SET
    729         top = (NTrays-1)*(1-topdown)/2+1;
    730         bot = NTrays/top;
     727        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     728        bot = NumberOfTrays/top;
    731729       
    732730        VARIABLES
    733         trays(NTrays) as trayTeste;
     731        trays(NumberOfTrays) as trayTeste;
    734732        cond as condenserSteady;
    735733        ttop as tank_cylindrical;
     
    766764#*----------------------------------------------------------------------
    767765* Model of a  Refluxed Stripping column containing:
    768 *       - NTrays like tray;
     766*       - NumberOfTrays like tray;
    769767*       - dymamic condenser without subcooling;
    770768*       - a splitter which separate reflux and distillate;
     
    799797        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    800798        outer NComp as Integer;
    801         NTrays as Integer(Brief="Number of trays", Default=2);
     799        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    802800        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    803801        top as Integer(Brief="Number of top tray");
     
    806804
    807805        SET
    808         top = (NTrays-1)*(1-topdown)/2+1;
    809         bot = NTrays/top;
     806        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     807        bot = NumberOfTrays/top;
    810808       
    811809        VARIABLES
    812         trays(NTrays) as trayTeste;
     810        trays(NumberOfTrays) as trayTeste;
    813811        cond as condenser;
    814812        sptop as splitter;
     
    844842* Refluxed Stripping Column with:
    845843*
    846 *       - NTrays like tray;
     844*       - NumberOfTrays like tray;
    847845*       - a steady state condenser (with subcooling);
    848846*       - a vessel drum (layed cilinder);
     
    880878        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    881879        outer NComp as Integer;
    882         NTrays as Integer(Brief="Number of trays", Default=2);
     880        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    883881        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    884882        top as Integer(Brief="Number of top tray");
     
    887885
    888886        SET
    889         top = (NTrays-1)*(1-topdown)/2+1;
    890         bot = NTrays/top;
     887        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     888        bot = NumberOfTrays/top;
    891889       
    892890        VARIABLES
    893         trays(NTrays) as trayTeste;
     891        trays(NumberOfTrays) as trayTeste;
    894892        cond as condenserSteady;
    895893        ttop as tank_cylindrical;
     
    926924#*----------------------------------------------------------------------
    927925* Model of a  Refluxed Absorption column containing:
    928 *       - NTrays like tray;
     926*       - NumberOfTrays like tray;
    929927*       - dymamic condenser without subcooling;
    930928*       - a splitter which separate reflux and distillate;
     
    959957        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    960958        outer NComp as Integer;
    961         NTrays as Integer(Brief="Number of trays", Default=2);
     959        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    962960        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    963961        top as Integer(Brief="Number of top tray");
     
    966964
    967965        SET
    968         top = (NTrays-1)*(1-topdown)/2+1;
    969         bot = NTrays/top;
     966        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     967        bot = NumberOfTrays/top;
    970968       
    971969        VARIABLES
    972         trays(NTrays) as trayTeste;
     970        trays(NumberOfTrays) as trayTeste;
    973971        cond as condenser;
    974972        sptop as splitter;
     
    10051003* Refluxed Absorption Column with:
    10061004*
    1007 *       - NTrays like tray;
     1005*       - NumberOfTrays like tray;
    10081006*       - a steady state condenser (with subcooling);
    10091007*       - a vessel drum (layed cilinder);
     
    10411039        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    10421040        outer NComp as Integer;
    1043         NTrays as Integer(Brief="Number of trays", Default=2);
     1041        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    10441042        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    10451043        top as Integer(Brief="Number of top tray");
     
    10481046
    10491047        SET
    1050         top = (NTrays-1)*(1-topdown)/2+1;
    1051         bot = NTrays/top;
     1048        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1049        bot = NumberOfTrays/top;
    10521050       
    10531051        VARIABLES
    1054         trays(NTrays) as trayTeste;
     1052        trays(NumberOfTrays) as trayTeste;
    10551053        cond as condenserSteady;
    10561054        ttop as tank_cylindrical;
     
    10881086* Reboiled Stripping Column model with:
    10891087*
    1090 *       - NTrays like tray;
     1088*       - NumberOfTrays like tray;
    10911089*       - a kettle reboiler;
    10921090*
     
    11191117        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    11201118        outer NComp as Integer;
    1121         NTrays as Integer(Brief="Number of trays", Default=2);
     1119        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    11221120        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    11231121        top as Integer(Brief="Number of top tray");
     
    11251123
    11261124        SET
    1127         top = (NTrays-1)*(1-topdown)/2+1;
    1128         bot = NTrays/top;
     1125        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1126        bot = NumberOfTrays/top;
    11291127       
    11301128        VARIABLES
    1131         trays(NTrays) as trayTeste;
     1129        trays(NumberOfTrays) as trayTeste;
    11321130        reb as reboiler;
    11331131
     
    11461144* Reboiled Stripping Column model with:
    11471145*
    1148 *       - NTrays like tray;
     1146*       - NumberOfTrays like tray;
    11491147*       - a vessel in the bottom of column;
    11501148*       - a splitter which separate the bottom product and the stream to reboiler;
     
    11801178        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    11811179        outer NComp as Integer;
    1182         NTrays as Integer(Brief="Number of trays", Default=2);
     1180        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    11831181        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    11841182        top as Integer(Brief="Number of top tray");
     
    11861184
    11871185        SET
    1188         top = (NTrays-1)*(1-topdown)/2+1;
    1189         bot = NTrays/top;
     1186        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1187        bot = NumberOfTrays/top;
    11901188       
    11911189        VARIABLES
    1192         trays(NTrays) as trayTeste;
     1190        trays(NumberOfTrays) as trayTeste;
    11931191        reb as reboilerSteady;
    11941192        spbottom as splitter;
     
    12111209* Reboiled Absorption Column model with:
    12121210*
    1213 *       - NTrays like tray;
     1211*       - NumberOfTrays like tray;
    12141212*       - a kettle reboiler;
    12151213*
     
    12421240        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    12431241        outer NComp as Integer;
    1244         NTrays as Integer(Brief="Number of trays", Default=2);
     1242        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    12451243        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    12461244        top as Integer(Brief="Number of top tray");
     
    12481246
    12491247        SET
    1250         top = (NTrays-1)*(1-topdown)/2+1;
    1251         bot = NTrays/top;
     1248        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1249        bot = NumberOfTrays/top;
    12521250       
    12531251        VARIABLES
    1254         trays(NTrays) as trayTeste;
     1252        trays(NumberOfTrays) as trayTeste;
    12551253        reb as reboiler;
    12561254
     
    12691267* Reboiled Absorption Column model with:
    12701268*
    1271 *       - NTrays like tray;
     1269*       - NumberOfTrays like tray;
    12721270*       - a vessel in the bottom of column;
    12731271*       - a splitter which separate the bottom product and the stream to reboiler;
     
    13031301        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    13041302        outer NComp as Integer;
    1305         NTrays as Integer(Brief="Number of trays", Default=2);
     1303        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    13061304        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    13071305        top as Integer(Brief="Number of top tray");
     
    13091307
    13101308        SET
    1311         top = (NTrays-1)*(1-topdown)/2+1;
    1312         bot = NTrays/top;
     1309        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1310        bot = NumberOfTrays/top;
    13131311       
    13141312        VARIABLES
    1315         trays(NTrays) as trayTeste;
     1313        trays(NumberOfTrays) as trayTeste;
    13161314        reb as reboilerSteady;
    13171315        spbottom as splitter;
     
    13671365        outer PP as Plugin(Type="PP");
    13681366        outer NComp as Integer;
    1369         NTrays as Integer(Brief="Number of trays", Default=2);
     1367        NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    13701368        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    13711369        top as Integer(Brief="Number of top tray");
     
    13761374       
    13771375        SET
    1378         top = (NTrays-1)*(1-topdown)/2+1;
    1379         bot = NTrays/top;
     1376        top = (NumberOfTrays-1)*(1-topdown)/2+1;
     1377        bot = NumberOfTrays/top;
    13801378       
    13811379        VARIABLES
    1382         trays(NTrays) as trayReactTeste;
     1380        trays(NumberOfTrays) as trayReactTeste;
    13831381        cond as condenserReact;
    13841382        reb as reboilerReact;
  • branches/gui/eml/stage_separators/icon/SectionColumn.svg

    r317 r617  
    33<svg
    44   xmlns:dc="http://purl.org/dc/elements/1.1/"
    5    xmlns:cc="http://web.resource.org/cc/"
     5   xmlns:cc="http://creativecommons.org/ns#"
    66   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    77   xmlns:svg="http://www.w3.org/2000/svg"
     
    1212   id="svg2064"
    1313   sodipodi:version="0.32"
    14    inkscape:version="0.44.1"
     14   inkscape:version="0.46"
    1515   width="210mm"
    1616   height="297mm"
    1717   sodipodi:docbase="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\EMSO\mso\trunk\eml\stage_separators\icon"
    1818   sodipodi:docname="SectionColumn.svg"
    19    inkscape:export-filename="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\Colunas\Distillation_thermosyphon_subcooling.png"
     19   inkscape:export-filename="D:\Apps\repositorio\branches\gui\eml\stage_separators\icon\SectionColumn.png"
    2020   inkscape:export-xdpi="90"
    21    inkscape:export-ydpi="90">
     21   inkscape:export-ydpi="90"
     22   inkscape:output_extension="org.inkscape.output.svg.inkscape">
    2223  <metadata
    2324     id="metadata2069">
     
    3334  <defs
    3435     id="defs2067">
     36    <marker
     37       inkscape:stockid="EmptyTriangleOutM"
     38       orient="auto"
     39       refY="0.0"
     40       refX="0.0"
     41       id="EmptyTriangleOutM"
     42       style="overflow:visible">
     43      <path
     44         id="path3485"
     45         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
     46         style="fill-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:1.0pt;marker-start:none"
     47         transform="scale(0.4) translate(-4.5,0)" />
     48    </marker>
     49    <marker
     50       inkscape:stockid="EmptyTriangleOutL"
     51       orient="auto"
     52       refY="0.0"
     53       refX="0.0"
     54       id="EmptyTriangleOutL"
     55       style="overflow:visible">
     56      <path
     57         id="path3482"
     58         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
     59         style="fill-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:1.0pt;marker-start:none"
     60         transform="scale(0.8) translate(-6,0)" />
     61    </marker>
     62    <inkscape:perspective
     63       sodipodi:type="inkscape:persp3d"
     64       inkscape:vp_x="0 : 526.18109 : 1"
     65       inkscape:vp_y="0 : 1000 : 0"
     66       inkscape:vp_z="744.09448 : 526.18109 : 1"
     67       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     68       id="perspective105" />
    3569    <linearGradient
    3670       id="linearGradient6760">
     
    349383       inkscape:collect="always"
    350384       xlink:href="#linearGradient6760"
    351        id="linearGradient27276"
    352        gradientUnits="userSpaceOnUse"
    353        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    354        x1="228.69115"
    355        y1="870.7868"
    356        x2="707.32397"
    357        y2="870.7868" />
    358     <linearGradient
    359        inkscape:collect="always"
    360        xlink:href="#linearGradient6760"
    361        id="linearGradient27279"
    362        gradientUnits="userSpaceOnUse"
    363        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    364        x1="228.69115"
    365        y1="870.7868"
    366        x2="707.32397"
    367        y2="870.7868" />
    368     <linearGradient
    369        inkscape:collect="always"
    370        xlink:href="#linearGradient6760"
    371385       id="linearGradient27282"
    372386       gradientUnits="userSpaceOnUse"
    373        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    374        x1="228.69115"
    375        y1="870.7868"
    376        x2="707.32397"
    377        y2="870.7868" />
    378     <linearGradient
    379        inkscape:collect="always"
    380        xlink:href="#linearGradient6760"
    381        id="linearGradient27285"
    382        gradientUnits="userSpaceOnUse"
    383        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    384        x1="228.69115"
    385        y1="870.7868"
    386        x2="707.32397"
    387        y2="870.7868" />
    388     <linearGradient
    389        inkscape:collect="always"
    390        xlink:href="#linearGradient6760"
    391        id="linearGradient27288"
    392        gradientUnits="userSpaceOnUse"
    393        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    394        x1="228.69115"
    395        y1="870.7868"
    396        x2="707.32397"
    397        y2="870.7868" />
    398     <linearGradient
    399        inkscape:collect="always"
    400        xlink:href="#linearGradient6760"
    401        id="linearGradient27291"
    402        gradientUnits="userSpaceOnUse"
    403        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     387       gradientTransform="matrix(0,-0.1754183,-3.8321791,0,3460.4847,425.3809)"
    404388       x1="228.69115"
    405389       y1="870.7868"
     
    411395       id="linearGradient27294"
    412396       gradientUnits="userSpaceOnUse"
    413        gradientTransform="matrix(1.541763,0,0,0.836391,1498.363,880.6507)"
     397       gradientTransform="matrix(2.127671,0,0,0.4681978,2059.8761,586.34087)"
    414398       x1="-913.33197"
    415399       y1="-468.00757"
     
    565549       x2="584.12329"
    566550       y2="532.36218" />
     551    <linearGradient
     552       inkscape:collect="always"
     553       xlink:href="#linearGradient6760"
     554       id="linearGradient2500"
     555       gradientUnits="userSpaceOnUse"
     556       gradientTransform="matrix(0.5769897,0,0,-1.1650523,23.714224,1338.7034)"
     557       x1="228.69115"
     558       y1="870.7868"
     559       x2="707.32397"
     560       y2="870.7868" />
     561    <linearGradient
     562       inkscape:collect="always"
     563       xlink:href="#linearGradient6760"
     564       id="linearGradient2512"
     565       gradientUnits="userSpaceOnUse"
     566       gradientTransform="matrix(0,-0.1754183,-3.8321791,0,3460.4847,425.3809)"
     567       x1="228.69115"
     568       y1="870.7868"
     569       x2="707.32397"
     570       y2="870.7868" />
     571    <linearGradient
     572       inkscape:collect="always"
     573       xlink:href="#linearGradient6760"
     574       id="linearGradient2514"
     575       gradientUnits="userSpaceOnUse"
     576       gradientTransform="matrix(0.5769897,0,0,-1.1650523,23.714224,1338.7034)"
     577       x1="228.69115"
     578       y1="870.7868"
     579       x2="707.32397"
     580       y2="870.7868" />
     581    <linearGradient
     582       inkscape:collect="always"
     583       xlink:href="#linearGradient6760"
     584       id="linearGradient2543"
     585       gradientUnits="userSpaceOnUse"
     586       gradientTransform="matrix(-1.6802868,0,0,-0.5928138,885.6138,747.65977)"
     587       x1="228.69115"
     588       y1="870.7868"
     589       x2="707.32397"
     590       y2="870.7868" />
     591    <linearGradient
     592       inkscape:collect="always"
     593       xlink:href="#linearGradient6760"
     594       id="linearGradient4621"
     595       gradientUnits="userSpaceOnUse"
     596       gradientTransform="matrix(-1.6802868,0,0,-0.5928138,885.97527,996.61238)"
     597       x1="228.69115"
     598       y1="870.7868"
     599       x2="707.32397"
     600       y2="870.7868" />
     601    <linearGradient
     602       inkscape:collect="always"
     603       xlink:href="#linearGradient6760"
     604       id="linearGradient4625"
     605       gradientUnits="userSpaceOnUse"
     606       gradientTransform="matrix(-1.6802868,0,0,0.5928138,984.72705,-261.38802)"
     607       x1="228.69115"
     608       y1="870.7868"
     609       x2="707.32397"
     610       y2="870.7868" />
     611    <linearGradient
     612       inkscape:collect="always"
     613       xlink:href="#linearGradient6760"
     614       id="linearGradient4629"
     615       gradientUnits="userSpaceOnUse"
     616       gradientTransform="matrix(-1.6802868,0,0,0.5928138,984.97642,-15.148098)"
     617       x1="228.69115"
     618       y1="870.7868"
     619       x2="707.32397"
     620       y2="870.7868" />
     621    <linearGradient
     622       inkscape:collect="always"
     623       xlink:href="#linearGradient6760"
     624       id="linearGradient4633"
     625       gradientUnits="userSpaceOnUse"
     626       gradientTransform="matrix(0,-2.502526,0.3980367,0,-228.82231,1465.7822)"
     627       x1="228.69115"
     628       y1="870.7868"
     629       x2="707.32397"
     630       y2="870.7868" />
    567631  </defs>
    568632  <sodipodi:namedview
    569633     inkscape:window-height="900"
    570      inkscape:window-width="1270"
     634     inkscape:window-width="1268"
    571635     inkscape:pageshadow="2"
    572636     inkscape:pageopacity="0.0"
     
    580644     showgrid="true"
    581645     showguides="true"
    582      inkscape:zoom="0.5"
    583      inkscape:cx="147.52716"
    584      inkscape:cy="301.80074"
    585      inkscape:window-x="0"
    586      inkscape:window-y="35"
     646     inkscape:zoom="2"
     647     inkscape:cx="238.80536"
     648     inkscape:cy="715.4133"
     649     inkscape:window-x="4"
     650     inkscape:window-y="97"
    587651     inkscape:current-layer="svg2064"
    588652     inkscape:guide-bbox="true" />
     
    592656     transform="matrix(0,-0.836391,-1.541763,0,1677.846,672.6111)" />
    593657  <rect
    594      ry="25.401123"
    595      y="290.96024"
    596      x="93.739868"
    597      height="396.50537"
    598      width="124.14894"
     658     ry="14.219123"
     659     y="256.24194"
     660     x="121.46141"
     661     height="221.95708"
     662     width="171.3286"
    599663     id="rect11493"
    600      style="fill:url(#linearGradient27294);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    601      rx="62.074471" />
     664     style="fill:url(#linearGradient27294);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.48693088;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     665     rx="0" />
     666  <g
     667     id="g2502"
     668     transform="matrix(0.9974927,0,0,1.4856103,0.496414,-112.0352)">
     669    <path
     670       id="path7820"
     671       d="M 273.85089,369.25046 L 136.27532,369.25045"
     672       style="fill:url(#linearGradient27282);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.52705622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     673    <path
     674       style="fill:url(#linearGradient2500);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.527035;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     675       d="M 273.99999,369.64986 L 274.00003,327.82451"
     676       id="path2498" />
     677  </g>
     678  <g
     679     id="g2506"
     680     transform="matrix(-0.922815,0,0,1.4856103,389.29908,-198.0149)">
     681    <path
     682       id="path2508"
     683       d="M 273.85089,369.25046 L 136.27532,369.25045"
     684       style="fill:url(#linearGradient2512);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.52705622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     685    <path
     686       style="fill:url(#linearGradient2514);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.527035;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     687       d="M 273.99999,369.64986 L 274.00003,327.82451"
     688       id="path2510" />
     689  </g>
    602690  <path
    603      id="path8726"
    604      d="M 215.97243,517.84296 L 160.62318,517.8429"
    605      style="fill:url(#linearGradient27291);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     691     id="path2520"
     692     d="M 156.7414,254.57613 L 156.74128,233.29413"
     693     style="fill:url(#linearGradient2543);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.0761857;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#EmptyTriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    606694  <path
    607      id="path8728"
    608      d="M 215.97243,419.48515 L 160.62318,419.48509"
    609      style="fill:url(#linearGradient27288);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     695     id="path4619"
     696     d="M 157.10283,503.52873 L 157.10271,482.24673"
     697     style="fill:url(#linearGradient4621);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.0761857;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#EmptyTriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    610698  <path
    611      id="path8732"
    612      d="M 151.46784,469.17225 L 96.118499,469.17233"
    613      style="fill:url(#linearGradient27285);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     699     id="path4623"
     700     d="M 255.85461,231.69563 L 255.85449,252.97763"
     701     style="fill:url(#linearGradient4625);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.0761857;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#EmptyTriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    614702  <path
    615      style="fill:url(#linearGradient27282);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    616      d="M 216.31496,613.02261 L 160.96553,613.0226"
    617      id="path7820" />
     703     id="path4627"
     704     d="M 256.10398,477.93553 L 256.10386,499.21754"
     705     style="fill:url(#linearGradient4629);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.0761857;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#EmptyTriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    618706  <path
    619      style="fill:url(#linearGradient27279);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    620      d="M 151.81039,564.3519 L 96.460924,564.35199"
    621      id="path8730" />
    622   <path
    623      style="fill:url(#linearGradient27276);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    624      d="M 151.46793,370.81444 L 96.118653,370.81452"
    625      id="path8734" />
    626   <path
    627      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    628      d="M 74.817193,506.9299 L 74.694006,516.93909 L 89.801433,512.06694 L 74.817193,506.9299 z "
    629      id="path20553" />
    630   <path
    631      sodipodi:nodetypes="cc"
    632      id="path4989"
    633      d="M 77.121358,511.90355 C 17.121338,511.9036 21.069022,511.9036 21.069022,511.9036"
    634      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    635   <path
    636      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    637      d="M 125.7364,700.22966 L 135.74611,700.29792 L 130.79112,685.21745 L 125.7364,700.22966 z "
    638      id="path1976" />
    639   <path
    640      sodipodi:nodetypes="cc"
    641      id="path1978"
    642      d="M 130.82233,696.39823 C 131.15166,756.39735 131.12999,752.44972 131.12999,752.44972"
    643      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    644   <path
    645      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    646      d="M 174.54317,735.83943 L 164.53517,735.64223 L 169.29547,750.78528 L 174.54317,735.83943 z "
    647      id="path1980" />
    648   <path
    649      sodipodi:nodetypes="cc"
    650      id="path1982"
    651      d="M 169.50019,744.17988 C 169.44459,684.17988 169.44826,688.12757 169.44826,688.12757"
    652      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    653   <path
    654      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    655      d="M 128.97804,238.86017 L 138.98775,238.92843 L 134.03276,223.84796 L 128.97804,238.86017 z "
    656      id="path2288" />
    657   <path
    658      sodipodi:nodetypes="cc"
    659      id="path2290"
    660      d="M 133.93897,235.54398 C 134.2683,295.5431 134.24663,291.59547 134.24663,291.59547"
    661      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    662   <path
    663      style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    664      d="M 177.49898,275.55755 L 167.49098,275.36035 L 172.25128,290.5034 L 177.49898,275.55755 z "
    665      id="path2292" />
    666   <path
    667      sodipodi:nodetypes="cc"
    668      id="path2294"
    669      d="M 172.74183,278.33325 C 172.68623,218.33325 172.6899,222.28094 172.6899,222.28094"
    670      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     707     id="path4631"
     708     d="M 104.24693,380.23996 L 118.53644,380.23978"
     709     style="fill:url(#linearGradient4633);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.0761857;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#EmptyTriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    671710</svg>
  • branches/gui/sample/stage_separators/sample_columnTeste.mso

    r615 r617  
    4848        NComp = PP.NumberOfComponents;
    4949        sec.FeedTray=1;
    50         sec.NTrays = 2;
     50        sec.NumberOfTrays = 2;
    5151        #COLUMN
    5252        sec.V = 4 * 'ft^3';
Note: See TracChangeset for help on using the changeset viewer.