Changeset 197 for branches/newlanguage/eml/heat_exchangers/HEX_Engine.mso
- Timestamp:
- Mar 8, 2007, 11:31:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/heat_exchangers/HEX_Engine.mso
r168 r197 14 14 * 15 15 *--------------------------------------------------------------------* 16 * Heat Exchangers Abstract Models 16 * Heat Exchangers Abstract Models for composition 17 17 *-------------------------------------------------------------------- 18 * Physical_Properties19 * Properties_In_Out : Inlet/Outlet Physical Properties20 * Properties_Average : Average Physical Properties21 * Properties_Wall : Physical Properties at Wall Temperature22 *--------------------------------------------------------------------23 * - Tube_Side_Main : Tube Side Main Variables for shell and tubes heat exchangers24 *----------------------------------------------------------------------25 * Tube_Pdrop : Tube Side Pressure Drop26 * Tube_Heat_Transfer : Tube Side Heat Transfer27 * Properties : Tube Side Physical Properties28 *----------------------------------------------------------------------29 * - Shell_Side_Main : Shell Side Main Variables for shell and tubes heat exchangers30 *----------------------------------------------------------------------31 * Shell_Pdrop : Shell Side Pressure Drop32 * Shell_Heat_Transfer : Shell Side Heat Transfer33 * Properties : Shell Side Physical Properties34 *----------------------------------------------------------------------35 * - Baffles_Main : Baffles Spacing36 *----------------------------------------------------------------------37 * - Main_Resistances : Thermal Resistances38 *----------------------------------------------------------------------39 * - Details_Main : Heat Exchanger Thermal Details40 *----------------------------------------------------------------------41 * - Main_Pdrop : Heat Exchanger Pressure Drop (Simplified)42 * Basic_Pdrop : Hot and Cold Side Pressure Drop43 *----------------------------------------------------------------------44 * - Main_DoublePipe : Double Pipe Heat Exchanger Block45 * DoublePipe_HeatTransfer46 * DoublePipe_PressureDrop47 * Properties48 *----------------------------------------------------------------------49 18 * Author: Gerson Balbueno Bicca 50 19 * $Id$ … … 57 26 ATTRIBUTES 58 27 Pallete = false; 59 Brief = " write some information";28 Brief = "Average physical properties of the streams."; 60 29 Info = 61 30 "write some information"; … … 76 45 ATTRIBUTES 77 46 Pallete = false; 78 Brief = " write some information";47 Brief = "Inlet and outlet physical properties of the streams."; 79 48 Info = 80 49 "write some information"; … … 93 62 ATTRIBUTES 94 63 Pallete = false; 95 Brief = " write some information";64 Brief = "Physical properties of the streams at wall temperature."; 96 65 Info = 97 66 "write some information"; … … 229 198 end 230 199 231 Model Main_Resistances232 233 ATTRIBUTES234 Pallete = false;235 Brief = "write some information";236 Info =237 "write some information";238 239 VARIABLES240 241 Rtube as positive (Brief="Tube Resistance",Unit='m^2*K/kW',Lower=1e-6);242 Rwall as positive (Brief="Wall Resistance",Unit='m^2*K/kW',Lower=1e-6);243 Rshell as positive (Brief="Shell Resistance",Unit='m^2*K/kW',Lower=1e-6);244 Rfi as positive (Brief="Inside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);245 Rfo as positive (Brief="Outside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);246 247 end248 249 200 Model NTU_Basic 250 201 251 202 ATTRIBUTES 252 203 Pallete = false; 253 Brief = " write some information";204 Brief = "Number of Units Transference Method."; 254 205 Info = 255 206 "write some information"; … … 272 223 ATTRIBUTES 273 224 Pallete = false; 274 Brief = " write some information";225 Brief = "Log Mean Temperature Difference Method."; 275 226 Info = 276 227 "write some information";
Note: See TracChangeset
for help on using the changeset viewer.