Skip to content

Commit

Permalink
pybamm-team#1048 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 22, 2020
1 parent 84fc9ed commit 3a03134
Show file tree
Hide file tree
Showing 15 changed files with 110 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@

def electrolyte_TDF_EC_DMC_1_1_Landesfeind2019(c_e, T=298.15):
"""
Diffusivity of LiPF6 in EC:DMC (1:1 w:w) as a function of ion concentration and
temperature. The data comes from [1].
Thermodynamic factor of LiPF6 in EC:DMC (1: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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Electrolyte diffusivity
Electrolyte thermodynamic factor
"""
coeffs = np.array(
[-5.58, 7.17, 3.80e-2, 1.91, -6.65e-2, -5.08e-5, 1.1e-1, -6.10e-3, 1.51e-4]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -36,18 +40,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -67,18 +75,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -105,18 +117,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
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,16 +8,20 @@ def electrolyte_conductivity_EC_DMC_1_1_Landesfeind2019(c_e, T):
"""
Conductivity of LiPF6 in EC:DMC (1: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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
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,16 +8,20 @@ def electrolyte_diffusivity_EC_DMC_1_1_Landesfeind2019(c_e, T):
"""
Diffusivity of LiPF6 in EC:DMC (1: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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
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 @@ -6,18 +6,22 @@

def electrolyte_transference_number_EC_DMC_1_1_Landesfeind2019(c_e, T=298.15):
"""
Transference number of LiPF6 in EC:DMC (1:1 w:w) as a function of ion concentration
and temperature. The data comes from [1].
Transference number (TDF) of LiPF6 in EC:DMC (1: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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
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 @@ -4,22 +4,26 @@

def electrolyte_TDF_EC_EMC_3_7_Landesfeind2019(c_e, T=298.15):
"""
Diffusivity of LiPF6 in EC:EMC (3:7 w:w) as a function of ion concentration and
temperature. The data comes from [1].
Thermodynamic factor of LiPF6 in EC:EMC (3:7 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Electrolyte diffusivity
Electrolyte thermodynamic factor
"""
coeffs = np.array(
[2.57e1, -4.51e1, -1.77e-1, 1.94, 2.95e-1, 3.08e-4, 2.59e-1, -9.46e-3, -4.54e-4]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -36,18 +40,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -67,18 +75,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
coeffs: :class:`pybamm.Symbol`
Fitting parameter coefficients
Returns
-------
:class:`pybamm.Symbol`
Expand All @@ -105,18 +117,22 @@ 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
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,16 +8,20 @@ def electrolyte_conductivity_EC_EMC_3_7_Landesfeind2019(c_e, T):
"""
Conductivity of LiPF6 in EC:EMC (3:7 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
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,16 +8,20 @@ def electrolyte_diffusivity_EC_EMC_3_7_Landesfeind2019(c_e, T):
"""
Diffusivity of LiPF6 in EC:EMC (3:7 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
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 @@ -6,18 +6,22 @@

def electrolyte_transference_number_EC_EMC_3_7_Landesfeind2019(c_e, T=298.15):
"""
Transference number of LiPF6 in EC:EMC (3:7 w:w) as a function of ion concentration
and temperature. The data comes from [1].
Transference number (TDF) of LiPF6 in EC:EMC (3:7 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
Dependence of the Ionic Transport Properties of Lithium-Ion Battery Electrolytes.
Journal of The Electrochemical Society, 166(14), pp.A3079-A3097.
Parameters
----------
c_e: :class:`pybamm.Symbol`
Dimensional electrolyte concentration
T: :class:`pybamm.Symbol`
Dimensional temperature
Returns
-------
:class:`pybamm.Symbol`
Expand Down
Loading

0 comments on commit 3a03134

Please sign in to comment.