powered by
Return a graph I vs t of the electrochemical process
ChronAmp( Co = 0.001, exptime = 1, Dx = 1e-05, Dm = 0.45, Temp = 298.15, n = 1, Area = 1, DerApprox = 2, l = 100, errCheck = FALSE, Method = "Euler" )
bulk concentration expressed in Molar
experimental time to be simulated expressed in seconds
diffusion coefficient expressed in cm^2/s
simulation parameter, maximum 0.5 for explicit methods
temperature in kelvin
number of electrons involved in the process
area of the electrode expressed in cm^2
number of point for the approximation of the first derivative
number of time steps of the simulation
if true the function returns a list with parameters for CottrCheck function
method to be used for the simulation = "Euler" "BI" "RK4" "CN" "BDF"
if errCheck == F a graph I vs t, if errCheck == T a list
# NOT RUN { ChronAmp(Co = 0.001, exptime = 1, DerApprox = 2, Dm = 0.45, errCheck = FALSE, Method = "Euler") # }
Run the code above in your browser using DataLab