-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test dataframe entries #22
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
,Parameter,Unit,Value | ||
0,Stack average OCP,V,3.7566884932653757 | ||
1,Minimal OCP,V,2.5002934432759223 | ||
2,Maximal OCP,V,4.199991638671754 | ||
3,Negative electrode average OCP,V,0.16911648682881586 | ||
4,Positive electrode average OCP,V,3.9258049800941914 | ||
5,Practical n/p ratio,,1.1794155043339016 | ||
6,Theoretical n/p ratio,,0.8212130653900627 | ||
7,Volumetric stack capacity,A.h.L-1,122.57415815387185 | ||
8,Gravimetric stack capacity,A.h.kg-1,53.181271493272135 | ||
9,Capacity,mA.h.cm-2,1.991830070000417 | ||
10,Negative electrode theoretical capacity,mA.h.cm-2,2.3575725906940668 | ||
11,Positive electrode theoretical capacity,mA.h.cm-2,2.8708415514239998 | ||
12,Negative electrode volumetric capacity,A.h.L-1,269.16622567573205 | ||
13,Positive electrode volumetric capacity,A.h.L-1,368.85742037044764 | ||
14,Negative electrode gravimetric capacity,A.h.kg-1,173.0972512384129 | ||
15,Positive electrode gravimetric capacity,A.h.kg-1,127.41188959255531 | ||
16,Negative electrode active material practical capacity,A.h.kg-1,318.9682739774891 | ||
17,Positive electrode active material practical capacity,A.h.kg-1,190.1797456950419 | ||
18,Negative electrode active material capacity,A.h.kg-1,377.53765813474547 | ||
19,Positive electrode active material capacity,A.h.kg-1,274.1076783625731 | ||
20,Negative electrode stoichiometry at 0% SoC,,0.0035533684817003956 | ||
21,Negative electrode stoichiometry at 100% SoC,,0.8484181577410738 | ||
22,Positive electrode stoichiometry at 100% SoC,,0.23526436281608434 | ||
23,Positive electrode stoichiometry at 0% SoC,,0.9290783662439037 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
,Volume loading [uL.cm-2],Mass loading [mg.cm-2],Density [mg.uL-1] | ||
Negative electrode electrolyte,2.4346,3.1065496,1.276 | ||
Negative electrode active material,2.7557821999999996,6.244602465199999,2.266 | ||
Negative electrode inactive material,2.2096178,2.1558479347999993,0.9756655358225297 | ||
Negative electrode dry,7.3999999999999995,8.400450399999999,1.1351959999999999 | ||
Negative electrode,7.3999999999999995,11.506999999999998,1.555 | ||
Positive electrode electrolyte,1.5983999999999998,2.0395583999999998,1.276 | ||
Positive electrode active material,2.204928,10.473408000000001,4.75 | ||
Positive electrode inactive material,1.5966719999999996,3.1200336,1.9540854978354985 | ||
Positive electrode dry,5.3999999999999995,13.5934416,2.517304 | ||
Positive electrode,5.3999999999999995,15.633,2.895 | ||
Separator electrolyte,1.016,1.296416,1.276 | ||
Separator material,0.9840000000000001,0.7375840000000001,0.7495772357723578 | ||
Separator,2.0,2.034,1.017 | ||
Separator dry,2.0,0.737584,0.368792 | ||
Negative current collector,1.4,12.5062,8.933 | ||
Positive current collector,1.5,4.053,2.702 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
,Parameter,Unit,Value | ||
0,Volumetric stack energy density,W.h.L-1,460.4729295083407 | ||
1,Gravimetric stack energy density,W.h.kg-1,199.78547067599737 | ||
2,Stack average OCP,V,3.7566884932653757 | ||
3,Capacity,mA.h.cm-2,1.991830070000417 | ||
4,Stack thickness,um,162.49999999999997 | ||
5,Stack density,kg.L-1,2.3048369230769237 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be cleaner to have the reference data frames just defined at the top of this file rather than reading from csv. happy to leave it as is for now though