Changeset 110 for mso/eml/heat_exchangers/DoublePipe.mso
- Timestamp:
- Jan 12, 2007, 4:44:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/heat_exchangers/DoublePipe.mso
r105 r110 223 223 "Heat Capacity Ratio" 224 224 Details.Cr*Details.Cmax = Details.Cmin; 225 #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# 225 226 #-------------------------------------------------------------------- 226 227 # Energy Balance 227 #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# 228 #-------------------------------------------------------------------- 229 228 230 "Energy Balance Hot Stream" 229 231 Details.Q = Inlet.Hot.F*(Inlet.Hot.h-Outlet.Hot.h); … … 235 237 # Material Balance 236 238 #-------------------------------------------------------------------- 239 237 240 "Flow Mass Inlet Cold Stream" 238 241 Properties.Cold.Inlet.Fw = sum(M*Inlet.Cold.z)*Inlet.Cold.F; … … 737 740 738 741 "Inner Pipe Resistance" 739 Unity(i).Resistances.Rtube = DoInner/(Unity(i).Inner.HeatTransfer.hcoeff*DiInner);742 Unity(i).Resistances.Rtube*(Unity(i).Inner.HeatTransfer.hcoeff*DiInner) = DoInner; 740 743 741 744 "Wall Resistance"
Note: See TracChangeset
for help on using the changeset viewer.