Skip to content

Commit

Permalink
Updated CHANGES for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauman committed Aug 5, 2015
1 parent b02a978 commit 9de380e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
Version 0.3.0
* Introduced KineticsConditions object.
- Beginning to encapsulate quantities necessary for
computing reaction rates.
- Experimental. Expect future API changes.
* Added NASA7 and NASA9 fits for thermodynamics
- CEA internally uses NASA9
* Added IdealGasMicroThermo
- Alternative to StatMechThermodynamics
- Computes vibrational excitation by subtracting
translational/rotational from curve fit of total
quantity
- MacroThermo is the template parameter for the total.
Can use, e.g., NASA7, NASA9, etc.
- Assumes no electronic excitation
* Refactored parsing objects
- Default ASCII input files provided in share directory
* Added new ChemKin format parsing capabilities
* Complete refactoring of transport models
- WilkeMixture, WilkeEvaluator now deprecated
- Replaced by MixtureAveragedTransportMixture,
MixtureAveragedTransportEvaluator
- Defined interface for species transport objects
using CRTP pattern
- MixtureAveraged* objects templated on species
transport objects
- MixtureViscosity, MixtureConductivity, and
MixtureDiffusion hold species objects for the species
present in the chemical mixture.
* Added new "KineticsTheory" species models
- Typically referred to as "Pure Species" model. Based on
kinetics theory expressions and curve fits of collision
integrals
- Antioch must be built with GSL (for splining) in order to
use KineticsTheory models.
* Several bugfixes in units/parsing corner cases
* This is the last release Antioch will be header-only.
Subsequent releases will require linking to a built library.

Version 0.2.1
* Critical bugfix for ConstantLewisDiffusivity

Expand Down

0 comments on commit 9de380e

Please sign in to comment.