Skip to content
New issue

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

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

Already on GitHub? # to your account

REGARDING QUASI 3D SOLVER IN SOLCORE #208

Open
2 tasks
Sagnikbas opened this issue Nov 22, 2021 · 3 comments
Open
2 tasks

REGARDING QUASI 3D SOLVER IN SOLCORE #208

Sagnikbas opened this issue Nov 22, 2021 · 3 comments

Comments

@Sagnikbas
Copy link

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
    plt.imshow(Vall[:, :, -2, -1])

What does the indices -2 and -1 mean in the Quasi 3D code in solcore documentation(examples) page ?

@dalonsoa
Copy link
Collaborator

This needs to be properly described in the documentation, but there is some information in the solve_quasi_3D docstring - in here.

  • The -1 means that we are asking for the last voltage step - in the case of the example, 1.3 V.
  • The -2 means that we are asking foir the voltage of the top junction, just under the top series resistance.

As I said, this should be explained in the documentation, so thanks for pointint it out.

@Sagnikbas
Copy link
Author

Sagnikbas commented Nov 29, 2021

voltage_map
Dear Sir,
We are using crystalline Silicon solar cell 1 junction, and using quasi 3D solver to generate the voltage map. The junction definition which I am using is
db_junction2 = Junction(kind='2D', T=T, Tref=298, j01=702e-11, j02=25.9e-5,Eg=1.12,A=1,jsc=372, R_sheet_top=80, R_sheet_bot=0,
R_shunt=1.6, n=3.42), is this description correct?
jo1,jo2,jsc values are all measured ones and operating at Vmpp = [0.53V]
I am attaching the voltage map, the metal grids having voltage 0.53V, while other regions have higher voltage,
Map_code
please look at it.

@Sagnikbas
Copy link
Author

Sagnikbas commented Dec 6, 2021 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants