Commit Graph
19 Commits
Author SHA1 Message Date
Ray Speth 6ba35cbe7d First pass at converting mass/mole fraction arrays to spans 2026-02-07 18:26:48 -06:00
Ray Speth 918bf93152 [1D] Replace usage of deprecated methods 2025-11-21 21:38:21 -05:00
Ingmar Schoegl 6ae17f633f [CI] Add some unit tests 2025-10-22 06:20:12 -05:00
Ingmar Schoegl a6a341edfe [oneD] Simplify Domain1D::value API 2025-10-09 18:46:40 -05:00
Ingmar Schoegl bc3d6ff3c5 [oneD] Implement single value access for Domain1D 2025-10-09 18:46:40 -05:00
Ingmar Schoegl 93675b3407 [unittest/samples] Use updated methods 2025-10-09 18:46:40 -05:00
Ingmar Schoegl 5a591f8405 [unit-tests] Add 1D tests to experimental CLib 2025-04-23 09:49:30 -04:00
Ray Speth 12f244d440 Delete code marked for removal after Cantera 3.1 2024-12-31 11:52:42 -05:00
Ray Speth 22ad9348b4 Add option to show stack trace as part of CanteraError message 2024-07-09 09:50:40 +02:00
Ingmar Schoegl ecacc4a65e [unittests] Cover legacy StFlow class 2024-06-23 14:15:27 -04:00
Ingmar Schoegl 0827444065 [oneD] Rename StFlow to Flow1D 2024-06-23 14:15:27 -04:00
Ray Speth 1a6f711795 [Transport] Handle empty string as transport model more consistently
The empty string / Python None object correspond to the 'none' transport
model, never to the 'default' transport model defined by the YAML file.

Resolves #1680
2024-06-10 21:17:16 -05:00
Ray Speth 3b2ce47dd7 Fix compiler warnings in gtest test suite 2023-07-02 09:58:03 -04:00
Ingmar Schoegl 36faa940cd [unittest] Test flame types 2023-06-27 17:50:00 -04:00
Ray Speth 3f245880c4 [Test] Enable printing stack trace after fatal errors 2023-06-10 20:57:53 -06:00
Ingmar Schoegl b7717ac464 [CI] Update pytest and google tests 2023-03-21 08:59:17 -05:00
Ingmar Schoegl 7a07ff3810 [unittest] Update test suite
Update test-python-onedim, test-oneD and test-clib
2023-03-18 17:21:07 -04:00
Ray Speth 23ebd13dbf Deprecate XML-era transport names 'Mix' and 'Multi'
Fixes #1425
2023-03-13 22:58:24 -05:00
Ingmar Schoegl 2617e20b11 [unittests] Implement gtest for 'test-oneD' 2023-03-06 18:02:07 -06:00