Physics-informed CoKriging model of a redox flow battery
Abstract
Redox flow batteries (RFBs) offer the capability to store large amounts of energy cheaply and efficiently, however, there is a need for fast and accurate models of the charge-discharge curve of a RFB to potentially improve the battery capacity and performance. We develop a multifidelity model for predicting the charge-discharge curve of a RFB. In the multifidelity model, we use the Physics-informed CoKriging (CoPhIK) machine learning method that is trained on experimental data and constrained by the so-called “zero-dimensional” physics-based model. Here we demonstrate that the model shows good agreement with experimental results and significant improvements over existing zero-dimensional models. We show that the proposed model is robust as it is not sensitive to the input parameters in the zero-dimensional model. We also show that only a small amount of high-fidelity experimental datasets are needed for accurate predictions for the range of considered input parameters, which include current density, flow rate, and initial concentrations.
In this paper, we develop a multifidelity model for a redox flow battery (RFB) that incorporates both experimental and physics-based modeling results. RFBs are among the most promising flow batteries, and accurate modeling is necessary to predict and further improve the performance of such systems.
Recent advances in machine learning have begun to make way for accurate and reliable predictions of the performance of batteries. Much of the recent work has focused on lithium-ion batteries, including predicting the long-term performance of such batteries over hundreds of cycles [1, 2, 3] and using machine learning for material development [4, 5]. Work on RFBs is more limited. [6] used machine learning approach to optimize the cost and performance of a vanadium flow battery, and [7] uses a deep neural network to couple pore-scale microstructure simulations and device-scale performance. In all cases, a key limitation to machine learning approaches for battery design is the availability of large, robust datasets for training [2, 6]. Experimental datasets are expensive and time-consuming to produce [6], while datasets generated from simulations are too computationally expensive to represent the full device at high accuracy [7]. In this work, we propose using a computationally efficient physics-based model to reduce the amount of experimental data needed for training.
Several physics-based models of RFB systems have been proposed in recent years, including the zero-dimensional (0d) lumped-parameter model [8]. This control-oriented model is derived for a unit cell RFB system and contains several fitting parameters. These parameters are determined by fitting the 0d model to experiments and vary widely between experiments even for the same battery design [8, 9]. The dependence of parameters on initial and operating conditions reduces the predictive ability of the 0d model.
In this work, we extend the multifidelity Physics-Informed CoKriging method, which was originally introduced in [10] and termed as CoPhIK. This approach is based on the Physics-Informed Kriging (PhIK) [11, 12], where unknown coefficients in the physics model, in this case the fitting parameters for the 0d model, are replaced with Gaussian random variables. This turns the 0d model in the stochastic model used to compute covariances for the Gaussian process regression (GPR) [13] model of the RFB. PhIK provides predictions of both the most probable behavior of the system (in the form of the posterior mean) and the uncertainty in the prediction (in the form of posterior variance). However, PhIK is limited to the accuracy of the underlying physics model. CoPhIK overcomes this limitation by using a small experimental dataset to establish the correlation between the physics-based model and the behavior of a real system to improve the model’s predictions. We are able to accurately capture the performance of cell voltage over a charge-discharge cycle. CoPhIK is computationally cheap to run, with a typical prediction requiring less than a minute to run and requires no computationally expensive pre-training. Additionally, CoPhIK produces accurate results with a very small experimental dataset, requiring only fifteen experiments are used for training.
I Experimental data
In this paper, we use experimental data from RFB laboratory experiments as “high-fidelity” data. We also use data generated by the 0d model that we refer to as “low-fidelity” data because of the strong assumptions and simplifications in the 0d model. In this section, we detail the high-fidelity dataset. The low-fidelity data set and 0d model are described in the Methods section.

