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

Electroluminescence Image Generation #206

Open
2 tasks done
Sagnikbas opened this issue Nov 13, 2021 · 1 comment
Open
2 tasks done

Electroluminescence Image Generation #206

Sagnikbas opened this issue Nov 13, 2021 · 1 comment
Labels

Comments

@Sagnikbas
Copy link

Sagnikbas commented Nov 13, 2021

Please, confirm the following:

What’s the question?
Please, be concise and straight to the point

Additional information
Add any other relevant information that could help us answering your question, E.g.:

  • Code of a minimum working example showing what you’re trying to do.
  • Screenshot showing the problem you are talking about.
  • Context in which your question applies
    From local voltage map how can we generate Electroluminescence image using Solcore?
    Electroluminescence intensity = Cexp(Vi/Vt)
    Can you suggest a way how can we get the intensity map?
@dalonsoa
Copy link
Collaborator

This is avery good question and something we have been willing to do for a long time.

To get the electroluminescence intensity map, you need to make some assumptions about what term of the two diode equation (the one given by I01 and n1, or the one given by I02 and n2) represents the radiative recombination, and use those coeficients in your formula above.

In the simplest case scenario, all the radiative recombination will come from the first term - and all the recombination from that term will be radiative - therefore C=I01 and Vt=n1 kb T. However, depending on what material your device is made of, that might have no relationship whatsoever with the real thing.

In any case, the number above will give you the total electroluminescence emitted in all directions. If you want to compare with some experimental data, you will need to incorporate some geometry factor that, unfortunately, cannot be calculated easily. Normally, some sort of callibration is required. Have a look at this paper we wrote a few years ago - although we did not compared with simulated thata.

I hope this helps. If you are willing to contribute to solcore with a method to calculate the electroluminescence mapping - even in the simplest case - that will be really helpful.

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

No branches or pull requests

2 participants