Cantera 2.0.2#

Published on March 12, 2013 | Full release on GitHub

Maintenance release fixing issues identified since Cantera 2.0.1.

Fixes for regressions introduced in Cantera 2.0.x#

  • Fixed an indexing error in Jacobian evaluation in the 1D solver (3baa0eae9)

  • [Matlab] Fixed error reporting when importing Kinetics (6b569fcb2)

  • Fixed update logic for multicomponent diffusion coefficients (dd89ab12b)

  • [Python] Fixed an error when using a reactor heat flux function (83cca43a3)

Fixes for bugs existing prior to Cantera 2.0#

  • [Matlab] Corrected error message in setState_SP (54e4b17aa)

  • [1D] Resize StFlow::m_dthermal after grid refinement (c4e62b72e)

  • [1D] Fixed calculation of diffusion flux due to Soret effect (5b423847f)

  • [1D] Fixed an uninitialized variable in Domain1D (b6a362209)

  • [1D] Fixed a case where the Newton solver could get stuck (80f3c9d24)

  • Use qualified names in RxnRates.h (7a4be4dcf)

  • Fixed crashes when reaction mechanism contains no reactions (a25c1a43b)

  • Ensure that equilibrium constants are not zero (8847b5aba)

  • Allow GasKinetics to more easily support derived classes (2dfc55192)

Cantera 2.0.1#

Published on November 18, 2012 | Full release on GitHub

Maintenance release fixing issues identified since Cantera 2.0.0.

Fixes for regressions introduced in Cantera 2.0#

  • Coverage dependencies were being ignored (f27aac85)

  • Correctly handle rate coefficient units when converting Chemkin input files (b26f9f4e, 7ef2bb13)

Fixes related to new features introduced in Cantera 2.0#

  • Validate p-log rate expressions (67395c84, 16462628)

  • [SCons] Fix order of include / library directories passed to compiler (c092bbae)

  • [Scons] OS X does not need blas_lapack_libs (ead04df7)

  • [SCons] fixed handling of the FRAMEWORKS variable (71156434)

Fixes for bugs existing prior to Cantera 2.0#

  • [Python] Fixed an error when setting FlowReactor mass flow rate (1c5f7c3e)

  • Fixed handling of falloff reactions with specific third bodies (1de94e0e)

  • Fixed a sign error in isothermalCompressibility for ideal phases (86e7723c)

  • Ignore third body efficiencies for missing species in ohn.cti (3116653f)

  • Fixed handling of explicit reaction orders for certain reactions (01a9bdcf)

  • Fixed correspondence of reactor types to integer constants used in newReactor (353fb38b, dec9c269)

  • Fixed a convergence failure in the VCS equilibrium solver (a6dc9944, ba7725fb)