Commit Graph

10772 Commits

Author SHA1 Message Date
Ingmar Schoegl
363fe2cf73 [docs] Update ck2yaml.rst 2023-09-09 18:15:48 -05:00
Ingmar Schoegl
395a7d2252 [ck2yaml] Rename convert_mech to convert
Adopt the same naming convention as used by other converter scripts.
2023-09-09 18:15:48 -05:00
Ingmar Schoegl
964ec2dcbf [ck2yaml] Switch from getopt to argparse 2023-09-09 18:15:48 -05:00
Ingmar Schoegl
e6d59459da [ck2yaml] Simplify main 2023-09-09 18:15:48 -05:00
ThorstenZirwes
2f3ba6a577 add missing porosity to PorousMediaBurner.py
The chemical source term of the gas-phase temperature equation was missing the porosity
2023-09-08 09:52:35 -05:00
Ingmar Schoegl
c1281c1137 [CI] Adopt review suggestions 2023-09-05 09:50:29 -04:00
Ingmar Schoegl
d372713237 [CI] Add test for Python 3.12 pre-release 2023-09-05 09:50:29 -04:00
Ingmar Schoegl
0d4876d326 Fix incorrect logger info 2023-09-05 09:50:29 -04:00
Ingmar Schoegl
25b52d3d1d Fix syntax warnings for Python 3.12 2023-09-05 09:50:29 -04:00
Mark E. Fuller
b2f383a446 add Fedora CI config 2023-09-02 09:10:37 -05:00
Mark E. Fuller
27f8362f53 mods to enable python3.12 2023-09-02 09:10:37 -05:00
Ingmar Schoegl
9ee13ebb4e [CI] Test ubuntu:rolling/devel in docker container 2023-08-29 20:10:39 -04:00
Ingmar Schoegl
397e61d948 [Python] Remove vestigial h5py references 2023-08-29 20:10:39 -04:00
Ingmar Schoegl
d6b5224d8c [CI] Remove h5py from GH runners 2023-08-29 20:10:39 -04:00
Ray Speth
e2c446c25a [SCons] Restore missing regression test log output 2023-08-27 04:15:16 -07:00
Ray Speth
a76b349627 [SCons] Prevent reading of outdated test output files 2023-08-27 04:15:16 -07:00
Ray Speth
0e12271d34 [Examples] Return non-zero status after error
Allows the SCons test runner to detect errors running these samples
2023-08-27 04:15:16 -07:00
Ray Speth
7e071df5cd [SCons] Missing test output files are an "error", not "info" 2023-08-27 04:15:16 -07:00
Ray Speth
23f183a8e8 [Input] Improve error message for missing 'equation-of-state' field
Without this, the error message confusingly mentions being unable to find
the now-removed 'ideal-gas' PDSS model.
2023-08-26 19:03:02 -07:00
Ray Speth
55253a6726 [Doc] Replace references to removed classes/methods 2023-08-26 19:03:02 -07:00
Ray Speth
434c94eab0 [Python] Remove legacy constructor option for ReactingSurface1D 2023-08-26 19:03:02 -07:00
Ray Speth
c0bd8ae67f Replace obsolete raw-pointer vectors in Kinetics and OneDim 2023-08-26 19:03:02 -07:00
Ray Speth
cdf9fcd889 Remove unused test data files 2023-08-26 19:03:02 -07:00
Ray Speth
ab46f66601 Remove deprecated Python code 2023-08-26 19:03:02 -07:00
Ray Speth
9d520d5278 Implement removal of _FlowBase.settings 2023-08-26 19:03:02 -07:00
Ray Speth
309bf34a73 Remove code deprecated in Cantera 3.0
This takes care of simple removals of deprecated methods/classes
2023-08-26 19:03:02 -07:00
Ray Speth
f419be8534 [1D] Implement transition of Domain1D::domainType 2023-08-26 19:03:02 -07:00
Ray Speth
5bb1e879d2 [Examples] Avoid deprecated function use in BVP example 2023-08-26 19:03:02 -07:00
Ray Speth
c164b2de1b Transition factory methods to shared_ptr 2023-08-26 19:03:02 -07:00
Ray Speth
ca1bd8abf0 [Examples] Add missing equation-of-state fields for LiC6 species 2023-08-26 19:03:02 -07:00
Ray Speth
79ccfb46b5 [Doc] Remove incorrect reference to PDSS_ConstVol deprecation 2023-08-26 19:03:02 -07:00
Ray Speth
e012b97092 Adjust deprecation warnings for methods still in use by Matlab 2023-08-26 19:03:02 -07:00
Ray Speth
66b998e03d Remove deprecated argument from MultiSpeciesThermo::refPressure 2023-08-26 19:03:02 -07:00
Ray Speth
b20691ea97 Remove 'phase' argument from kineticsSpeciesIndex
PARTIAL: remove 2-arg kineticsSpeciesIndex
2023-08-26 19:03:02 -07:00
Ray Speth
99cd1521cd Remove deprecated argument to getCoverageDependencies 2023-08-26 19:03:02 -07:00
Ray Speth
612793711c Implement Func1 API updates slated for post-Cantera 3.0 2023-08-26 19:03:02 -07:00
Ray Speth
04d37a9737 Remove deprecated class GasKinetics 2023-08-26 19:03:02 -07:00
Ray Speth
79fe628510 [Kinetics] Implement requirement that reacting phase is first 2023-08-26 19:03:02 -07:00
Ray Speth
7b7613c30b [SCons] Remove deprecated compilation options 2023-08-26 19:03:02 -07:00
Ray Speth
f2cee4f1cc Bump version to 3.1.0a1 2023-08-26 19:03:02 -07:00
Ray Speth
806842dacc Bump version to 3.0.0
Update link to new DOI on Zenodo

Remove alpha/beta tags from YAML input files so they correspond to this
release version.
2023-08-22 17:34:46 -04:00
Ray Speth
403bb21615 Add GitHub-parsed citation information 2023-08-22 17:34:46 -04:00
Ray Speth
217f35b0ed [Thermo] Fix segfault in deprecated newPhase factory function
The shared_ptr goes out of scope at the end of the function,
deleting the held ThermoPhase right as it's returned.

Erroneous behavior introduced in f3e840dcbe (#1448).
2023-08-22 14:35:59 -06:00
Ray Speth
8e2ab16acb [SCons] Clean up generated build scripts for clib demo 2023-08-21 17:27:32 -06:00
Ray Speth
8360ad95e7 [SCons] Remove duplicated flags from cantera.pc 2023-08-21 17:27:32 -06:00
Ray Speth
2820749d0f [SCons] Fix cleanup of -isysroot flags in package builds
Also filter out paths referring to conda build environment
2023-08-21 17:27:32 -06:00
Ray Speth
d564130fc5 [Input] Search active conda environment for YAML files 2023-08-21 17:27:32 -06:00
Ray Speth
54ede24657 [Samples] Check for missing input in clib demo 2023-08-21 17:27:32 -06:00
Ray Speth
2e5cd59741 [SCons] Always allow 'conda' layout when using 'package_build' 2023-08-21 17:27:32 -06:00
Ray Speth
08c1f84071 [SCons] Improve setting compiler in sample SConstruct files
For package builds, do not specify compiler. Otherwise, specify the
same compilers that were used to build Cantera.

In both cases, allow CC, CXX, etc. environment variables to override
the settings in SConstruct.
2023-08-21 17:27:32 -06:00