Changeset 936 for branches/gui/template
- Timestamp:
- Jul 8, 2011, 1:34:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/template/flowsheet.mso
r299 r936 53 53 CONNECTIONS 54 54 STR101.Outlet to FLASH101.Inlet; 55 Q101.Outlet to FLASH101.Q;55 Q101.OutletQ to FLASH101.InletQ; 56 56 57 57 #* … … 64 64 STR101.Outlet.z = [0.2379, 0.3082, 0.09959, 0.35431]; 65 65 66 FLASH101.OutletV .F = 68.5 * 'kmol/h';67 FLASH101.OutletL .F = 400*sqrt(FLASH101.Level/'m') * 'kmol/h';68 FLASH101. Q = 1 * 'kJ/h';66 FLASH101.OutletVapour.F = 68.5 * 'kmol/h'; 67 FLASH101.OutletLiquid.F = 400*sqrt(FLASH101.Level/'m') * 'kmol/h'; 68 FLASH101.InletQ = 1 * 'kJ/h'; 69 69 70 70 #* … … 73 73 *# 74 74 SET 75 FLASH101. V = 2000 * 'm^3';76 FLASH101. orientation = "vertical";77 FLASH101. diameter = 1 * 'm';75 FLASH101.Lenght = 2 * 'm'; 76 FLASH101.Orientation = "vertical"; 77 FLASH101.Diameter = 1 * 'm'; 78 78 79 79 #* … … 82 82 *# 83 83 INITIAL 84 FLASH101.OutletL .T = 330 *'K';84 FLASH101.OutletLiquid.T = 330 *'K'; 85 85 FLASH101.Level = 1 * 'm'; 86 FLASH101.OutletL .z(1) = 0.1;87 FLASH101.OutletL .z(2) = 0.1;88 FLASH101.OutletL .z(3) = 0.1;86 FLASH101.OutletLiquid.z(1) = 0.1; 87 FLASH101.OutletLiquid.z(2) = 0.1; 88 FLASH101.OutletLiquid.z(3) = 0.1; 89 89 end 90 90 # The end keyword informs that the flowsheet declaration have ended.
Note: See TracChangeset
for help on using the changeset viewer.