Skip to content

Commit 602ab5e

Browse files
authored
Bug/deton unconverged (#47)
* zero-out intermediate solution variables to fix reuse non-convergence issues * updated eqsolver warm-start
1 parent a5657e9 commit 602ab5e

File tree

18 files changed

+311
-4
lines changed

18 files changed

+311
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ All notable user-visible changes to this project are documented here.
66

77
### Changed
88
- Command-line input parsing now accepts explicit `.inp` filenames (`#44`).
9+
- Python RP-1311 sample scripts were moved into `source/bind/python/cea/samples/rp1311/` for clearer organization (`#47`).
910

1011
### Fixed
1112
- Fixed a crashing output case and restored missing output values (`#45`).
13+
- Reusing `EqSolution` across solve calls now resets transient iteration state and recovers from prior non-converged attempts using the last stable warm-start seed, preventing reuse-related non-convergence regressions (`#47`).
1214

1315
### Added
1416
- Added missing Python test dependencies to improve out-of-the-box test runs (`#41`).
17+
- Added Fortran and Python regression tests covering `EqSolution` reuse and detonation/equilibrium convergence behavior (`#47`).
1518

1619
## [3.0.3] - 2026-02-20
1720

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)