Changeset 574 for branches/gui/eml/reactors/gibbs.mso
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/reactors/gibbs.mso
r530 r574 104 104 # + PP.IdealGasEnthalpyOfFormationAt25C()*(1 - Outlet.T/To); 105 105 106 for i in [1:NComp] 106 for i in [1:NComp] do 107 107 "Lagrangian multiplier" 108 108 G(i) + sumt(lambda*na(:,i)) = -Rg*Outlet.T*ln(activ(i)); … … 191 191 # + PP.IdealGasEnthalpyOfFormationAt25C()*(1 - Outlet.T/To); 192 192 193 for i in [1:NComp] 193 for i in [1:NComp] do 194 194 "Lagrangian multiplier" 195 195 G(i) + sumt(lambda*na(:,i)) = -Rg*Outlet.T*ln(activ(i));
Note: See TracChangeset
for help on using the changeset viewer.