The experimental dataset is collected in sixteen RFB experiments under conditions listed in the Supplementary Material. A schematic of the unit cells used in the experiments is shown in Figure 1. While many cycles were completed for each experiment, here we consider the performance only of the third cycle for training and validation as we did not observe any significant changes in the battery performance in the following cycles. The first two cycles are discarded as “priming” cycles during which batteries do not reach the expected capacity.
In all experiments the cell potential, , was measured as a function of time during charging and discharging cycles as shown in Fig. 2a. In our model, it is convenient to express concentration as a function of the state of charge (SOC), see Fig. 2b. The SOC varies between zero for a fully discharged battery and one for a fully charged battery and can be found as where is the concentration of species at time and is the initial concentration of species . is the total initial vanadium concentration of the initial half-cell and is the concentration of species V(II) at time [14]. To validate our approach, we model each experiment using data from the remaining fifteen experiments as a training set for the CoPhIK model (described in Section II.3). One challenge with the considered experimental dataset is that the experiments occur on very disparate timescales resulting in the different values of SOC at the end of the cycles, see Figs. 2a and b. Therefore, we rescale the SOC for each experiment so that the charging cycle has range and the discharge cycle has range through the following operations:
(1) | ||||
(2) |
where the subscripts and denote charging and discharging, respectively. With this change, the experiments collapse onto a narrow manifold, see Fig. 2c.
Finally, for the CoPhIK model we need data at the same (rescaled) SOC instances for all the experiments. To obtain such data, we select an SOC vector of length and interpolate the experimental results onto the components, , of the vector with B-spline interpolation optimization performed using the interpolate package in scipy, see Fig. 2d for an example of the interpolated fit for one of the experiments.




II Multifidelity framework
II.1 Gaussian process regression
We begin by describing the GPR method for modeling cell potential of the RFB as a function of SOC and parameters describing the battery operation conditions and properties of the battery. Defining the input space of the GPR model is an important step. The number of parameters describing the battery and its operating condition is very large, see the Supplementary Material. Ideally, the input space of the GPR model would include all these parameters and SOC such that the GPR model can predict the cell voltage at any SOC for any type and size of the RFB. However, the training of such GPR model would require vast amounts of computational time and data, with both training time of the GPR model and required data exponentially increasing with the number of input parameters. Since we only have 16 experiments (15 experiments for training to account for a test data) we must reduce the number of input parameters as much as possible. Therefore, we only include the varying operation conditions in the considered experiments and SOC in the input space and use the 0d model to describe the dependence of on the rest of parameters. Since all 16 experiments are performed with fixed velocity m/s and concentrations mol/m3, and mol/m3, we exclude , , and from the input space. The resulting input space of the GPR model is
with . The cell voltage, , is the output (or state of interest) of the GPR model, . In other words, the GPR model aims to predict for any , , , , , , , , , and with fixed m/s and mol/m3.
Next, we organize the measurements of at locations in the observation vector , where is the total number of observations for fifteen experiments, is the size of the vector of SOC measurements, and is the measurement at the location .
In the GPR approach we treat as a Gaussian process as described in the Methods section. Estimating the mean and covariance models is the main challenge in GPR-based methods (see Methods.) In the standard data-driven GPR, and would be computed from data by minimizing the so-called marginal log-likelihood function [15]. It should be noted that the prior statistics (i.e., and ) computed in this approach do not satisfy the physical laws governing the system of interest unless the phase space is very densely sampled, which can lead to significant errors and nonphysical behavior [11, 12]. To address this limitation of the data-driven GPR method, in the following Section II.2 we propose to estimate the prior statistics from the 0d model where we treat unknown parameters as random variables. A similar approach was used in [11, 12] in GPR models of subsurface transport and power grid dynamics.
II.2 Estimating prior statistics from the stochastic 0d model
The motivation behind this approach is that the 0d model, which is described in Methods, has the unknown parameters , and denoting the reference rate constants, ionic concentration of the electrolyte, and specific surface area, which depend on operating conditions and must be calibrated for each experiment. In this work we treat these parameters as Gaussian random variables with prescribed (prior) mean and variance that turns the 0d model in a stochastic model. Next, we use the Monte Carlo (MC) method to compute the prior GP model of based on the stochastic 0d model. Specifically, we generate realizations of the , and parameters and compute for each realization of the parameters from the 0d model as described in Methods. Then, the prior mean and covariance of are calculated from this set of realizations as
(3) | ||||
(4) |
Here, the superscript signifies that the corresponding quantities are obtained from a numerical model that is based on approximation and has a lower fidelity than the experimental data. The estimates of in terms of the low-fidelity prior statistics are given as:
(5) |
(6) |
where the components of and are given by .
When the physics-based model of a considered system is accurate the prior statistics computed from Eqs (5) and (6) were shown to provide an accurate model of the system given the system’s measurements [11, 12]. However, if the physics-based model cannot capture certain features of the system (as is the case with the 0d model), then the prior statistics computed would produce a poor GPR model of the system [10]. In the following section we demonstrate how the discrepancy between the observation data and the 0d model can be accounted for in the GPR prediction.
II.3 Correcting bias in the 0d model
The systematic errors in the 0d model (also called model bias or misspecification) can be corrected by establishing the correlation between the 0d model predictions and the experimental data using the CoKriging method [10, 16]. This idea was originally formulated for systems where the data are sparse, so measurements of other states or other parameters are additionally used to model the data [17, 18]. CoKriging has recently been used with success for data-driven multifidelity modeling to predict system responses using data with two levels of fidelity [19, 20] adapted from Kennedy and O’Hagan’s CoKriging framework [16].
In the multifidelity framework, we treat observed in the experiments as high-fidelity data. We then use the 0d model to generate the low-fidelity data at locations , where , and . Note that in this work we generate using MC simulations (see Section V.2) and , the number of realizations in the MC simulations.
Following [10, 16], we define an auto-regressive model for the high-fidelity data, , where is the GP model of the low-fidelity data, is the GP model describing the mismatch between the high and low fidelity models, and is the regression parameter. The observation covariance matrix for this model is
(7) |
where the elements of the matrices are computed as , where is the covariance function of and the elements of the matrix are given by , where is the covariance function of .
The posterior mean and variance of at any point conditioned on the measurements of and are given by
(8) | ||||
(9) |
where , , , , , , and
In the data-driven approaches of [16, 17, 18, 19, 20], the prior statistics (i.e., , , , and ) are learned by maximizing the likelihood function of . Here, we compute and from the Monte Carlo simulations based on the 0d model with random parameters , and as described in Section II.2. Then, we compute and using the data set with the corresponding locations (where and ()) by minimizing the log likelihood:
(10) |
Here, we set and assume that has the prior exponential covariance function
(11) |
and constant . In Eq (10), the component of the covariance matrix is given by ().
II.4 Determining the SOC scaling parameter
A key step in the data preparation for training the CoKriging model is to rescale SOC in different experiments according to Eqs. (1) and (2). For data from an experiment , the scaling parameters in Eqs. (1) and (2) (i.e., and ) are given by the experimental data. Furthermore, for a given set of input parameters, the CoKriging model predicts voltage as a function of the scaled SOC. However, to covert the scaled SOC to time, one needs to evaluate scaling parameters as functions of the input parameters. In the following, we introduce two scaling parameters denoted by and . When and are known these scaling parameters are trivial to find. However, we may not know and for arbitrary conditions, so we first need to estimate them or, equivalently, the scaling parameters. We compute using the standard GPR model trained on a data set consisting of the scaling parameters and corresponding initial voltages from the known experiments. We note that in the considered lab experiments, , which allows us to estimate given without needing the voltage at any SOC during the discharge cycle. We assumed that there is uncertainty in the values obtained from the experiments with the variance The non-zero reflects the fact that the different values of were obtained from the experiments with very similar values of . The positive value of is also needed to make the measurement covariance matrix well-conditioned. Figure 3 shows the GPR model prediction of as a function of and the prediction uncertainty. The GPR model uncertainty increase outside of the range V of , where the data are available. This uncertainty can be reduced by conducting experiments with the expended range of . Within V range, the uncertainty in GPR model prediction can be reduced by considering additional variables that affect .

