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

Variable explanation #43

Closed
AverageDaniel opened this issue Mar 1, 2024 · 3 comments
Closed

Variable explanation #43

AverageDaniel opened this issue Mar 1, 2024 · 3 comments

Comments

@AverageDaniel
Copy link

Hello, first of all nice work :) Currently I am looking into some simulations are a bit unsure of what all the outputs given from the function "Simulate" are. Does someone know if it is available on the github page and I have missed? If not it could be nice to include :)

Best regards

@DarioSlaifsteinSk
Copy link

DarioSlaifsteinSk commented Mar 6, 2024

Hi, Daniel
You can check the publication here.
The variable definitions are stored in the names of the Tuple Results

Results, tₑ = Simulate(Cell, Input, Def, Tk, SList, SOC, A₀, B₀, C₀, D₀, t)
julia> keys(Results)
(:θₙ, :θₚ, :jeqₙ, :jeqₚ, :x, :y, :Cseₙ, :Cseₚ, :Ce, :η₀, :ηₙ, :ηL, :ηₚ, :ϕ_ẽ1, :ϕ_ẽ2, :ϕse₀ⁿ, :jₙ, :j₀, :jₚ, 
:jL, :Rₜⁿ, :Rₜᵖ, :Uocpⁿ, :Uocpᵖ, :Cell_V, :ϕ_e, :Cell_SOC, :Iapp, :t, :tₑ)

@AverageDaniel
Copy link
Author

Thank you :)

@BradyPlanden
Copy link
Owner

Closing this issue and opening #46.

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

3 participants