Changeset 826 for branches/gui


Ignore:
Timestamp:
Aug 12, 2009, 4:11:21 PM (14 years ago)
Author:
mamuller
Message:

Removed variable Pdrop

File:
1 edited

Legend:

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

    r825 r826  
    574574        Level           as length               (Brief="liquid height", Protected=true);
    575575        Across          as area                 (Brief="Vessel cylinder shell Cross section area", Hidden=true, Symbol="A_{cross}");
    576         Pdrop           as press_delta  (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true);
     576        #Pdrop          as press_delta  (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true);
    577577
    578578        Peq             as pressure             (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="P_{eq}");
     
    684684        OutletLiquid.P = Peq + Pstatic;
    685685
    686 "Pressure Drop"
     686#*"Pressure Drop"
    687687        Pdrop = min([InletLiquid.P,InletVapour.P]) - OutletLiquid.P;
    688688        #OutletLiquid.P  = InletLiquid.P - Pdrop;
     689*#
    689690
    690691"Geometry Constraint"
Note: See TracChangeset for help on using the changeset viewer.