Changeset 585 for branches/gui/eml/streams.mso
- Timestamp:
- Jul 28, 2008, 8:31:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/streams.mso
r584 r585 386 386 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 387 387 M(NComp) as molweight (Brief = "Component Mol Weight"); 388 Compos tionBasis as Switcher (Brief = "Molar or Mass Compostion", Valid = ["Molar", "Mass"], Default="Molar");388 CompositionBasis as Switcher (Brief = "Molar or Mass Composition", Valid = ["Molar", "Mass"], Default="Molar"); 389 389 ValidPhases as Switcher (Brief = "Valid Phases for Flash Calculation", Valid = ["Vapour-Only", "Liquid-Only","Vapour-Liquid"], Default="Vapour-Liquid"); 390 390 … … 418 418 EQUATIONS 419 419 420 switch Compos tionBasis420 switch CompositionBasis 421 421 422 422 case "Molar":
Note: See TracChangeset
for help on using the changeset viewer.