{"id":"ea0d167a-e764-4ce8-8c33-3c1b56c45175","arxiv_id":"2411.14700","paper_version":1,"verdict":"CONDITIONAL","confidence":"MODERATE","novelty_score":6.0,"correctness_risk":"medium","formal_verification":"none","parameter_count":5,"one_line_summary":"Grid-connected EV dispatch that uses linearized electrochemical-battery constraints can produce feasible plans, reduce battery degradation, and solve faster than standard swapping-station models in simulation.","lead":"This paper embeds a lithium-ion battery electrochemical model into day-ahead EV charging and battery-swapping dispatch by replacing it with fitted linear power, heat, and power-limit formulas, then solving a mixed-integer linear program. It reports that this approach keeps dispatch plans physically feasible, cuts battery heat and aging relative to simpler models, and solves faster through state aggregation.","discovery_kind":"new_method","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The LPC linear planes in Eqs. (3), (7), and (10) are validated only in-sample (Table I); because the optimizer will exploit fit error at feasibility boundaries, the EM-based dispatch and the 24.19% capacity-loss claim lack independent confirmation.","rationale":"The reader's weakest assumption identifies essentially the same load-bearing concern: the LPC linear fits are the only bridge between the electrochemical model and the dispatch, yet they are validated only in-sample with undisclosed coefficients, and no held-out or real-cell validation is provided. My reading of the manuscript confirms this. The method itself is coherent: the matrix-based state updates in Eqs. (11)–(16) correctly vectorize the recursive linear recurrences, the BSS multi-layer formulation is a sensible complexity-reduction device, and the comparison of solution times (72.63% reduction) is a legitimate algorithmic claim for the specific M1 baseline. The battery-model comparison in Table V is also internally consistent as a model-to-model comparison. However, the central quantified promises—feasible dispatch in cold and degraded conditions, reduced internal heat, and up to 24.19% capacity-loss reduction—rest on the accuracy of the fitted planes at the optimizer's operating extremes, and that accuracy is not established. The absence of fitted coefficients and code prevents an independent error analysis. These issues are addressable with cross-validation, disclosed fits, and full-order EM closed-loop checks, so conditional acceptance rather than rejection is the appropriate stance. No stronger concern, such as an internal mathematical inconsistency in the matrix updates, surfaced in my reading; the recurrence derivations are dimensionally consistent if Eq. (12) is read as χ = 1 − a1Δt/C0, and the piecewise SOPT formulation is reasonable. Therefore the reader's conditional verdict should be preserved.","tokens_in":23482,"tokens_out":4365,"duration_ms":81122,"concrete_test":"Request or release the LPC sampling data and fitted coefficients; perform k-fold or leave-one-segment-out cross-validation over the SOC–Θ0–P grid and report maximum absolute error and 95% prediction intervals for current, ΔΘ, and SOPT. Then take the M2 schedule from the fast-charging/low-temperature or degraded-cell case and rerun the full-order EM at 1-s resolution; count violations of V, ξ±, η ≥ ηmin, φ_se, τ_L, and Θ bounds. If any constraint violation occurs, or if the SOPT prediction error exceeds 5% in any region actually used by the optimizer, the dispatch-feasibility and aging-reduction claims are unsupported.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The central claim is that embedding the linearized electrochemical model (LPC) in dispatch yields feasible, battery-friendlier schedules. This requires the fitted planes for current (Eq. 3), temperature rise (Eq. 7), and available power (Eq. 10) to be accurate over the entire operating envelope actually visited by the optimizer, including 15-minute steps, cold ambient temperature, fast charging, and degraded cells. The paper reports only in-sample R² values (0.96–0.99 in Table I), does not disclose the fitted coefficients, and does not test on held-out EM simulations or real cells. This is not a cosmetic issue: a MILP optimizer will push power to the boundary of the feasible set, precisely the region where linear fits are most likely to err. If an SOPT plane overestimates available power, the resulting schedule can violate the EM operating constraints (voltage, lithium concentration, efficiency, interface potential, lithium loss) when implemented; if a heat-dynamics plane underestimates temperature rise, the subsequent SOPT bounds are too optimistic. The full-order EM reevaluation in Section V-D is not an independent check: the LPC was fitted to that same EM, so it can confirm internal consistency but not real-cell fidelity. The capacity-loss reduction figures (up to 24.19%) are therefore conditional on two unverified layers: the EM itself as a surrogate for a real battery, and the LPC planes as a surrogate for that EM.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper proposes a day-ahead optimal dispatch framework for grid-connected electric vehicles that embeds a linearized electrochemical battery model (termed LPC) into a mixed-integer linear program. The LPC consists of three fitted relationships obtained from electrochemical-model simulations: a power-dynamics plane relating current to SOC and power (Eq. (3)), a heat-dynamics plane relating temperature change to initial temperature and power (Eq. (7)), and piecewise-linear state-of-power-thermal (SOPT) limits (Eq. (10)). Matrix-based update formulas (Eqs. (11)-(16)) avoid recursive state updates. For battery swapping stations, a multi-layer model with a virtual warehouse and chronologically/individually aggregated charging docks (model M2) is proposed to reduce integer complexity. A local energy system case study compares M2 with an ordinary MILP formulation (M1) and compares EM-based dispatch with equivalent-circuit-model (ECM) and source-sink-model (SSM) dispatch, reporting a 72.63% solution-time reduction and capacity-loss reductions up to 24.19%.","tokens_in":23942,"tokens_out":7322,"duration_ms":77919,"significance":"If the claims hold, the paper is a useful step toward incorporating physics-based battery models into distribution-system dispatch. The matrix-based state update and the BSS aggregation are practical algorithmic contributions, and the paper demonstrates, at least in simulation, that state-dependent power limits can improve feasibility and reduce simulated degradation relative to simple battery models. However, the empirical validation is entirely in-sample and self-referential: the LPC surfaces are fitted to electrochemical-model simulations and the dispatch plans are then evaluated with that same model. The quantitative headline numbers (72.63% and 24.19%) are therefore conditional on the LPC approximation and on the electrochemical model as a proxy for real cells. The contribution is significant if external validation is added, but as it stands the evidence is not sufficient for the strength of the conclusions.","major_comments":[{"comment":"The validation is circular in an important sense. The LPC fits in Eqs. (3), (7), and (10) are assessed only by in-sample R-squared values (Table I), and the battery-model comparison in Section V-D reevaluates all dispatch plans by simulating the full-order EM from which the LPC data were generated. Because a MILP optimizer will push power to the boundary of the fitted feasible region, fit errors at those boundaries are exactly where the constraints are most likely to be violated. R-squared values above 0.96 on training samples do not establish that the LPC planes are accurate on held-out operating points, especially for aged cells and 10°C ambient temperature. Please add out-of-sample validation, such as fitting on a subset of EM simulations and testing on held-out SOC/temperature/power combinations, and report maximum constraint violations of the resulting dispatch when simulated with the full-order EM. Without this, the reported capacity-loss reductions (e.g., 24.19% in Table V) cannot be distinguished from artifacts of the LPC approximation.","section":"Section V-D and Table I"},{"comment":"Assumption 1 states that the EVB current remains constant within each 15-minute decision step. This assumption directly underlies the current approximation in Eq. (2), the SOC update in Eq. (4), the heat-dynamics fit in Eq. (7), and the SOPT definition in Eq. (9). Under the fast-charging scheme (about 1C) and at low ambient temperature, cell voltage and current limits can change appreciably within 15 minutes, so a constant-current trajectory may not represent the realized operation of the battery. Since the LPC surfaces are fitted to constant-current EM simulations, a dispatch that is feasible in the LPC approximation may be infeasible when implemented with a realistic variable-current profile. Please quantify this effect, for example by simulating representative dispatch decisions under a variable-current EM controller and comparing SOC, temperature, and constraint violations against the constant-current assumption.","section":"Section II-B1, Assumption 1"},{"comment":"The fitted coefficients for the three LPC components are not reported. Equations (3), (7), and (10) depend on a0,a1,a2; e0,e1,e2,dis,e2,char; and the piecewise SOPT coefficients b_m0,b_m1,b_m2. Only R-squared values are given in Table I. Without these coefficients, the model cannot be reproduced, the claimed convexity of the heat-dynamics 'V' shape and of the piecewise SOPT cannot be checked, and the extrapolation behavior outside the sampled range cannot be assessed. Please provide the coefficients (or a public implementation) together with the fitting sample size, the ranges of SOC, temperature, and power used for fitting, and residual statistics.","section":"Section II-B and Table I"},{"comment":"The comparison between EM, ECM, and SSM is not fully matched. The SSM is described as a fixed empirical power limit, and the ECM uses a 'similar thermostatic SOPT estimation method' but without the temperature and aging state updates available to the EM. While this may be a fair representation of typical practice, the conclusion that 'considering EM is necessary and superior' would be stronger if the comparators were given equivalent information, for example state-dependent SOPT derived from the ECM with the same optimization procedure and with temperature/aging feedback where applicable. As written, the comparison conflates model fidelity with calibration effort, so the magnitude of the reported advantages (up to 24.19% capacity-loss reduction) is not fully attributable to the electrochemical model itself.","section":"Section V-D, Fig. 8 and Table V"}],"minor_comments":[{"comment":"The text says 'n = 900 samplings with δt = 1 s interval are selected', which corresponds to a 15-minute window; please state the relationship explicitly to avoid ambiguity.","section":"Section V-A"},{"comment":"The legend label 'Sink' appears to refer to the SSM model; please rename it to 'SSM' for consistency with the text.","section":"Section V-D, Fig. 8"},{"comment":"The big-M constant M_b is not specified. Please state how it is chosen and verify that it is large enough not to cut off feasible operating points.","section":"Section III-B, Eq. (22)"},{"comment":"The sign convention for charging power (negative values) in the efficiency terms P_ES,d γ + P_ES,c/γ should be stated explicitly, since otherwise the expression may be confusing to readers.","section":"Section IV-B, Eq. (32)"},{"comment":"The 'thermostatic' scenario still uses the heat-dynamics update; the paper explains that the temperature variation is small (below 3°C), but the wording 'Case I is thermostatic' could be clarified to say that the temperature is modeled but has little effect.","section":"Section V-B, Case I"},{"comment":"There are several grammatical issues, e.g., 'the implementation of EM demonstrates significant efficacy...' should begin with a capital letter, and 'which is incapable in the dispatch utilizing ECM or SSM' is awkward; please proofread the final version.","section":"General"}],"recommendation":"major_revision","confidential_remarks":"The core algorithmic idea is sound and the matrix-based update derivation appears algebraically coherent. The main risk is overclaiming external validity from a fully in-sample, self-referential simulation study. I would encourage the editor to request out-of-sample EM validation and disclosure of the fitted coefficients before considering the manuscript for publication. The paper is within the scope of the journal, and the computational-efficiency results for M2 are interesting, but the quantitative superiority claims for EM-based dispatch need stronger evidence."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Short version: this is a genuine engineering contribution — embedding a linearized electrochemical battery model into day-ahead MILP dispatch for both V2G charging stations and battery swapping stations — but the headline numbers (24.19% capacity-loss reduction, 72.63% speedup) rest on in-sample validation and should be treated as provisional.\n\nWhat's new and good: the matrix-based non-iterative state update (Eqs. 11–16) removes the need for explicit current variables and keeps the MILP tractable, which is a clean idea. The multi-layer BSS model with the virtual warehouse and aggregated charging docks is a thoughtful response to the combinatorial scaling problem. The case study is thorough: multiple operating conditions, comparison against SSM and ECM, and a full-order EM re-simulation of the dispatch plans.\n\nThe soft spot is the validation loop. The LPC planes in Eqs. (3), (7), (10) are fitted to EM simulations, and the dispatch is then evaluated by simulating that same EM. So the feasibility and aging comparisons are a self-consistency check, not an independent test. The R² values (0.96–0.99) are in-sample; fitted coefficients are not disclosed; no held-out simulations or real-cell data appear. Since a MILP optimizer will push power to the boundary of the feasible set, small fit errors at the edges of the operating envelope could make the 'EM-based' schedule infeasible or over-optimistic on a real cell. That doesn't sink the method, but it does mean the 24.19% and related numbers are conditional on two unverified layers: EM's fidelity to real cells and the planes' fidelity to EM.\n\nAssumption 1 (constant current over 15-minute steps) is likewise untested against higher-resolution control, and the speedup claim compares M2 to a baseline the authors constructed themselves — a reasonable algorithmic comparison, but not an absolute practicality statement.\n\nWho gets value: power-systems people working on EV dispatch and battery-aware scheduling, and battery folks interested in how electrochemical models can be linearized for optimization. It deserves a serious referee. The method is novel, clearly presented, and the limitations are addressable with held-out validation, error bars, and released artifacts. I'd engage with it, but I'd wait for the independent validation before citing the quantitative battery-benefit claims.","headline":"A novel and well-executed method paper embedding a linearized electrochemical battery model into MILP dispatch, but the quantitative benefits are in-sample and need independent confirmation.","tokens_in":24392,"tokens_out":3211,"would_cite":true,"duration_ms":31211,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"A linearized electrochemical battery model can make EV dispatch faster and gentler on cells.","keywords":["electric vehicle","vehicle-to-grid","battery swapping station","electrochemical battery model","mixed-integer linear programming","day-ahead dispatch","battery degradation","lithium-ion battery"],"falsifier":"Take the M2 dispatch plan produced for the cold-weather and degraded-cell cases, feed its per-step power commands back into the full electrochemical simulator on held-out trajectories (or run them on a real cell at 10 °C after many cycles), and check whether predicted SOC, cell temperature, and available power stay inside the operating limits; if voltage or lithium-concentration bounds are violated, or measured capacity loss does not beat ECM-based dispatch by about 24%, the central claim fails.","tokens_in":23309,"feed_emoji":"🔋","tokens_out":7293,"duration_ms":67923,"temperature":0.7,"pith_summary":"This paper tries to establish that day-ahead dispatch of grid-connected electric vehicles can be built on a refined lithium-ion battery electrochemical model, not just on static state-of-charge bookkeeping or equivalent-circuit approximations, and that this is computationally practical. The authors compress the electrochemical model into linear power-characterization (LPC) planes for energy conversion, cell temperature, and maximum available power, then embed these planes as constraints in a mixed-integer dispatch problem covering charging stations, a battery swapping station, and a local energy system. If the approach works, dispatchers gain power limits that adapt to cell temperature and degradation, avoiding schedules that would drain the battery below safe limits or accelerate aging. In the authors' simulations, the electrochemical-aware dispatch cuts capacity loss by up to 24.19% relative to equivalent-circuit-model dispatch and solves 72.63% faster than a direct integration of the same constraints in a 500-battery swapping-station case.","feed_headline":"Battery-aware dispatch cuts capacity loss by 24%","feed_subtitle":"A refined electrochemical battery model makes EV grid schedules faster to solve and gentler on cells.","key_machinery":"The load-bearing object is the linearized power characterization (LPC): a set of affine planes fitted to simulations of the electrochemical model over one decision step ($\\Delta t = 15$ min), covering power dynamics ($I \\approx a_0 + a_1 SOC + a_2 P$), heat dynamics (piecewise planes for charge and discharge), and state-of-power-thermal (SOPT) limits (piecewise planes in $SOC$ and temperature). Around these planes the paper builds two accelerators: a matrix-based, non-iterative update that propagates every battery's SOC and temperature over all time steps in one vectorized expression, and a multi-layer battery swapping station model with a virtual warehouse that keeps offline batteries at two discrete SOC levels and aggregates charging docks by shared control signals. Together they convert the otherwise non-convex, sequentially coupled electrochemical dynamics into constraints a mixed-integer linear program can carry.","core_discovery":"The central claim is that embedding the electrochemical model through LPC makes the dispatch adapt to the battery's actual physical state: available power boundaries become functions of current state of charge and cell temperature, so the same battery is dispatched more conservatively when it is cold, degraded, or fast-charged. The paper validates this in a local energy system with 100 charging EVs and up to 750 swapping-station batteries, showing that the proposed M2 formulation keeps the problem solvable as a mixed-integer linear program, reduces solving time by 72.63% compared with the ordinary M1 formulation, and in full-order electrochemical re-simulation produces feasible plans, conversion efficiency above the set limit, lower internal heat, and up to 24.19% less capacity loss in low-temperature and degraded-cell scenarios.","pith_inferences":["Editorial extension: the same offline fitting pipeline could be rerun for other cell chemistries, ambient temperatures, and degradation levels to build a library of LPC planes, making electrochemical awareness a drop-in replacement for static power limits in any MILP-based dispatch or market bidding model.","Editorial extension: because the LPC planes are fitted on simulated data with $R^2$ between 0.96 and 0.99 and the fitted coefficients are not disclosed, a natural stress test is to compare the plane fits against piecewise-linear or data-driven surrogates with more breakpoints; the reported 24.19% capacity-loss advantage could depend on fit granularity.","Editorial extension: the virtual-warehouse aggregation collapses all offline batteries into two discrete SOC levels, which assumes uniformity within each warehouse class; under heterogeneous battery health or high swapping demand, tracking per-battery state would be a testable refinement and might change the cost or degradation estimates."],"forward_implications":["Dispatch plans from the electrochemical-aware model impose power limits that tighten as cells age and as temperature drops, so the same schedule would not over-discharge a battery in winter or after thousands of cycles.","Because the SOC and temperature updates are matrix-based and the swapping logic is aggregated, the mixed-integer problem stays solvable at hundreds of batteries: the M2 model solves 72.63% faster than the ordinary M1 model at 500 batteries and handles 750 batteries where M1 cannot close the 5% gap within an hour.","A full-order electrochemical re-simulation of the dispatch plans shows that SSM-based schedules can be physically infeasible under fast charging, while EM-based schedules keep cell energy conversion efficiency above the imposed limit and reduce internal heat generation by up to 69% in the degraded-cell case.","Accumulative capacity loss is reduced by 14.41% at low temperature and 24.19% for degraded cells relative to ECM-based dispatch, which is the paper's evidence that considering the electrochemical model actively inhibits aging."],"supporting_citations":[{"why":"supplies the simplified electrochemical model EM(·) that is simulated to generate the power, heat, and SOPT data for linearization","marker":"[41]"},{"why":"supplies the feasible power characterization / LPC approach that this paper extends into recursive constraints and matrix-based state updates","marker":"[40]"},{"why":"provides the one-for-one battery swapping logic used to build the baseline M1 model for the computational comparison","marker":"[26]"},{"why":"provides the lumped heat model from which the paper derives its heat dynamics and temperature update","marker":"[42]"},{"why":"supports relaxing the charge/discharge exclusivity constraint in the power balance when interface efficiency is included","marker":"[43]"},{"why":"supplies the household load and PV data used to build the local energy system scenario","marker":"[44]"},{"why":"supplies the EV charging arrival data used to approximate battery swapping demand","marker":"[45]"}],"fun_headline_variants":["Electrochemical model cuts EV battery loss 24%","Smarter dispatch via battery physics: solve 73% faster","Grid-EV dispatch adapts to cell state, cuts loss 24%","Battery-aware V2G scheduling: 24% less degradation"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The load-bearing premise is that the fitted linear planes reproduce the electrochemical model well enough over the whole dispatch envelope—15-minute steps, cold ambient temperature, fast charging, and aged cells—even though the fits were checked only by $R^2$ on training samples and not on held-out simulations or real cells.","fun_headline_variants_meta":{"raw":{"variants":["Electrochemical model cuts EV battery loss 24%","Smarter dispatch via battery physics: solve 73% faster","Grid-EV dispatch adapts to cell state, cuts loss 24%","Battery-aware V2G scheduling: 24% less degradation"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000199,"raw_usage":{"total_tokens":1343,"prompt_tokens":885,"completion_tokens":458,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":501,"completion_tokens_details":{"reasoning_tokens":385}},"tokens_in":501,"tokens_out":458,"duration_ms":4573,"temperature":1.0,"reasoning_tokens":385,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-12T15:00:27.826898+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Take the M2 dispatch plan produced for the cold-weather and degraded-cell cases, feed its per-step power commands back into the full electrochemical simulator on held-out trajectories (or run them on a real cell at 10 °C after many cycles), and check whether predicted SOC, cell temperature, and available power stay inside the operating limits; if voltage or lithium-concentration bounds are violated, or measured capacity loss does not beat ECM-based dispatch by about 24%, the central claim fails.","supporting_citations":[{"cited_title":"A simplified electro-chemical lithium-ion battery model applicable for in situ monitoring and online control,","cited_arxiv_id":null,"evidence_quote":"supplies the simplified electrochemical model EM(·) that is simulated to generate the power, heat, and SOPT data for linearization"},{"cited_title":"Enhancing dispatch- ability of lithium-ion battery sources in integrated energy-transportation systems with feasible power characterization,","cited_arxiv_id":null,"evidence_quote":"supplies the feasible power characterization / LPC approach that this paper extends into recursive constraints and matrix-based state updates"},{"cited_title":"Optimal oper- ation and services scheduling for an electric vehicle battery swapping station,","cited_arxiv_id":null,"evidence_quote":"provides the one-for-one battery swapping logic used to build the baseline M1 model for the computational comparison"},{"cited_title":"Lithium- ion battery thermal-electrochemical model-based state estimation using orthogonal collocation and a modified extended Kalman filter,","cited_arxiv_id":null,"evidence_quote":"provides the lumped heat model from which the paper derives its heat dynamics and temperature update"},{"cited_title":"Sufficient conditions for exact re- laxation of complementarity constraints for storage-concerned economic dispatch,","cited_arxiv_id":null,"evidence_quote":"supports relaxing the charge/discharge exclusivity constraint in the power balance when interface efficiency is included"},{"cited_title":"Data package household data. Version 2020-04-15,","cited_arxiv_id":null,"evidence_quote":"supplies the household load and PV data used to build the local energy system scenario"},{"cited_title":"ACN-data: Analysis and applications of an open EV charging dataset,","cited_arxiv_id":null,"evidence_quote":"supplies the EV charging arrival data used to approximate battery swapping demand"}],"review_version":1}