Changeset 825 for branches/gui


Ignore:
Timestamp:
Aug 12, 2009, 10:43:17 AM (14 years ago)
Author:
mamuller
Message:

fixed unit symbol and display unit for the new pressure variables.

Location:
branches/gui/eml/stage_separators
Files:
2 edited

Legend:

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

    r824 r825  
    111111        Pdrop           as press_delta  (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true);
    112112
    113         Peq                     as pressure             (Brief="Equilibrium pressure on the liquid surface", Protected=true, #*DisplayUnit = 'kPa',*# Symbol="\Delta P_ª{eq}");
    114         Pstatic         as pressure             (Brief="Static head at the bottom of the tank", Protected = true, #*DisplayUnit = 'kPa',*# Symbol="P_{static}^{Liquid}");
     113        Peq             as pressure             (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="\Delta P_{eq}");
     114        Pstatic         as pressure             (Brief="Static head at the bottom of the tank", Protected = true, Symbol="P_{static}^{Liquid}");
    115115
    116116out     TI as control_signal    (Brief="Temperature Indicator", PosX=1, PosY=0.39, Protected=true);
  • branches/gui/eml/stage_separators/tank.mso

    r822 r825  
    576576        Pdrop           as press_delta  (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true);
    577577
    578         Peq                     as pressure             (Brief="Equilibrium pressure on the liquid surface", Protected=true, DisplayUnit = 'kPa', Symbol="P_{eq}");
    579         Pstatic         as pressure             (Brief="Static head at the bottom of the tank", Protected = true, DisplayUnit = 'kPa', Symbol="P_{static}^{Liquid}");
     578        Peq             as pressure             (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="P_{eq}");
     579        Pstatic         as pressure             (Brief="Static head at the bottom of the tank", Protected = true, Symbol="P_{static}^{Liquid}");
    580580
    581581out     LI as control_signal    (Brief="Level Indicator", PosX=1, PosY=0.7, Protected=true);
Note: See TracChangeset for help on using the changeset viewer.