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

Depletion approximation speedup #23

Open
iclned opened this issue Sep 21, 2018 · 0 comments
Open

Depletion approximation speedup #23

iclned opened this issue Sep 21, 2018 · 0 comments
Assignees
Labels
performance changes aiming to an improve performance of the code

Comments

@iclned
Copy link
Collaborator

iclned commented Sep 21, 2018

The DA method presently uses a numerical integration to allow for an arbitrary photogeneration profile. This is flexible but slow. In the case of the Beer Lambert law being used for the optical model, the equations become analytical and can be evaluated much more quickly. The tasks are:

  • Add a new optics model 'BLA' into solar_celll_solver.py
  • Within solve_iv in solar_cell_solver.py put in a condition to check that all sub-cells are DA, no mixed methods ! Raise an error if this occurs
  • Add the analytical expressions entered as a condition into depletion_approximation.py
@iclned iclned self-assigned this Sep 21, 2018
@dalonsoa dalonsoa added the performance changes aiming to an improve performance of the code label Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance changes aiming to an improve performance of the code
Projects
None yet
Development

No branches or pull requests

2 participants