R = 8.314 #[J/mol*K]
D0 = 23.4 #[mm^2/s]
Q = 1.478e5 #[J/mol]

#Parameters defining the plate and surroundings
L = 1
C0 = 0.5
Cs = 5

#dx values for implicit and crank-nicholson solvers
dx_imp = 0.01
dx_crank = 0.01

#End of animation
t_stop = 36000

#animation speed
speed = 10

#Number of terms to include from the analytical solution
analytical_k = 3