III The multifidelity model prediction of charge and discharge curves












CoPhIK can accurately predict the behavior of the charge-discharge curves, as shown in Fig. 4. With only one data point used, , CoPhIK matches the experimental data well, and accurately captures the jump between the charge and discharge cycles. The largest disagreement between the experimental voltage and the CoPhIK results occurs at the tail of the discharge curve, where we have very few measurements available to accurately capture the curve. The variance in the CoPhIK results, shown as the shaded regions in Fig. 4, decreases as more measurements are used in the CoPhIK prediction.
We performed single-fidelity PhIK and multi-fidelity CoPhIK simulations for all sixteen experiments in our dataset and computed the average of the discrete and norms, as shown in table 1. The average error with CoPhIK is approximately two orders of magnitude lower than the average error with PhIK, and the CoPhIK error is approximately one order of magnitude smaller. By including the available experimental data we are able to reduce the error in our predictions over a fully physics-informed approach.
In Fig. 5 we provide a comparison between CoPhIK and PhIK. It is clear that PhIK struggles to capture a physical shape for the charge and discharge curves, resulting in overall larger errors. PhIK shows a smaller variance than CoPhIK because the uncertainty of PhIK is bounded by the parametric uncertainty in the OD model and does not take into account the model uncertainty in the 0d model associated with the simplifying assumptions in the 0d model.






, 1pt. | , 2pts. | , 3pts. | , 1pt. | , 2pts. | , 3pts. | |
---|---|---|---|---|---|---|
PhIK | ||||||
CoPhIK |
III.1 Sensitivity to choice of initial parameters
In this section we conduct CoPhIK simulations as described above, except the input parameters to the Gaussian random variables in Eqs. (30)–(33) are taken from literature [8] instead of [21]. The rest of the data remains the same. Fig. 8 demonstrates that computed from the 0d model with these parameters overestimates the experimental values during charging and underestimates the discharging section by approximately 10. As a consequence, the mean of the low-fidelity dataset also over- and underestimates the experimental data. However, the results with CoPhIK can compensate for the discrepancies between the experimental and low-fidelity data. In Fig. 6, we show the 0d and CoPhIK predictions of for the same experimental data set as in Fig. 4. The mean of the low-fidelity dataset, , does not agree well with the experimental data. However, the CoPhIK prediction agrees very well. In some cases, the uncertainty is higher than in Fig. 4, but the absolute error is of the same order of magnitude with both sets of input parameters to the 0d model. The average errors are , , and with one, two, and three data points, respectively, and the average errors are , , and with one, two, and three data points. Comparing with Table 1, there is no significant difference between using the input parameters in this work and the input parameters from [8] for the error, and results are similar for the error. Very similar results are seen when using the parameters from [9].






