Commit Graph

  • d095f70cc2 [docs] Fix E -> Ea in creating-mechanisms.md main Richard West 2025-02-22 22:10:03 -0500
  • 7f38f3fc95
    Merge 0ebe26fc0a into 0720efb02d Su Sun 2025-02-20 04:38:03 +0000
  • 0ebe26fc0a [MATLAB] Modified Readme to Account for BLAS Incompatibility Introduced by MATLAB's built-in Intel MKL library ssun30 2025-02-19 23:37:13 -0500
  • 77a33c7971 [MATLAB] Fixed Issues with Mixture Class Added ImportPhases Method ssun30 2025-02-19 22:57:51 -0500
  • ff9cbf73bb [MATLAB] Added Equilibrium Tests ssun30 2025-02-19 22:57:27 -0500
  • 68f9bc8fda [MATLAB] Added extra checks in class destructors to avoid calling the corresponding functions in clib and throw a warning ssun30 2025-02-18 22:09:34 -0500
  • 2f6c791692 [MATLAB] Added Functor Tests ssun30 2025-02-18 22:04:17 -0500
  • 59ccae1258 [MATLAB] Added invalid input tests ssun30 2025-02-12 23:31:46 -0500
  • 0a2e220d50 [MATLAB] Added undeclared tests ssun30 2025-02-12 23:15:56 -0500
  • 2c43397979 [MATLAB] Added/Removed files necessary/unnecessary for unit tests ssun30 2025-02-12 23:15:15 -0500
  • 687236838a [MATLAB] Moved constants to immutable properties for unit tests ssun30 2025-02-12 21:53:14 -0500
  • 8c0f9bca23 [MATLAB] Added Kinetics Repeability tests ssun30 2025-02-12 21:51:25 -0500
  • 98f87517db [MATLAB] Added tests for duplicate reactions ssun30 2025-02-12 21:10:46 -0500
  • 4c79dad043 [MATLAB] Moved copy/deleting temporary data files into test class setup and teardown ssun30 2025-02-12 21:09:46 -0500
  • fd9efc7499 [MATLAB] Fixed a problem with string length ssun30 2025-02-12 20:33:49 -0500
  • 9618c5b07c [MATLAB] Additional Kinetics tests ssun30 2025-02-12 19:32:48 -0500
  • 1d36aa5a8f [MATLAB] Added test data folder to test paths ssun30 2025-02-12 19:32:20 -0500
  • ef686fee4b [MATLAB] Changed how coverage setter works for Interface ssun30 2025-02-12 17:30:31 -0500
  • a5916fa5d2 [MATLAB] Added Tests for Kinetics Methods ssun30 2024-01-22 23:55:20 -0500
  • 74e10f9989
    Merge c7910524da into 0720efb02d Ingmar Schoegl 2025-02-16 11:59:25 -0500
  • c7910524da [samples] Add plt.show() to Python samples Ingmar Schoegl 2024-08-23 12:56:07 -0500
  • 1d86759140 [Python] Clarifiy reactor content nomenclature Ingmar Schoegl 2025-02-04 07:06:55 -0600
  • 6d36d9416e [zeroD] Deprecate Wall/FlowDevice factories Ingmar Schoegl 2025-02-03 21:38:50 -0600
  • 1d749a2794 [zeroD] Remove ReactorSurface from wallGroup Ingmar Schoegl 2025-02-03 21:12:32 -0600
  • 7bd0303a72 [sourcegen] Add Connector crosswalk Ingmar Schoegl 2024-08-23 07:15:51 -0500
  • 7809c7355a [clib] Remove obsolete functions Ingmar Schoegl 2024-08-22 22:25:26 -0500
  • 0ce3a7c3e1 [MATLAB] Use CLib connector functions Ingmar Schoegl 2024-08-22 22:13:26 -0500
  • bd5b2e29e8 [clib] Add new Connector functions Ingmar Schoegl 2024-08-22 21:26:00 -0500
  • 27f4ff261a [unittests] Improve test-zeroD coverage Ingmar Schoegl 2024-08-22 15:34:58 -0500
  • d0e96223a2 [zeroD] Add alternative Connector instantiations Ingmar Schoegl 2025-02-16 10:15:21 -0600
  • b057dab41c [Python] Derive Wall/FlowDevice from ConnectorNode Ingmar Schoegl 2024-08-22 16:01:19 -0500
  • 7a6cc9a28f [zeroD] Install Reactors when instantiating connectors Ingmar Schoegl 2024-08-22 17:37:44 -0500
  • ad81e209e7 [zeroD] Add deprecations Ingmar Schoegl 2024-08-22 17:05:47 -0500
  • f5455271c2 [clib] Switch to ConnectorCabinet Ingmar Schoegl 2024-08-22 10:19:49 -0500
  • 7659c1e9b4 [zeroD] Move newWall to ConnectorFactory Ingmar Schoegl 2024-08-22 09:44:20 -0500
  • 3eba650550 [zeroD] Move newFlowDevice to ConnectorFactory Ingmar Schoegl 2024-08-22 09:29:47 -0500
  • 9a9f378334 [zeroD] Implement ConnectorFactory Ingmar Schoegl 2024-08-22 09:16:25 -0500
  • f9578bbedd [zeroD] Implement Connector base class Ingmar Schoegl 2024-08-22 08:40:49 -0500
  • 1d1e6745dd
    Merge fc7926b5ca into 0720efb02d Ingmar Schoegl 2025-02-15 02:16:44 +0000
  • fc7926b5ca [sourcegen] Update README.md Ingmar Schoegl 2025-02-03 17:12:48 -0600
  • 9b3aadfbaa [unittests] Cover additional CLib cases Ingmar Schoegl 2025-02-02 12:40:30 -0600
  • de6502750a [sourcegen] Add logger implementation Ingmar Schoegl 2025-02-03 10:13:38 -0600
  • 68e2d0ff4e [sourcegen] Add Cantera constants to CLib Ingmar Schoegl 2025-02-02 22:48:37 -0600
  • 3bc4c20a67 [sourcegen] Add ReactionPathDiagram to CLib Ingmar Schoegl 2025-02-02 17:48:57 -0600
  • 9fdae0ce62 [sourcegen] Implement CLib variable setters Ingmar Schoegl 2025-02-02 16:41:39 -0600
  • 0cd6629f97 [sourcegen] Implement CLib variable getter Ingmar Schoegl 2025-02-02 12:18:37 -0600
  • eddc33fbc0 [Python] Simplify ReactionPath API Ingmar Schoegl 2025-02-02 19:23:44 -0600
  • 932da64ffd [kinetics] Enhance ReactionPathDiagram API Ingmar Schoegl 2025-02-02 20:17:07 -0600
  • 2c5f9bd808
    Merge 5249dcef21 into 0720efb02d TJP-Karpowski 2025-02-14 13:30:42 +0000
  • 5249dcef21 removed trailing whitespace - Lint checks complained about trailing whitespaces. These should be solve now. T. Jeremy P. Karpowski 2025-02-14 14:30:31 +0100
  • f65659de6f
    Merge bf3de6e526 into 0720efb02d Chris Neal 2025-02-13 20:38:13 -0600
  • e64595924f
    Merge cb1aec990c into 0720efb02d Chris Neal 2025-02-13 20:38:13 -0600
  • 0720efb02d [base] Make IndexError consistent Ingmar Schoegl 2025-02-05 20:46:50 -0600
  • e3adce4393 [base] Make IndexError consistent Ingmar Schoegl 2025-02-05 20:46:50 -0600
  • fd1a4103c6 [C++] Extend IndexError's logic for empty arrays ThorstenZirwes 2025-02-05 13:57:47 +0100
  • dc018102fd Fix unsigned integer check in Solution.h ThorstenZirwes 2025-02-04 22:29:24 +0100
  • d4600c41ce setState_DP is now also tested in the PengRobinson test suite (CoolPropValidateDP) T. Jeremy P. Karpowski 2025-02-05 14:58:50 +0100
  • f4cde59c18
    [C++] Extend IndexError's logic for empty arrays ThorstenZirwes 2025-02-05 13:57:47 +0100
  • 4cd6382048
    Fix unsigned integer check in Solution.h ThorstenZirwes 2025-02-04 22:29:24 +0100
  • 134bb71401 removed debuging message jeremy karpowski 2025-02-03 12:42:24 +0100
  • fa6d4d9734 added ForceState option to thermo-phase jeremy karpowski 2025-02-03 10:56:23 +0100
  • 94cf35e3a4 merged with main jeremy karpowski 2025-02-03 09:29:24 +0100
  • 0710fef5f8 added thermo update jeremy karpowski 2025-02-03 09:06:30 +0100
  • 375fecbdac [kinetics] Add docstrings to ReactionPath Ingmar Schoegl 2025-02-01 20:45:33 -0600
  • e6f3e9d448 [sourcegen] Simplify orchestrate Ingmar Schoegl 2025-01-26 21:34:32 -0600
  • 549bb3f49e [unittest] Add/split clib-experimental tests Ingmar Schoegl 2025-01-26 17:15:07 -0600
  • ade965a003 [sourcegen] Align CLib APIs Ingmar Schoegl 2025-01-26 20:00:02 -0600
  • 384809fb86 [sourcegen] Simplify interface Ingmar Schoegl 2025-01-26 12:21:20 -0600
  • e936e267da [sourcegen] Split accessor from constructor methods Ingmar Schoegl 2025-01-26 11:20:57 -0600
  • 399d48d477 [sourcegen] Add to constructor logic Ingmar Schoegl 2025-01-26 10:40:59 -0600
  • df28364c10 [sourcegen] Add remaining functions Ingmar Schoegl 2025-01-25 17:45:32 -0600
  • f684d85946 [Kinetics] Add phase accessor Ingmar Schoegl 2025-01-25 17:42:51 -0600
  • 3194402838 [sourcegen] Allow instantiation of other bases Ingmar Schoegl 2025-01-25 15:22:16 -0600
  • fb95f34262 [sourcegen] Differentiate CFunc.uses cases Ingmar Schoegl 2025-01-25 13:42:59 -0600
  • eb8d6595b8 Add IndexError that omits array name Ingmar Schoegl 2025-01-25 12:51:03 -0600
  • 21ca5e1b26 [sourcegen] Add missing service methods Ingmar Schoegl 2025-01-25 10:32:50 -0600
  • be67f33e5f [sourcegen] Implement default constructors Ingmar Schoegl 2025-01-25 08:24:34 -0600
  • e00d7043d0 [sourcegen] Add clib Reaction API Ingmar Schoegl 2025-01-24 21:45:01 -0600
  • 40ea1c40a9 [clib] Add ReactionCabinet Ingmar Schoegl 2025-01-24 21:44:20 -0600
  • 80aa8a05e7 [sourcegen] Add API for MultiPhase Ingmar Schoegl 2025-01-24 14:45:58 -0600
  • 17d441901c [mix] Make API usable by clib Ingmar Schoegl 2025-01-24 20:34:18 -0600
  • ec9de7c897 [sourcegen] Implement methods for specializations Ingmar Schoegl 2025-01-24 14:40:25 -0600
  • fa3926ca0c [sourcegen] Update Transport clib API Ingmar Schoegl 2025-01-24 13:27:29 -0600
  • 8ee276b623 [sourcegen] Update Kinetics clib API Ingmar Schoegl 2025-01-24 13:17:16 -0600
  • 7a5114fe08 [sourcegen] Add alternative array-getter Ingmar Schoegl 2025-01-24 12:43:44 -0600
  • c083ad03b9 [sourcegen] Add to clib thermo API Ingmar Schoegl 2025-01-24 06:28:44 -0600
  • e72715c0ab [sourcegen] Add Solution methods to clib-experimental Ingmar Schoegl 2025-01-24 05:28:42 -0600
  • fcca4f4d65 Ignore Fortran module interface files Ingmar Schoegl 2025-01-27 07:22:18 -0600
  • fdca60242b Add missing docstrings for SystemJacobian methods Ray Speth 2025-02-01 14:23:18 -0500
  • e383e7b16e [Test] Add tests for new 1D Jacobian options Ray Speth 2025-01-26 18:59:42 -0500
  • 3dc77c0505 [1D] Make Jacobian perturbations configurable Ray Speth 2025-01-03 15:19:14 -0500
  • 5f6cd17ede [Test] Avoid spurious failures of TestFreeFlame.test_converge_adiabtic Ray Speth 2025-01-04 20:39:46 -0500
  • 5a8cd8597f [1D] Fix accumulation of Jacobian stats Ray Speth 2025-01-03 15:17:40 -0500
  • 2928a4e66d [Test] Avoid possible error overwriting existing file Ray Speth 2025-01-03 14:03:35 -0500
  • 74340f8e03 [Numerics] Make sparse Jacobian accessible from Python Ray Speth 2025-01-03 13:12:59 -0500
  • 9fa3dda0a7 [Doc] Update preconditioner/Jacobian docs Ray Speth 2025-01-02 13:51:48 -0500
  • 8a863a5ecf [Numerics] Add EigenSparseDirectJacobian implementation Ray Speth 2025-01-02 11:21:57 -0500
  • 63210c2ce3 [Numerics] Create intermediate class for sparse Jacobians Ray Speth 2025-01-01 22:35:26 -0500
  • 020c690c7e Rename PreconditionerBase to SystemJacobian Ray Speth 2025-01-01 21:53:51 -0500
  • a3b1765714 [1D] Improve Jacobian by using better choice of perturbation size Ray Speth 2025-01-01 18:51:16 -0500