Changeset 208 for branches/newlanguage/eml/reactors/cstr.mso
- Timestamp:
- Mar 15, 2007, 2:18:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/reactors/cstr.mso
r169 r208 48 48 EQUATIONS 49 49 50 "Molar Concentration" 51 Outlet.z * M = C * Vr; 52 50 53 "Molar fraction" 51 Outlet.z * M = C * Vr; 52 53 "Vapourisation Fraction" 54 Outlet.v = Inlet.v; 55 54 sum(Outlet.z) = 1; 56 55 end 57 56 … … 85 84 Info = 86 85 "write some information"; 87 86 88 87 VARIABLES 89 88 … … 97 96 98 97 "Reactor Energy Balance" 99 diff(M*Outlet.h) = Inlet.F*Inlet.h - Outlet.F*Outlet.h +sum(Hr*sum(stoic*r))*Vr - q; 98 diff(M*Outlet.h) = Inlet.F*Inlet.h - Outlet.F*Outlet.h +sum(Hr*sum(stoic*r))*Vr - q; #FIXME sum(sum()) 100 99 101 100 end
Note: See TracChangeset
for help on using the changeset viewer.