Changeset 358
- Timestamp:
- Aug 31, 2007, 5:14:40 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/heater.mso
r352 r358 23 23 ATTRIBUTES 24 24 Pallete = false; 25 Brief = "Basic model for Heater or Cooler ";25 Brief = "Basic model for Heater or Cooler Operation"; 26 26 Info = 27 "Determines thermal and phase conditions of an outlet stream"; 27 "Determines thermal and phase conditions of an outlet stream. 28 "; 28 29 29 30 PARAMETERS … … 34 35 35 36 VARIABLES 36 QDuty as power (Brief = "Actual Duty" );37 Vfrac as fraction (Brief = "Vapor fraction Outlet Stream" );38 Lfrac as fraction (Brief = "Liquid fraction Outlet Stream" );39 Kvalue(NComp) as Real (Brief = "Phase Equilibrium K-values" );40 in Inlet(Ninlet ) as stream (Brief="Inlet Streams", PosX=0, PosY=0.4833, Symbol=" _{in}");41 out Outlet as streamPH (Brief="Outlet Stream", PosX=1, PosY=0.4782, Symbol=" _{out}");37 QDuty as power (Brief = "Actual Duty",Symbol="Q_{Duty}"); 38 Vfrac as fraction (Brief = "Vapor fraction Outlet Stream",Symbol="V_{frac}"); 39 Lfrac as fraction (Brief = "Liquid fraction Outlet Stream",Symbol="L_{frac}"); 40 Kvalue(NComp) as Real (Brief = "Phase Equilibrium K-values",Symbol="K_{value}"); 41 in Inlet(Ninlet ) as stream (Brief="Inlet Streams", PosX=0, PosY=0.4833, Symbol="^{in}"); 42 out Outlet as streamPH (Brief="Outlet Stream", PosX=1, PosY=0.4782, Symbol="^{out}"); 42 43 43 44 EQUATIONS … … 74 75 end 75 76 76 77 77 Model heater as heater_basic 78 78 … … 82 82 Brief = "Heater"; 83 83 Info = 84 "Determines thermal and phase conditions of an outlet stream"; 84 "Determines thermal and phase conditions of an outlet stream. 85 86 == Specify == 87 * The Inlet streams: Any Number 88 * Specify: 89 **The outlet temperature and the outlet pressure or 90 ** The outlet temperature and the inlet energy stream or 91 ** The outlet pressure and the inlet energy stream 92 "; 85 93 86 94 VARIABLES … … 99 107 Brief = "Cooler"; 100 108 Info = 101 "Determines thermal and phase conditions of an outlet stream"; 109 "Determines thermal and phase conditions of an outlet stream. 110 111 == Specify == 112 * The Inlet streams: Any Number 113 * Specify: 114 **The outlet temperature and the outlet pressure or 115 ** The outlet temperature and the inlet energy stream or 116 ** The outlet pressure and the inlet energy stream 117 "; 102 118 103 119 VARIABLES -
trunk/sample/heat_exchangers/Sample_Heater.mso
r326 r358 58 58 streamcold.Outlet.z = [0.5,0.5]; 59 59 60 #Heater.Outlet.T = 360*'K';60 #Heater.Outlet.T = 360*'K'; 61 61 Heater.Outlet.P = 0.999* 'atm'; 62 62 Heat.OutletQ.Q = 51* 'kW';
Note: See TracChangeset
for help on using the changeset viewer.