These results show that the CoPhIK framework removes the potential bias because of the difference in the prior and actual statistics of the parameters in the 0d model, i.e., the proposed CoPhIK framework is non-sensitive to the choice of the prior statistics of the parameters in the 0d model.
IV Conclusions
We have shown that the CoPhIK method can be used to accurately model RFB systems given a small number of experimental observations. Specifically, we demonstrated that the CoPhIK method accurately predicts the charge-discharge curves of a RFB using only initial conditions from the Supplementary Information and charge-discharge data collected in sixteen experiments with similar but not identical batteries and different initial conditions. We note that the resulting predictions are not sensitive to the prior distribution of the parameters in the 0d model, allowing for accurate predictions without the need to fit the input parameters. As there is disagreement in the literature over what these parameters should be, with suggested values ranging over several orders of magnitude, our model allows for flexibility without the need for expensive and time-consuming calibration procedures, which may require more data than is available. Additionally, the CoPhIK model is able to capture key features of the charge-discharge curve, including the tails that can occur at the beginning and end of each cycle. The 0d model, which does not incorporate data, cannot predict these features. The CoPhIK model is inexpensive to run, with a typical run taking less than a minute. This allows for accurate, rapid prediction of the RFB system’s performance.
In future work we look to use the CoPhIK model to conduct active learning to reduce uncertainty in our model predictions while running minimal expensive experiments. By targeting experiments in areas where the uncertainty is highest, the uncertainty of new predictions can be limited while minimizing the experimental cost and workload. For example, in Fig. 3, the uncertainty is highest for small and large initial voltage values. By conducting targeted experiments at higher and lower initial voltages, the uncertainty of the scaling parameter would be minimized.
V Acknowledgements
The authors thank J. Bao and R. Tipireddy for helpful discussions regarding the 0d modeling and W. Wang and L. Yan for help with interpreting the experimental design and data. This research was supported by the Energy Storage Materials Initiative (ESMI), under the Laboratory Directed Research and Development (LDRD) Program at Pacific Northwest National Laboratory (PNNL). PNNL is a multi-program national laboratory operated for the U.S. Department of Energy (DOE) by Battelle Memorial Institute under Contract No. DE-AC05-76RL01830.
References
- Liu et al. [2015] D. Liu, J. Zhou, D. Pan, Y. Peng, and X. Peng, Lithium-ion battery remaining useful life estimation with an optimized relevance vector machine algorithm with incremental learning, Measurement 63, 143 (2015).
- Severson et al. [2019] K. A. Severson, P. M. Attia, N. Jin, N. Perkins, B. Jiang, Z. Yang, M. H. Chen, M. Aykol, P. K. Herring, D. Fraggedakis, et al., Data-driven prediction of battery cycle life before capacity degradation, Nature Energy 4, 383 (2019).
- Weigert et al. [2011] T. Weigert, Q. Tian, and K. Lian, State-of-charge prediction of batteries and battery–supercapacitor hybrids using artificial neural networks, Journal of Power Sources 196, 4061 (2011).
- Sanchez-Lengeling and Aspuru-Guzik [2018] B. Sanchez-Lengeling and A. Aspuru-Guzik, Inverse molecular design using machine learning: Generative models for matter engineering, Science 361, 360 (2018).
- Wu et al. [2018] B. Wu, S. Han, K. G. Shin, and W. Lu, Application of artificial neural networks in design of lithium-ion batteries, Journal of Power Sources 395, 128 (2018).
- Li et al. [2020] T. Li, F. Xing, T. Liu, J. Sun, D. Shi, H. Zhang, and X. Li, Cost, performance prediction and optimization of a vanadium flow battery by machine-learning, Energy & Environmental Science 13, 4353 (2020).
- Bao et al. [2020] J. Bao, V. Murugesan, C. J. Kamp, Y. Shao, L. Yan, and W. Wang, Machine learning coupled multi-scale modeling for redox flow batteries, Advanced Theory and Simulations 3, 1900167 (2020).
- Shah et al. [2011] A. A. Shah, R. Tangirala, R. Singh, R. G. Wills, and F. C. Walsh, A dynamic unit cell model for the all-vanadium flow battery, Journal of the Electrochemical Society 158, 10 (2011).
- Eapen et al. [2019] D. E. Eapen, S. R. Choudhury, and R. Rengaswamy, Low grade heat recovery for power generation through electrochemical route: Vanadium Redox Flow Battery, a case study, Applied Surface Science 474, 262 (2019).
- Yang et al. [2019] X. Yang, D. Barajas-Solano, G. Tartakovsky, and A. M. Tartakovsky, Physics-informed cokriging: A gaussian-process-regression-based multifidelity method for data-model convergence, Journal of Computational Physics 395, 410 (2019).
- Tartakovsky and Tipireddy [2019] A. Tartakovsky and R. Tipireddy, Physics-informed machine learning method for forecasting and uncertainty quantification of partially observed and unobserved states in power grids, in Proceedings of the 52nd Hawaii International Conference on System Sciences (2019).
- Yang et al. [2018] X. Yang, G. Tartakovsky, and A. Tartakovsky, Physics-informed kriging: A physics-informed gaussian process regression method for data-model convergence, arXiv preprint arXiv:1809.03461 (2018).
- Rasmussen [2003] C. E. Rasmussen, Gaussian processes in machine learning, in Summer School on Machine Learning (Springer, 2003) pp. 63–71.
- Chen et al. [2014] C. L. Chen, H. K. Yeoh, and M. H. Chakrabarti, An enhancement to Vynnycky’s model for the all-vanadium redox flow battery, Electrochimica Acta 120, 167 (2014).
- Williams and Rasmussen [2006] C. K. Williams and C. E. Rasmussen, Gaussian processes for machine learning, Vol. 2 (MIT press Cambridge, MA, 2006).
- Kennedy and O’Hagan [2000] M. C. Kennedy and A. O’Hagan, Predicting the output from a complex computer code when fast approximations are available, Biometrika 87, 1 (2000).
- Stein and Corsten [1991] A. Stein and L. Corsten, Universal kriging and cokriging as a regression procedure, Biometrics , 575 (1991).
- Knotters et al. [1995] M. Knotters, D. Brus, and J. O. Voshaar, A comparison of kriging, co-kriging and kriging combined with regression for spatial interpolation of horizon depth with censored observations, Geoderma 67, 227 (1995).
- Le Gratiet and Garnier [2014] L. Le Gratiet and J. Garnier, Recursive co-kriging model for Design of Computer experiments with multiple levels of fidelity, International Journal for Uncertainty Quantification 4, 365 (2014).
- Perdikaris et al. [2015] P. Perdikaris, D. Venturi, J. O. Royset, and G. E. Karniadakis, Multi-fidelity modelling via recursive co-kriging and gaussian–markov random fields, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences 471, 20150018 (2015).
- Chen et al. [2021] Y. Chen, Z. Xu, C. Wang, J. Bao, B. Koeppel, L. Yan, P. Gao, and W. Wang, Analytical modeling for redox flow battery design, Journal of Power Sources 482, 228817 (2021).
- Shah et al. [2008] A. A. Shah, M. J. Watt-Smith, and F. C. Walsh, A dynamic performance model for redox-flow batteries involving soluble species, Electrochimica Acta 53, 8087 (2008).
Methods
V.1 Gaussian process regression
In GPR we wish to find the cell voltage at input variables , , as a Gaussian process:
(12) |
where and and are the mean and covariance function, given by
(13) | ||||
(14) |
where the operator is the ensemble mean. We denote the covariance matrix to be the matrix given by
(15) |
and define the covariance vector as
(16) |
The GPR prediction of at is then given by the posterior distribution , where the posterior mean and variance are given by
(17) |
(18) |
where and .
To ensure that is invertible we substitute , where . This is equivalent to assuming there is i.i.d. observation noise with variance [10].
V.2 Monte-Carlo estimates of the mean and covariance of given by the 0d model
The 0d model of an RFB was originally proposed in [22, 8] and modified by [9] to give a fast estimate of redox-flow battery performance. The 0d model gives the cell voltage, , due to an applied current density, , in the form
(19) |
where is the reversible Open Current Voltage (OCV), is the activation overpotential, and is the ohmic losses. A short explanation of the 0d model is given below.
The two half reactions in the RFB are given by
(20) | ||||
(21) |
From Nernst’s equation [9],
(22) |
where is the molar concentration of species , and are the formal potentials for the reactions at the negative and positives electrodes, is the molar gas constant, is the cell temperature, and is the Faraday constant.
The activation overpotential is given by
(23) |
where
(24) |
(25) |
and
(26) | ||||
(27) |
The coefficients and are the reference rate constants for reactions (20) and (21) at , respectively, and are typically determined from experiments.


