What problem does it solve?
Validates physics reasoning and code correctness for the 0-D CO2 lumped-parameter model used in geothermal reservoir simulations, helping engineers verify equations, units, and mass balance during development.
Core Features & Use Cases
- Physics validation: Check dimension consistency, steady-state behavior, and edge-case sanity checks for the LPM.
- Code reasoning support: Document derivations, assumptions, and how ODE/DDE solutions behave under delays and pressure coupling.
- Debugging workflows: Provide structured explanations and debugging workflows for scenarios like pressure reversal and degassing.
- Use Case: When modifying ODE solvers, parameter classes, or emissions calculations, run through the physics checks to ensure robust implementation.
Quick Start
Explain how a proposed change to beta or gamma coefficients would impact C_inf and the mass balance in the co2lpm model.