Changeset 138 for trunk/sample/miscellaneous/sample_galvanic.mso
- Timestamp:
- Jan 26, 2007, 3:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/miscellaneous/sample_galvanic.mso
r83 r138 44 44 VARIABLES 45 45 46 y1 as current(Default=0.5, Brief="Mole fraction of NiOOH");47 y2 as current(Default=0.5, Brief="Potential difference at the solid-liquid interface");46 y1 as Real(Default=0.5, Brief="Mole fraction of NiOOH"); 47 y2 as Real(Default=0.5, Brief="Potential difference at the solid-liquid interface"); 48 48 49 49 … … 53 53 54 54 "Equation 1(a)" 55 pho*V/W*diff(y1) = i01*(2*(1-y1)*exp(0.5*F/(R*T)*(y2-phi1))-2*y1*exp(-0.5*F/(R*T)*(y2-phi1)))/F;55 pho*V/W*diff(y1)*"s" = i01*(2*(1-y1)*exp(0.5*F/(R*T)*(y2-phi1))-2*y1*exp(-0.5*F/(R*T)*(y2-phi1)))/F; 56 56 57 57 "Equation 1(b)" … … 89 89 INITIAL 90 90 #Parameters used for the initial conditions 91 #y1 = 0.05 ;91 #y1 = 0.05"; 92 92 y2 = 0.38; 93 93
Note: See TracChangeset
for help on using the changeset viewer.