Skip to content

Commit

Permalink
Merge pull request #1226 from pybamm-team/issue-1224-missing-parameters
Browse files Browse the repository at this point in the history
#1224 add missing parameters
  • Loading branch information
valentinsulzer authored Nov 2, 2020
2 parents 61ae452 + 5d9fc81 commit c5bec9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

## Bug fixes

- Add missing separator thermal parameters for the Ecker parameter set ([#1226](https://github.com/pybamm-team/PyBaMM/pull/1226))
- Raise error if saving to matlab with variable names that matlab can't read, and give option of providing alternative variable names ([#1206](https://github.com/pybamm-team/PyBaMM/pull/1206))
- Raise error if the boundary condition at the origin in a spherical domain is other than no-flux ([#1175](https://github.com/pybamm-team/PyBaMM/pull/1175))
- Fix boundary conditions at r = 0 for Creating Models notebooks ([#1173](https://github.com/pybamm-team/PyBaMM/pull/1173))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ Name [units],Value,Reference,Notes
Separator porosity,0.508,,
Separator Bruggeman coefficient (electrolyte),1.9804586773134942, Solve for permeability factor B=0.304=eps^b,
Separator Bruggeman coefficient (electrode),0,No Bruggeman correction to solid conductivity,
Separator density [kg.m-3],397,default,
Separator specific heat capacity [J.kg-1.K-1],700,default,
Separator thermal conductivity [W.m-1.K-1],0.16,default,

0 comments on commit c5bec9f

Please sign in to comment.