I have a set of coupled ODEs:
J = mu*e*n(x)*E(x) + mu*K*T0* dn(x)/dx
and
dE(x)/dx = (e/eps)*[N_D(x) - n(x)]
These are the drift diffusion equation and Gauss's law for a unipolar N+ N N+ device. The doping profile N_D(x), the mobility mu, T0 are known. The DC current, J, is also known, as are the boundary values: n(0) = N+, N(L) = N+. I want to self consistently solve the above two equations using finite differences, but I am unsure how to go about doing so.
Thanks in advance!