Changeset 574 for branches/gui/sample/miscellaneous/tenprobs
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/miscellaneous/tenprobs/prob07.mso
r228 r574 71 71 dz = (z(N+2) - z(1))/(N+1); 72 72 73 for i in [2:(N+1)] 73 for i in [2:(N+1)] do 74 74 "Concentration of reactant" 75 75 (C(i+1) - 2*C(i)+ C(i-1))/(z(i) - z(i-1))^2 … … 111 111 112 112 SPECIFY 113 "Lower boundary"114 113 reac.z(1) = 0*'m'; 115 114 116 "Upper boundary"117 115 reac.z(N+2) = reac.L; 118 119 116 120 117 OPTIONS … … 162 159 163 160 SPECIFY 164 "Lower boundary"165 161 reac.z(1) = 0*'m'; 166 162 167 "Upper boundary"168 163 reac.z(N+2) = reac.L; 169 170 164 171 165 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.