- Timestamp:
- Feb 15, 2010, 6:25:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/streams.mso
r902 r903 38 38 T as temperature (Brief = "Stream Temperature"); 39 39 P as pressure (Brief = "Stream Pressure"); 40 h as enth_mol (Brief = "Stream Enthalpy" );40 h as enth_mol (Brief = "Stream Enthalpy", Protected = true); 41 41 v as fraction (Brief = "Vapourization fraction"); 42 42 z(NComp) as fraction (Brief = "Stream Molar Fraction"); … … 130 130 131 131 VARIABLES 132 s as entr_mol (Brief = "Stream Entropy" );132 s as entr_mol (Brief = "Stream Entropy", Protected = true); 133 133 134 134 EQUATIONS
Note: See TracChangeset
for help on using the changeset viewer.