Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.

How do I model space charge by charged particles

Please login with a confirmed email address before reporting spam

Hello!

I am trying to simulate trajectories of charged particles under electric field.
As charged particles travel in the space, they leave space charge density.
This space charge density alters electric field (or potential) and therefore the motion of charged particles is affected.

I can compute electric field (or potential) by solving Poisson's equation.
The trajectories can be obtained in Particle Tracing at Postprocessor.
However, these trajectories do not make space charge...
How can I feedback the space charge into Poisson's equation and do particle tracing?

Thanks,

Starry

1 Reply Last Post 3 set 2010, 10:01 GMT-4

Please login with a confirmed email address before reporting spam

Posted: 1 decade ago 3 set 2010, 10:01 GMT-4
Its a diffusion equation you have to add.

rho=e*n in Poisson

and diffusion

dn/dt=div(kB*T*grad(n)-e*grad(V)*n)/mu

Un fortunately it can be overdamped so convergence gets bad... (kB*T*grad(n)<<<<e*grad(V)*n)

Otherwise it is a MonteCarlo simulation you need and take rho=sum of all particles...

Best,
Per
Its a diffusion equation you have to add. rho=e*n in Poisson and diffusion dn/dt=div(kB*T*grad(n)-e*grad(V)*n)/mu Un fortunately it can be overdamped so convergence gets bad... (kB*T*grad(n)

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.