Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charge collecting / induced current #4

Open
nbassler opened this issue Oct 15, 2019 · 2 comments
Open

charge collecting / induced current #4

nbassler opened this issue Oct 15, 2019 · 2 comments
Assignees

Comments

@nbassler
Copy link
Collaborator

nbassler commented Oct 15, 2019

Currently iontracks counts the carge reaching the electrodes. However, a current is already induced when charges move through the ionization chamber.

Possibly a more exact solution can be obtained if this is considered.

image

where I(t) is the current in the ionization chamber due moving the charge carriers N as a function of time t.

Let n(t) be the number of charge carriers per unit volume, so in principle that would N(t) / V, where V is the volume of the ionization chamber.

A is the area of the ionization chamber pi*r² electrodes.

v is the drift velocity of the charge carriers N. (Possibly constant as a function of time t, neglegting space charge effects?)

q is the charge per charge carrier in Coulomb.

So, the total accumulated charge Q(t) in the electrometer is rather:

image

This value will probably be slightly higher than what is collected at the electrodes, since charge carriers lost due to recombination may still contribute to a signal to the electrometer before they recombined.

@nbassler
Copy link
Collaborator Author

nbassler commented Oct 15, 2019

As a sanity test of your code, you could propagate all initial charge carriers n(t=0) without any recombination. The Q(t->infinty) integral should correspond to what was collected at the electrodes, equal to what was initally deposited at t=0, Q(t=0) = N(t=0) * q

@nbassler
Copy link
Collaborator Author

Apparently one should not elimiate the carges at the electrodes, however then Q(t->infinity) becomes divergent. Integration should be stopped when the last charge has left the I-chamber.
Maybe n(t) could be split up into two components.
if only counting n(t)_ionchamber, then it should be relative to the no-recombination case, where n(t)_ionchamber is exactly half of n(t)_total.

Still assuming a constant charge carrier velocity v(t).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants