{"id":"f7c3f0d5-9a85-438c-8af8-599fcc772a4e","arxiv_id":"2412.01359","paper_version":2,"verdict":"REJECT","confidence":"HIGH","novelty_score":5.0,"correctness_risk":"high","formal_verification":"none","parameter_count":4,"one_line_summary":"A MILP scheduling model for solar-ORC with storage is coupled to a peer-to-peer trading model, claiming 16% operational cost savings that depend on an incomplete grid-cost accounting.","lead":"The paper builds two optimization models for a solar organic Rankine cycle plant with battery storage and peer-to-peer energy trading in a microgrid. It reports operational cost savings around 16%, but the comparison omits the cost of grid electricity purchases, which makes the headline result unreliable.","discovery_kind":"new_application","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The 16% cost saving is not established because grid imports/exports are unpriced in Eq. (1) and free in Eq. (4), while the grid-only baseline is never specified.","rationale":"The reader's weakest assumption identifies exactly the load-bearing weakness: the S-ORC objective omits grid import/export costs, and the grid-only baseline is not defined with the same accounting. My independent reading of Eqs. (1) and (4) confirms that e_t_in and e_t_out are free variables, so the model can import electricity at zero cost and the reported savings may reflect free imports versus paid imports in the baseline. Section 6.3 does not provide the baseline formulation, and the TET objective (26) similarly leaves h_t_in/h_t_out unpriced. This is not a disagreement about modeling conventions or a matter of external consensus; it is an internal incompleteness of the cost comparison that the paper's headline claim depends on. I also note the additional underdetermination caused by unbounded e_t_in/e_t_out, which strengthens rather than changes the reader's concern. The proposed concrete test — adding positive grid prices and rerunning both models — would settle whether the 16% figure survives. Given the missing baseline and absent grid price term, the paper's central quantitative claim is currently unsupported, and the reader's REJECT verdict should stand unchanged.","tokens_in":21018,"tokens_out":3377,"duration_ms":31504,"concrete_test":"Re-run the S-ORC and TET experiments with a grid price term added to objectives (1) and (26), e.g. add sum_t (c_grid_t * e_t_in - c_feed_t * e_t_out), using the same positive c_grid_t for the proposed model and for the grid-only baseline, and state the baseline explicitly as min sum_t c_grid_t * D_t. If the average 16% reduction (and the 12% S-ORC-only figure) is not reproduced with strictly positive grid import prices, the headline claim fails. A minimal variant is to set c_grid_t to the Italian tariff used in Section 6, c_feed_t = 0, and report both objectives and whether the optimal e_t_in/e_t_out values are bounded.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The S-ORC objective (1) minimizes only cp*x_t + cb*(b_t_in + b_t_out). Grid withdrawal e_t_in and grid injection e_t_out appear only in inequality (4), g_t + e_t_in >= D_t + e_t_out, with no price term and no upper bound. The optimizer can therefore meet demand with free grid imports while charging the ORC and battery for their services; the model is also underdetermined, since arbitrary import/export pairs can be absorbed by (4) without changing the objective. The same issue appears in the TET model, whose objective (26) prices only transmission, while system-level h_t_in and h_t_out in Eq. (29) are free. The claimed 16% average reduction is reported in Section 6.3 as a comparison against 'using the grid as the only source', but the baseline objective is never written down. If the baseline pays for grid imports at a positive tariff while the proposed model imports for free, the savings are an accounting artifact rather than a property of the S-ORC plus P2P trading framework. Because the central quantitative claim depends directly on this asymmetric cost accounting, it is not supported by the present formulation.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper proposes two mixed-integer linear programs: an S-ORC model for the weekly operational scheduling of a solar organic Rankine cycle coupled with a battery, and a TET model for peer-to-peer transactive energy trading among prosumers in a microgrid community. The S-ORC model includes thermodynamic relationships for the working fluid, solar collector efficiency, and a battery degradation mechanism; the TET model routes residual imbalances between prosumers and the grid. The authors report a sensitivity analysis across working fluids, plant sizes, solar collector technologies, seasons, and two locations (Bologna and Tromsø), and they claim an average 16% reduction in operational costs when the Solar-ORC is used in P2P trading compared with a grid-only baseline. The central economic claim is not supported by the model as written because grid imports and exports are unpriced in the objectives, and the grid-only baseline is never formally defined.","tokens_in":21291,"tokens_out":5540,"duration_ms":53139,"significance":"If the economic claim were properly supported, the paper would make a useful contribution: it demonstrates how a technology-detailed ORC model can be embedded in a tractable MILP scheduling and trading framework, and it provides a broad sensitivity exploration (nine working fluids, five collector types, multiple seasons and locations). The computational tractability (instances solved in seconds) is a genuine strength for potential integration into larger energy system models. However, the load-bearing 16% cost-saving result depends on an incomplete cost accounting in which grid electricity is free in the proposed model and the comparison baseline is not specified. The model also contains unresolved storage and degradation formulation issues. These problems are fixable, but the quantitative results in the current manuscript cannot be relied upon.","major_comments":[{"comment":"The S-ORC objective minimizes only cp*x_t + cb*(b_t_in + b_t_out); grid withdrawals e_t_in and injections e_t_out appear only in inequality (4), with no price term and no upper bound. The optimizer can therefore satisfy demand with arbitrary grid imports at zero cost, and the model is underdetermined because any e_t_in/e_t_out pair satisfying (4) leaves the objective unchanged. The 16% reduction reported in Section 6.3 is computed against 'using the grid as the only source', but that baseline objective is never written down and no grid tariff is specified anywhere in the paper. If the baseline pays for grid imports while the proposed model imports them free, the savings are an accounting artifact rather than a property of the Solar-ORC plus P2P framework.","section":"Section 5.2, Eq. (1) and (4)"},{"comment":"The TET objective prices only transmission costs c^t_T |f^t_ij|, while the system-level grid balances h_t_in and h_t_out in Eq. (29) are free and unbounded. The trading layer can therefore absorb arbitrary mismatches with the grid at zero cost, which again means that the comparison between TET and a grid-only baseline depends on an implicit grid price that is never introduced. In addition, Eq. (27) uses j both as the summation index and on the right-hand side; the right-hand side should presumably be e_t_i,out, or the sums need relabeling.","section":"Section 5.3, Eq. (26)-(29)"},{"comment":"The battery state b_t is never bounded by b_max or by the degradation-limited capacity b_t_max. Constraints (21)-(22) only bound the charging and discharging flows b_t_in and b_t_out, not the accumulated battery level b_t. With b^0 = 0 and no upper bound on b_t in Eq. (13), the storage can accumulate arbitrarily large energy, so the battery capacity and its degradation limit are not actually enforced. A constraint of the form b_t <= b_t_max (and b_t <= b_max) is missing.","section":"Section 5.2, Eq. (13)-(22)"},{"comment":"The degradation constraint applies B_fade/B_throughput * |b_t - b_{t-1}| <= d_t as a per-time-step condition and then uses d_t in Eq. (20) as a capacity multiplier. The lifetime-throughput degradation model cited from ref. [23] is cumulative: capacity fade depends on the total energy discharged over the battery's lifetime, not on each individual hour's throughput. As written, d_t can be chosen independently in every period, and there is no accumulation of throughput over the horizon, so the model does not represent progressive aging or remaining lifetime. The degradation state should be accumulated across time steps before limiting capacity.","section":"Section 5.2, Eq. (19)"},{"comment":"The numerical values of cp, cb, the grid electricity price, and the demand profiles used for the reported 12% and 16% cost comparisons are not reported. Because the objective contains only cp and cb, and because the grid tariff is decisive for the baseline comparison, the central quantitative claims cannot be checked or reproduced from the paper. The authors should provide a complete data table (or a public repository) with all cost parameters, tariffs, and demand series.","section":"Section 6"}],"minor_comments":[{"comment":"The column labeled 'Density [kg/m^3]' contains values that are orders of magnitude too small for the listed fluids (for example, ethanol is around 789 kg/m^3, not 0.253 kg/m^3). Either the column is mislabeled (perhaps it is specific volume) or the density data are incorrect, and this feeds the mass-flow-rate comparison in Figure 5.","section":"Table 4"},{"comment":"There are several typographical and formatting issues: 'Sytem' in the Figure 12 caption, 'Artic' in Section 7, 'T able' in the table captions, and 'Section 5.3 we presents an optimization model' in the methodology text. These should be corrected in a revision.","section":"Throughout"},{"comment":"Equation (19) contains an absolute value in a MILP; the paper should state how the absolute value is linearized and clarify whether both charge and discharge throughput contribute to degradation or only discharge, given that the lifetime throughput is defined as total dischargeable energy.","section":"Section 5.2, Eq. (19)"},{"comment":"The conclusions state that the model 'will be made available in the GitHub platform under the name OPTI-ORC', but no repository link or code appendix is provided in the manuscript. For reproducibility, the code and data should be available at the time of review.","section":"Section 5.1 and Section 8"}],"recommendation":"major_revision","confidential_remarks":"The paper sits at the boundary of mathematical optimization and energy systems. The ORC modeling and the sensitivity analysis are reasonable and potentially useful, but the central cost-saving result is currently an accounting artifact because grid imports and exports are free in the proposed models and the baseline is not specified. The battery formulation also needs correction. These issues are fixable within the scope of the manuscript, so I recommend major revision rather than outright rejection; however, if the authors cannot provide a properly specified grid-tariff model and a defined baseline, the quantitative claims should be removed or substantially weakened."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"First, the abstract claim of 16% cost savings is not supported by the model as written. In the S-ORC objective (1) only the ORC production cost and battery cycling cost appear; grid imports e_t^in and exports e_t^out enter only constraint (4), have no price, and have no upper bound. So the optimizer can meet demand with free grid imports while minimizing the priced variables. The comparison baseline \"grid as the only source\" is never specified. The same issue appears in the TET model, where h_t^in and h_t^out are free in (29). The reported savings therefore may come entirely from this accounting asymmetry. That is a load-bearing flaw, not a minor detail.\n\nWhat the paper does well: it assembles a MILP that links solar-ORC thermodynamics (mass flow, lamination, collector efficiency) with battery operation and P2P trading, and it runs a broad sensitivity analysis across fluids, collector types, sizes, and two very different climates. That combination is new in the cited literature, and the model solves quickly. The authors are honest about not including investment costs.\n\nThe soft spots beyond the cost accounting: the battery degradation constraint (19) applies the fade factor per time step rather than cumulatively, and the absolute value makes it nonlinear, with no linearization described. The sequential S-ORC-then-TET decomposition is a heuristic and is not shown to preserve any optimality guarantee; the paper does not claim it does, but it should be stated plainly. The code is promised but not shipped, so the equations are all we have; several physical parameters (enthalpy differences, densities) appear in tables without a clear source for some values.\n\nI think the reader's take is right: reject the current version. But the paper deserves a serious referee rather than a desk reject. The core idea—a technology-detailed ORC module for energy system models—is useful, and the flaws are identifiable and fixable. If the authors price grid imports and exports, define the baseline with the same cost terms, and fix the degradation accumulation, the study could be a solid contribution to energy system optimization. I would not cite it in its current form.\n\nRecommendation: send to peer review with a strong expectation of major revision; the topics are within scope of a good energy modeling journal. I'd bring it to a reading group, but mainly as a cautionary example of how easy it is to make an apple-to-oranges comparison when grid costs are omitted.","headline":"The 16% cost saving is an artifact of free grid imports; the model has real potential but needs correct cost accounting and a defined baseline.","tokens_in":21800,"tokens_out":2803,"would_cite":false,"duration_ms":24696,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":["90C11","90C90"],"pacs":[],"model":"deepseek-v4-flash","headline":"A solar-ORC microgrid with battery storage can cut operational costs by an average of 16 percent under peer-to-peer energy trading, according to the paper's two-stage optimization models.","keywords":["Solar organic Rankine cycle","peer-to-peer energy trading","transactive energy","mixed-integer linear programming","microgrid","battery storage","operations research","energy systems modeling"],"falsifier":"Price grid imports and exports at the same per-kWh rate used in the grid-only baseline, re-solve the S-ORC and TET models, and compare the cost gaps; if the 16 percent shrinks to near zero, the central cost-saving claim is an artifact of free grid exchange.","tokens_in":20832,"feed_emoji":"⚡","tokens_out":5561,"duration_ms":43154,"temperature":0.7,"pith_summary":"This paper tries to show that a solar organic Rankine cycle plant paired with battery storage is economically viable in community microgrids where prosumers trade energy directly. It builds two mixed-integer linear programs: one schedules the solar-ORC and battery to meet a prosumer's demand, and the second optimizes peer-to-peer trades among microgrids using each plant's residual surplus and deficit. The key result is an average 16 percent reduction in operational costs compared with using the grid alone, with larger gains in sunnier locations and seasons. A reader should care because this is a concrete, computable pathway for making distributed solar heat-to-power technology competitive and for embedding it in larger energy-system models.","feed_headline":"Solar-ORC plus battery cuts microgrid costs 16 percent in P2P trading","feed_subtitle":"Two-stage MILP schedules the solar plant and local trades, making the claimed savings reproducible.","key_machinery":"The carrying object is the sequential two-model MILP architecture. The S-ORC model minimizes production and battery cycling costs subject to energy balances; it computes each prosumer's hourly surplus or deficit ($e^t_{in}$, $e^t_{out}$). The TET model then minimizes transmission costs $\\sum c^t_{T,ij}|f^t_{ij}|$ over energy flows between participants, using those imbalances as parameters. Thermodynamic detail enters through the mass-flow identity $m^t_{ORC} = \\rho A^t v$ linking pipe section, density, and velocity, with turbine and pump power from enthalpy differences, and battery aging enters through the lifetime-throughput constraint $B_{fade}/B_{throughput}|b^t-b^{t-1}| \\le d^t$.","core_discovery":"The central claim is that a Solar-ORC, modeled with thermodynamic detail (working fluid density, mass flow rate, turbine and pump enthalpy differences, collector efficiency) and coupled to a degrading battery, can be scheduled by a MILP and then used in a peer-to-peer trading market to lower total operational costs. Across instances representing different communities, locations (Bologna and Tromsø), and seasons, the two-stage procedure reports an average 16% cost reduction over a grid-only baseline, 19% for Bologna and 14.7% for Tromsø. The paper also finds that choice of working fluid and collector technology mainly affects plant sizing rather than operational decisions, and that the models solve weekly instances in seconds.","pith_inferences":["Editorial inference: if grid import and export prices were added to the S-ORC objective, the 16 percent gap would likely shrink, because the current formulation treats grid exchange as free while the grid-only baseline presumably pays for it.","Editorial inference: the same two-stage structure could test seasonal storage by adding a long-horizon battery or hydrogen state, which the paper lists as future work; Arctic sites like Tromsø would be the natural test case.","Editorial inference: linking the operational model to a design-optimization step (also flagged by the authors as future work) would convert the operational-cost percentage into a full net-present-value comparison."],"forward_implications":["If the claim holds, community microgrids can schedule a solar-ORC plus battery and trade residual energy without a central coordinator, cutting operating costs by about 16 percent on average.","The same S-ORC model can be dropped into larger energy-system models as a technology-detailed module, because it is a standalone MILP with short solve times.","Working-fluid choice (ethanol, methanol, cyclohexane, R134a) and collector efficiency change the required plant size, so design-stage decisions can be separated from operational scheduling.","Because battery degradation is penalized, the optimizer will avoid deep cycling, extending battery lifetime and making reported savings more realistic."],"supporting_citations":[{"why":"Supplies the ORC market overview and the plant-size range (below 20 MW) used to motivate the self-consumption application.","marker":"[6]"},{"why":"Provides the solar collector efficiency curves used to set performance for the five tested collector technologies.","marker":"[7]"},{"why":"Contributes the lifetime-throughput and battery-fade formulation on which the degradation constraints are based.","marker":"[23]"},{"why":"Reviews solar-driven ORC configurations and identifies the collector categories judged suitable for coupling with the cycle.","marker":"[37]"},{"why":"Provides the energy-balance modeling approach that the S-ORC constraints follow.","marker":"[41]"}],"fun_headline_variants":["Optimized solar ORC and battery shave 16% off P2P microgrid costs","MILP-optimized solar ORC trims peer-to-peer energy costs 16%","Solar ORC scheduling cuts trading costs 16% in community microgrids","16% cost drop from two-stage MILP solar ORC in P2P markets","Battery-backed solar ORC lowers microgrid trading expenses 16%"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The reported savings assume that electricity imported from and exported to the grid is free in the optimized system, so the 16 percent gap may just reflect free grid energy rather than the solar-ORC's value.","fun_headline_variants_meta":{"raw":{"variants":["Optimized solar ORC and battery shave 16% off P2P microgrid costs","MILP-optimized solar ORC trims peer-to-peer energy costs 16%","Solar ORC scheduling cuts trading costs 16% in community microgrids","16% cost drop from two-stage MILP solar ORC in P2P markets","Battery-backed solar ORC lowers microgrid trading expenses 16%"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000963,"raw_usage":{"total_tokens":4085,"prompt_tokens":915,"completion_tokens":3170,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":531,"completion_tokens_details":{"reasoning_tokens":3070}},"tokens_in":531,"tokens_out":3170,"duration_ms":18761,"temperature":1.0,"reasoning_tokens":3070,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-12T04:25:58.744305+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Price grid imports and exports at the same per-kWh rate used in the grid-only baseline, re-solve the S-ORC and TET models, and compare the cost gaps; if the 16 percent shrinks to near zero, the central cost-saving claim is an artifact of free grid exchange.","supporting_citations":[{"cited_title":"A world overview of the organic rankine cycle market,","cited_arxiv_id":null,"evidence_quote":"Supplies the ORC market overview and the plant-size range (below 20 MW) used to motivate the self-consumption application."},{"cited_title":"Solar thermal collectors and applications,","cited_arxiv_id":null,"evidence_quote":"Provides the solar collector efficiency curves used to set performance for the five tested collector technologies."},{"cited_title":"Smacs model, a stochastic multihorizon approach for charging sites management, operations, design, and expansion under limited capacity conditions,","cited_arxiv_id":null,"evidence_quote":"Contributes the lifetime-throughput and battery-fade formulation on which the degradation constraints are based."},{"cited_title":"A review of solar-driven organic rankine cycles: Recent challenges and future outlook,","cited_arxiv_id":null,"evidence_quote":"Reviews solar-driven ORC configurations and identifies the collector categories judged suitable for coupling with the cycle."},{"cited_title":"An lp model for the central energy system,","cited_arxiv_id":null,"evidence_quote":"Provides the energy-balance modeling approach that the S-ORC constraints follow."}],"review_version":1}