Skip to content

Commit

Permalink
pybamm-team#1048 added EMC-FEC electrolyte
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 23, 2020
1 parent 449b515 commit cc10301
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ def electrolyte_conductivity_base_Landesfeind2019(c_e, T, coeffs):
"""
Conductivity of LiPF6 in solvent_X as a function of ion concentration and
temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -20,7 +19,6 @@ def electrolyte_conductivity_base_Landesfeind2019(c_e, T, coeffs):
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -40,7 +38,6 @@ def electrolyte_diffusivity_base_Landesfeind2019(c_e, T, coeffs):
"""
Diffusivity of LiPF6 in solvent_X as a function of ion concentration and
temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -55,7 +52,6 @@ def electrolyte_diffusivity_base_Landesfeind2019(c_e, T, coeffs):
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -75,7 +71,6 @@ def electrolyte_TDF_base_Landesfeind2019(c_e, T, coeffs):
"""
Thermodynamic factor (TDF) of LiPF6 in solvent_X as a function of ion concentration
and temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -90,7 +85,6 @@ def electrolyte_TDF_base_Landesfeind2019(c_e, T, coeffs):
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -117,7 +111,6 @@ def electrolyte_transference_number_base_Landesfeind2019(c_e, T, coeffs):
"""
Transference number of LiPF6 in solvent_X as a function of ion concentration and
temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -132,7 +125,6 @@ def electrolyte_transference_number_base_Landesfeind2019(c_e, T, coeffs):
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def electrolyte_conductivity_EMC_FEC_19_1_Landesfeind2019(c_e, T):
"""
Conductivity of LiPF6 in EMC:FEC (19:1 w:w) as a function of ion concentration and
temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -21,7 +20,6 @@ def electrolyte_conductivity_EMC_FEC_19_1_Landesfeind2019(c_e, T):
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def electrolyte_diffusivity_EMC_FEC_19_1_Landesfeind2019(c_e, T):
"""
Diffusivity of LiPF6 in EMC:FEC (19:1 w:w) as a function of ion concentration and
temperature. The data comes from [1].
References
----------
.. [1] Landesfeind, J. and Gasteiger, H.A., 2019. Temperature and Concentration
Expand All @@ -21,7 +20,6 @@ def electrolyte_diffusivity_EMC_FEC_19_1_Landesfeind2019(c_e, T):
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def electrolyte_transference_number_EMC_FEC_19_1_Landesfeind2019(c_e, T=298.15):
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Expand Down

0 comments on commit cc10301

Please sign in to comment.