Changeset 419 for trunk/eml/reactors/stoic.mso
- Timestamp:
- Nov 26, 2007, 12:48:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/reactors/stoic.mso
r417 r419 183 183 EQUATIONS 184 184 "Reaction rate" 185 rate*V = sumt(stoic)/ sumt(stoic(KComp,:))*Outletm.F*Outletm.z(KComp)*kconv;185 rate*V = sumt(stoic)/abs(sumt(stoic(KComp,:)))*Outletm.F*Outletm.z(KComp)*kconv; 186 186 end 187 187 … … 204 204 EQUATIONS 205 205 "Reaction rate" 206 rate*V = sumt(stoic)/ sumt(stoic(KComp,:))*Outletm.F*Outletm.z(KComp)*kconv;207 end 206 rate*V = sumt(stoic)/abs(sumt(stoic(KComp,:)))*Outletm.F*Outletm.z(KComp)*kconv; 207 end
Note: See TracChangeset
for help on using the changeset viewer.