Changeset 482 for trunk/eml/heat_exchangers
- Timestamp:
- Mar 11, 2008, 3:34:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/DoublePipeIncr.mso
r438 r482 199 199 N as Integer (Brief="Number of zones", Default = 2); 200 200 Npoints as Integer (Brief="Number of incremental points", Default = 3); 201 202 CalculationApproach as Switcher (Brief="Options for convergence Calculations ",Valid=["Simplified","Full"],Default="Full"); 203 Qestimated as power (Brief="Estimated Duty", Default=70, Lower=1e-6, Upper=1e10); 201 204 202 205 M(NComp) as molweight (Brief="Component Mol Weight"); … … 762 765 Details.Qtotal = sum(Details.Q); 763 766 767 switch CalculationApproach 768 769 case "Full": 770 764 771 switch HotSide 765 772 … … 777 784 778 785 when InletInner.T < InletOuter.T switchto "outer"; 786 787 end 788 789 case "Simplified": 790 791 "Duty" 792 Details.Q = Qestimated/N; 779 793 780 794 end
Note: See TracChangeset
for help on using the changeset viewer.