The ohmic losses are given by
(28) |
with the current collector conductivity , the membrane conductivity
(29) |
where is the membrane water content for a fully saturated membrane, and the electrolyte ionic conductivity to be determined from experimental results. The widths of the membrane, electrolyte, and current collector are denoted by , , and , respectively. The specific area is given by , where is the specific surface area that is determined from experiments and is the electrode volume. Mass balance for each species is used to determine for and . For details see [22, 8].
While most of the parameters in the 0d model can be directly measured or estimated based on the battery design and material properties, the parameters , and denoting the reference rates for reactions (20) and (21), the electrode conductivity, and the specific surface area, must be calibrated [8, 9, 21]. Table 2 presents values of these parameters from the calibration studies in [8, 9, 21]. The fixed parameters are given in Table 3.


[8] | [9] | [21] | |
---|---|---|---|
() | |||
() | |||
() | 100 | 1000 | 500 |
(/) |
A comparison of the 0d model predictions with these three sets of parameters for two experiments is given in Fig. 7. For all considered experiments, the parameters in [9] underestimate , while the parameters in [8] overestimate . The parameters from [21] were obtained from an experiment in a cell similar to the one used in the experiments considered in this work, and so they provide the best agreement in Fig. 7 and serve as the starting point for the MC simulations.
To model the th experiment (), in the MC simulation method, we solve the 0d equations times with the input parameters
taken from Table 5 for experiment . The parameters are taken as Gaussian random variables with the mean values given by [21] and standard deviation :
(30) | ||||
(31) | ||||
(32) | ||||
(33) |
where denotes a Gaussian random variable with mean and standard deviation Fig. 8 shows 50 realizations of computed from the 0d model for one of the experiments as well as observed in the experiment and computed from the 0d model with . Because the 0d model involves logarithm functions, for some values of the output may be undefined. Therefore, we only consider MC realizations where the value is defined for all time. This figure shows that the mean cell voltage obtained from the MC method cannot accurately predict the tails of the charge and discharge curves. Similar results are obtained for the other experiments.
Supplementary information
Detailed description of high-fidelity data
The experiments use Nafion 115 and 212 membranes. The positive and negative electrodes are made of 3 mm thick graphite felt with active areas of 10 cm2. The electrolytes are prepared by dissolving 1.5 M (Aldrich, 99%) in 3.5 M solution (Aldrich, 96–98%). The electrolytes are placed in two glass reservoirs and circulated at a flow rate of 20 mL/min by a peristaltic pump. The flow cell electrochemical performance are measured and recorded using a potentiostat/galvanostat (Arbin Instrument, USA) with the fixed voltage range of 0.8 to 1.6 V. Table 5 lists parameters that were varied between the experiments while the parameters that were kept constant in all experiments are given in Table 4. The current density in each experiment is kept constant, although it varied between experiences.
Parameters | Values |
---|---|
4.17 m/s | |
0.0 mol/m3 | |
0.0 mol/m3 | |
Temperature | 298.15 K |
Electrode height | 0.05 m |
Electrode breadth | 0.025 m |
Electrode width | 0.004 m |
Collector width | 0.015 m |
Exp. | Membrane | Notes | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
(A) | (m3) | (mol/m3) | (mol/m3) | (mol/m3) | (mol/m3) | (mol/m3) | (mol/m3) | |||
1 | 0.5 | 115 | ||||||||
2 | 0.75 | 115 | ||||||||
3 | 0.75 | 115 | ||||||||
4 | 0.4 | 115 | Sulfuric acid electrolyte | |||||||
5 | 0.5 | 115 | Membrane soaked in for 1 hour pretreatment | |||||||
6 | 0.5 | 212 | Membrane soaked in and plasma pretreatment | |||||||
7 | 0.69 | 115 | ||||||||
8 | 0.75 | 115 | ||||||||
9 | 0.69 | 115 | ||||||||
10 | 0.75 | 115 | ||||||||
11 | 0.8 | 212 | Varying temperature | |||||||
12 | 0.4 | 212 | Sulfuric-hydrochloric acid electrolyte | |||||||
13 | 0.4 | 212 | 10% of | |||||||
14 | 0.5 | 212 | Acetic acid additive | |||||||
15 | 0.5 | 212 | ||||||||
16 | 0.5 | 212 | Different electrode from Toyobo |