Changeset 372 for trunk/eml/heat_exchangers
- Timestamp:
- Sep 21, 2007, 7:17:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/heater.mso
r358 r372 39 39 Lfrac as fraction (Brief = "Liquid fraction Outlet Stream",Symbol="L_{frac}"); 40 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}"); 41 Pratio as positive (Brief = "Pressure Ratio", Symbol ="P_{ratio}"); 42 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P"); 43 in Inlet(Ninlet ) as stream (Brief = "Inlet Streams", PosX=0, PosY=0.4833, Symbol="^{in}"); 44 out Outlet as streamPH (Brief = "Outlet Stream", PosX=1, PosY=0.4782, Symbol="^{out}"); 43 45 44 46 EQUATIONS … … 63 65 QDuty = Outlet.F*Outlet.h - sum(Inlet.F*Inlet.h); 64 66 67 "Pressure Drop" 68 Outlet.P = Inlet.P - Pdrop; 69 70 "Pressure Ratio" 71 Outlet.P = Inlet.P * Pratio; 72 65 73 switch Kvalues # Fix for better convergence !!! 66 74 case "yes":
Note: See TracChangeset
for help on using the changeset viewer.