Commit Graph

10689 Commits

Author SHA1 Message Date
Ingmar Schoegl
6f2c665898 [samples] Overwrite existing CSV files 2023-07-03 14:08:17 -04:00
Ingmar Schoegl
7bdce8f378 [oneD] Remove hard-coded offset_T 2023-07-03 14:08:17 -04:00
Ray Speth
2771e614f5 Bump version to 3.0.0b1 2023-07-02 09:58:03 -04:00
Ray Speth
be63409f53 [SCons] Use options for dynamic linking in generated cantera.pc
Fixes #1422
2023-07-02 09:58:03 -04:00
Ray Speth
754ea74e7c [Doc] Fix typos 2023-07-02 09:58:03 -04:00
Ray Speth
7806fdfca9 [Doc] Fix some Doxygen formatting issues 2023-07-02 09:58:03 -04:00
Ray Speth
8c534e863e [SCons] Ignore yaml-cpp compiler warning 2023-07-02 09:58:03 -04:00
Ray Speth
2050fee1b8 [Python/Test] Filter expected warnings 2023-07-02 09:58:03 -04:00
Ray Speth
8b7e4f24bf [Python] Show call site in deprecation warnings
For warnings from pure Python methods, we need the 'stacklevel=2'
argument to show the call in the users' code. For Cythonized methods,
the default 'stacklevel=1' gives the desired result because the Cython
method is not visible as part of the Python stacktrace.
2023-07-02 09:58:03 -04:00
Ray Speth
493a63d44e [Python] Include class and method name in deprecation warnings 2023-07-02 09:58:03 -04:00
Ray Speth
21e598277e [Python] Eliminate use of deprecated FlameBase.other_components method 2023-07-02 09:58:03 -04:00
Ray Speth
c1b3d5c4b1 Ensure mass flow rate is set for FlowReactor
Fixes a confusing error (depending on the LAPACK implementation) if
the reactor is initialized before setting the mass flow rate.
2023-07-02 09:58:03 -04:00
Ray Speth
ae3c63e8e6 Fix Numpy deprecation warnings in test suite 2023-07-02 09:58:03 -04:00
Ray Speth
146290a833 Fix signed/unsigned comparison warnings in SharedCabinet 2023-07-02 09:58:03 -04:00
Ray Speth
6444e6b53d Fix warnings about uninitialized variables 2023-07-02 09:58:03 -04:00
Ray Speth
18b538575f Hide deprecation warning when compiling ResidJacEval.cpp 2023-07-02 09:58:03 -04:00
Ray Speth
8aad9f36a4 Fix warnings about unused variables 2023-07-02 09:58:03 -04:00
Ray Speth
3b2ce47dd7 Fix compiler warnings in gtest test suite 2023-07-02 09:58:03 -04:00
Ray Speth
4b8173ccb9 Fix compiler warnings from SolutionArray 2023-07-02 09:58:03 -04:00
Ray Speth
07bc22a0c0 Add helper function for getting sizes as signed int 2023-07-02 09:58:03 -04:00
Ray Speth
b83d329647 Eliminate use of deprecated std::wstring_convert 2023-07-02 09:58:03 -04:00
Ingmar Schoegl
7a8174c66b [Python] Include class and method name in deprecation warnings 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
10b1f2509f [Python] Make names in ExtensibleReactor consistent 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
bde497c545 [unittest] Update tests 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
a5c90068f5 [Matlab] Update vdot/qdot in experimental toolbox 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
d4c0406803 Address review comments 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
196cd3c6cd [Matlab] Replace setMaster in experimental toolbox 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
c0b1879262 [samples] Address #1460 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
6ccefab009 [samples] Update samples 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
cdcc3dd06b [Python] Update Reactor API
Replace unpythonic reactor setters
2023-07-01 16:28:40 -04:00
Ingmar Schoegl
d5f8bfc090 [zeroD] Implement missing getters 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
697d718c8b [zeroD] Replace master by primary 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
d8b0b7cd9f [clib] Update wall interface 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
fc354370aa [zeroD] Rename Wall::Q to Wall::qdot 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
5bb2ab9fc1 [zeroD] Evaluate vdot/qdot at reactor network time 2023-07-01 16:28:40 -04:00
Ingmar Schoegl
b4dad598d9 [Func1] Rename Func1::type_name to Func1::typeName 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
1b8fc65c49 [Python] Rename TabulatedFunction to Tabulated1 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
6471a2cd9a [unittest] Test new Func1 features 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
267ebb9022 [Python] Enhance Func1 API 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
c496697ee0 [Func1] Return demangled C++ class name 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
5dfbc6e8f2 [Func1] Update default write output 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
16f92303a1 [Python] Clarify CxxFunc1(Py) definition 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
1a73899389 [unittest] Update googletests 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
41513af5d4 [Func1] Remove superfluous argument 2023-07-01 14:29:13 -04:00
Ingmar Schoegl
e5d56a8694 [docs] Improve doxygen documentation for composite objects 2023-07-01 12:46:24 -04:00
Ray Speth
03f5b82352 Update yaml-cpp submodule to v0.7.0 2023-06-29 17:45:32 -04:00
Ingmar Schoegl
10503e50a7 [Python] Update SolutionArray pxd information 2023-06-29 17:45:32 -04:00
Ingmar Schoegl
c3efd93fd7 [clib] Fix MSVC compiler warnings
Co-authored-by: Ray Speth <speth@mit.edu>
2023-06-29 17:45:32 -04:00
Ingmar Schoegl
eb5451755c [base] Use 'int' for SolutionArray API
Fixes MSVC compiler warnings
2023-06-29 17:45:32 -04:00
Ray Speth
25fee187c4 [Python] Unnormalized mass/mole fractions do not work with Quantity
Needing to go through the "native" state for the phase does not
necessarily preserve unnormalized mass and mole fractions.
2023-06-29 08:32:23 -04:00