Changeset 694 for branches/gui/eml/streams.mso
- Timestamp:
- Nov 23, 2008, 10:39:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/streams.mso
r683 r694 411 411 412 412 Composition(NComp) as fraction (Brief = "Stream Composition"); 413 SumOfComposition as positive (Brief = "Sum of Stream Composition",Protected=true); 413 414 F as flow_mol (Brief = "Stream Molar Flow Rate"); 414 415 Fw as flow_mass (Brief = "Stream Mass Flow"); … … 498 499 end 499 500 501 "Sum of Composition" 502 SumOfComposition = sum(Composition); 503 500 504 "Molar Density" 501 505 rhom * vm = 1; … … 561 565 562 566 MolarComposition(NComp) as fraction (Brief = "Stream Molar Composition"); 567 SumOfComposition as positive (Brief = "Sum of Stream Composition",Protected=true); 563 568 F as flow_mol (Brief = "Stream Molar Flow Rate"); 564 569 T as temperature (Brief = "Stream Temperature"); … … 572 577 EQUATIONS 573 578 579 "Sum of Composition" 580 SumOfComposition = sum(MolarComposition); 581 574 582 "Stream Molar Composition" 575 583 Outlet.z = MolarComposition/sum(MolarComposition);
Note: See TracChangeset
for help on using the changeset viewer.