Ray Speth
bb358e812f
Removed unnecessary manual memory management from equilibrate driver
2012-05-24 16:29:52 +00:00
Ray Speth
047f3611e1
Deprecated unused "getGasTransportData" functions
2012-05-24 16:29:49 +00:00
Ray Speth
7cc9a15c33
Fixed a compiler warning when building a 32-bit Matlab extension with MSVC
2012-05-24 16:29:46 +00:00
Ray Speth
5af70f3db8
Removed keyword-substitution cruft
2012-05-24 16:29:29 +00:00
Ray Speth
761c2589e3
Added a test for reactors with wall interactions
2012-05-24 16:29:23 +00:00
Ray Speth
ee746bf895
Fixed a size_t-related error that caused Reactor walls to behave incorrectly
2012-05-24 16:29:20 +00:00
Ray Speth
d70507ad79
Fixed deletion of a bad pointer in CVodesIntegrator
...
m_fdata was not initialized to 0, so if the integrator was deleted before
initialize() was called, the destructor would attempt to delete it using the
uninitialized value.
2012-05-24 16:29:16 +00:00
Ray Speth
a78755b971
Fixed some undefined references in the CTI documentation
2012-05-18 22:42:03 +00:00
Ray Speth
754faa3b13
Added option to ignore third-body efficiencies for undeclared species
...
To enable this option, in the phase definition, add
'skip_undeclared_third_bodies' to the list passed as the 'options'
argument.
2012-05-18 22:41:58 +00:00
Ray Speth
df40d898b0
Fixed building the Fortran 90 sample program
2012-05-17 21:48:49 +00:00
Ray Speth
1d94cd39e3
Fixed compilation when setting "with_html_log_files=n"
2012-05-17 21:15:09 +00:00
Ray Speth
cbae64b079
Removed (broken) support for MPThreads (Mac OS 9)
2012-05-17 21:15:05 +00:00
Ray Speth
021e11456e
Fixed building with thread safety
2012-05-17 21:15:01 +00:00
Ray Speth
cc2ed9b751
Fixed some small problems with GasTransport
2012-05-13 22:41:20 +00:00
Ray Speth
eb6c7659b8
ctml_writer accepts 'id' argument as lower case
...
This maintains compatibility with existing (<=1.8) input files, at the
cost of being poor Python style since it overloads the built-in 'id'
function.
2012-05-13 22:41:17 +00:00
Ray Speth
2523890b6d
Fixed compiler warnings in regression tests
2012-05-11 15:28:02 +00:00
Ray Speth
6167a724e5
Added functions for computing alternate mixture-averaged diffusion coefficients
2012-05-11 15:27:56 +00:00
Ray Speth
49b631d346
Merged mixture-averaged diffusion coefficient calculations in GasTransport
2012-05-11 15:27:50 +00:00
Ray Speth
f8308d5853
Merged viscosity calculations from MixTransport and MultiTransport
2012-05-11 15:27:44 +00:00
Ray Speth
74e9fa050b
Removed a layer of indirection in MultiTransport property updaters
2012-05-11 15:27:38 +00:00
Ray Speth
c7af9ddf81
Improved convergence when solving for pure fluid saturated states
2012-05-11 15:27:33 +00:00
Ray Speth
0901c8b25f
Cleaned up formatting of liquidvapor.cti
2012-05-11 15:27:30 +00:00
Ray Speth
924d5b27a6
Improved detection of fortran compiler for setting the module output directory
2012-05-07 18:20:25 +00:00
Ray Speth
3af22be158
Modified hydrogen equation of state to fix reference state
...
This makes the reference state for enthalpy and entropy agree with the
book from which the equation of state is taken (Reynolds, Thermodynamic
Properties in SI).
2012-05-07 18:20:23 +00:00
Ray Speth
eb12c611db
Fixed errors in implementation of carbon dioxide equation of state
...
The sign error in computing the entroy term proportional to G[0]
introduced errors in the entropy of about 3 percent.
2012-05-07 18:20:20 +00:00
Ray Speth
a4520bfe85
Added reference for the HFC-134a equation of state
2012-05-07 18:20:18 +00:00
Ray Speth
4ab7da72f7
Corrected entropy calculations for HFC-134a
2012-05-07 18:20:15 +00:00
Ray Speth
ea589078f5
Added tests for pure fluid equations of state
...
The tests include basic consistency requirements as well as
comparisons to reference data where possible.
2012-05-07 18:20:11 +00:00
Ray Speth
e2d2ba4e3d
Added 'assertNear' for comparing floats in Python unit tests
...
This method compares floats using combined absolute and relative tolerances,
instead of the "number of decimal digits" that TestCase.assertAlmostEqual uses.
2012-05-07 18:20:08 +00:00
Ray Speth
79a0165260
Removed unnecessary linker flags when building the Python extension
...
This resolves errors when compiling on OS X when the full set of
cross-compilers (e.g. for ppc) are not present, as well as several
warnings even when they are.
2012-05-07 18:20:05 +00:00
Ray Speth
58e3bade9a
Fixed value checks for falloff parameterizations
2012-04-27 21:20:46 +00:00
Ray Speth
d69eea2b3e
Dead code removal
2012-04-27 21:20:42 +00:00
Ray Speth
2193e4ceb0
Normalized formatting of Elements.h and Elements.cpp
2012-04-27 21:20:38 +00:00
Ray Speth
59a2c4c251
Note requirement of WiX for building MSI installers
2012-04-26 21:20:04 +00:00
Ray Speth
1ba0deca74
Fixed python module location in post-install message and setup_cantera script
2012-04-26 21:20:00 +00:00
Nicholas Malaya
c81db126fb
[cantera]: fixing makefile to no longer look for deprecated tests. Additionally, updating configure version to 2.0 from 1.8
2012-04-25 14:43:06 +00:00
Nicholas Malaya
79b29300a6
[cantera]: updating autotools build system. Library building, need to fix another test. Additionally, adding hypersonic flow transport model-- need to add hypersonic thermodynamics as well.
2012-04-25 13:18:25 +00:00
Ray Speth
88bcc81b57
Updated the Compilation Guide
2012-04-19 16:45:24 +00:00
Ray Speth
436b324ccf
Updated the post-build message to be platform-aware
2012-04-19 16:45:19 +00:00
Ray Speth
34cffd0135
Fixed issues generating version-dependent installer for Windows Python module
...
Passing the '--target-version' option to bdist_msi will generate an
installer that requires the right version of Python without distutils
needing to be able to find a working compiler.
2012-04-19 16:45:15 +00:00
Ray Speth
afc0bad412
Fixed an installation problem on OS X
2012-04-17 15:11:20 +00:00
Ray Speth
e2d775c2cb
Fixed configuration check for Sundials when Sundials requires BLAS/LAPACK
2012-04-16 21:00:04 +00:00
Ray Speth
8078712e2a
Fixed some more problems with overconstrained equilibrum problems
2012-04-16 20:59:58 +00:00
Ray Speth
6803cab965
Added missing data for equilibrium tests
2012-04-16 20:59:54 +00:00
Ray Speth
d4adf41799
Fixed setup of data directories on Windows
2012-04-16 20:59:48 +00:00
Harry Moffat
f5dc3480c7
Fixed an error in a reference state calculation that showed up
...
using cttables.
2012-04-13 21:36:27 +00:00
Ray Speth
3331c7f3ad
Fixed MultiPhaseEquil::getComponents when there are more elements than species
...
When the atomic composition matrix is rank deficient, rows of zeros
will be formed as the elimination proceeds. These rows are now moved
to the bottom of the matrix as they are encountered, so the final
matrix is upper triangular.
2012-04-12 21:41:31 +00:00
Ray Speth
22806f2896
Fixed some indexing problems in the equilibrium solvers
...
The expression (m_nsp - m_nel) where both of the variables are
unsigned types was being used as an array size and an upper bound for
some loop indices, neither of which work when there are more elements
than species.
2012-04-12 21:35:47 +00:00
Ray Speth
d51bd82787
Fixed uninitialized use of m_force in MultiPhaseEquil
2012-04-12 21:35:42 +00:00
Ray Speth
a42199f62a
Added tests for overconstrained equilibrium problems
2012-04-12 21:35:40 +00:00