Changeset 585
- Timestamp:
- Jul 28, 2008, 8:31:29 PM (15 years ago)
- Location:
- branches/gui
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/pressure_changers/valve.mso
r567 r585 132 132 133 133 end 134 134 135 end 135 136 -
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": -
branches/gui/sample/heat_exchangers/DPHE_diagram.pfd
r579 r585 30 30 <View> 31 31 <Zoom_Level>1</Zoom_Level> 32 <Show_Grid> 0</Show_Grid>33 <Snap_to_Grid> 0</Snap_to_Grid>34 <Width>12 54</Width>35 <Height> 492</Height>32 <Show_Grid>1</Show_Grid> 33 <Snap_to_Grid>1</Snap_to_Grid> 34 <Width>1244</Width> 35 <Height>515</Height> 36 36 <X>0</X> 37 37 <Y>0</Y> … … 39 39 <View> 40 40 <Zoom_Level>1</Zoom_Level> 41 <Show_Grid> 0</Show_Grid>42 <Snap_to_Grid> 0</Snap_to_Grid>43 <Width>12 54</Width>41 <Show_Grid>1</Show_Grid> 42 <Snap_to_Grid>1</Snap_to_Grid> 43 <Width>1244</Width> 44 44 <Height>0</Height> 45 45 <X>0</X> … … 1476 1476 </Parameters> 1477 1477 <Parameters> 1478 <Desc>Compos tionBasis</Desc>1478 <Desc>CompositionBasis</Desc> 1479 1479 <Index>0</Index> 1480 1480 <Values>Molar</Values> … … 1614 1614 </Parameters> 1615 1615 <Parameters> 1616 <Desc>Compos tionBasis</Desc>1616 <Desc>CompositionBasis</Desc> 1617 1617 <Index>0</Index> 1618 1618 <Values>Molar</Values> 1619 <Status> 4</Status>1619 <Status>0</Status> 1620 1620 </Parameters> 1621 1621 <Parameters> -
branches/gui/sample/mixers_splitters/sample_mixer.mso
r578 r585 46 46 47 47 stream1.ValidPhases = "Vapour-Liquid"; 48 stream1.Compos tionBasis = "Molar";48 stream1.CompositionBasis = "Molar"; 49 49 50 50 stream2.ValidPhases = "Vapour-Liquid"; 51 stream2.Compos tionBasis = "Molar";51 stream2.CompositionBasis = "Molar"; 52 52 53 53 CONNECTIONS -
branches/gui/sample/mixers_splitters/sample_sepComp.mso
r578 r585 50 50 51 51 Stream.ValidPhases = "Vapour-Liquid"; 52 Stream.Compos tionBasis = "Molar";52 Stream.CompositionBasis = "Molar"; 53 53 54 54 SPECIFY … … 93 93 94 94 Stream.ValidPhases = "Vapour-Liquid"; 95 Stream.Compos tionBasis = "Molar";95 Stream.CompositionBasis = "Molar"; 96 96 97 97 SPECIFY -
branches/gui/sample/pressure_changers/sample_compressor.mso
r578 r585 48 48 49 49 S1.ValidPhases = "Liquid-Only"; 50 S1.Compos tionBasis = "Molar";50 S1.CompositionBasis = "Molar"; 51 51 52 52 SPECIFY -
branches/gui/sample/pressure_changers/sample_pump.mso
r578 r585 53 53 54 54 S1.ValidPhases = "Vapour-Liquid"; 55 S1.Compos tionBasis = "Molar";55 S1.CompositionBasis = "Molar"; 56 56 57 57 SPECIFY … … 85 85 86 86 s1.ValidPhases = "Vapour-Liquid"; 87 s1.Compos tionBasis = "Molar";87 s1.CompositionBasis = "Molar"; 88 88 89 89 -
branches/gui/sample/pressure_changers/sample_turbine.mso
r578 r585 49 49 50 50 S1.ValidPhases = "Vapour-Liquid"; 51 S1.Compos tionBasis = "Molar";51 S1.CompositionBasis = "Molar"; 52 52 53 53 SPECIFY -
branches/gui/sample/reactors/sample_cstr.mso
r578 r585 48 48 49 49 s1.ValidPhases = "Vapour-Liquid"; 50 s1.Compos tionBasis = "Molar";50 s1.CompositionBasis = "Molar"; 51 51 52 52 EQUATIONS -
branches/gui/sample/reactors/sample_pfr.mso
r578 r585 56 56 57 57 s1.ValidPhases = "Vapour-Liquid"; 58 s1.Compos tionBasis = "Molar";58 s1.CompositionBasis = "Molar"; 59 59 60 60 Reac.NDisc = 10;
Note: See TracChangeset
for help on using the changeset viewer.