Commit graph

15 commits

Author SHA1 Message Date
Harry Moffat
6667d79319 Changed variable names.
Fixed an error with the print out of the pressure units.
2008-04-25 02:38:38 +00:00
Harry Moffat
afd90fb206 change of variable names 2008-04-25 00:28:38 +00:00
Harry Moffat
0f4c0a3f7c Changed variable names 2008-04-23 16:08:16 +00:00
Harry Moffat
4769e38ac0 Changed variable names 2008-04-23 15:19:24 +00:00
Harry Moffat
6b660b30c9 Changed variable names. 2008-04-22 22:50:33 +00:00
Harry Moffat
90bf6f92d7 Changed names of some variables. 2008-04-22 20:46:17 +00:00
Harry Moffat
5ee0f16d88 Changed names of a variable. 2008-04-21 19:27:07 +00:00
Harry Moffat
75c11d40b3 Changed the name of a variable. 2008-04-21 16:50:26 +00:00
Harry Moffat
69e42f89cc Changed the name of a variable. 2008-04-18 22:21:47 +00:00
Harry Moffat
b9533bcf34 Changed name of a variable. 2008-04-17 16:53:17 +00:00
Harry Moffat
daa479d4f7 Changed the algorithm for picking the component basis.
It used to be that the components were picked based on the magnitude
of their mole numbers. I changed this to the magnitude of the
mole numbers multiplied by the # elements in the species.

  On one problem, a heptane combustion mechanism, this reduced  the
number of iterations in the VCS algorithm from 1080 to 40. Obviously,
the convergence rate within the VCS method
depends on the ID of the components. This change should be considered
as a trial balloon. It may fall apart on some other problem.

 I may be forestalling the obvious here. The more complete solution
is to formualte the hessian of the rxns involving the
major species, and then invert it, using cg probably, to get a better
iteration direction.
2008-04-14 17:22:02 +00:00
Harry Moffat
1f9e3cb24a Eliminated the vcs_nasa_poly files from the equil solver.
Working on getting the equil solver smaller, more direct,
and more documented.
2008-01-28 22:50:38 +00:00
Harry Moffat
1991e534a4 Added a capability to turn off all printing of timings. This is
helpful for the test suite.
2008-01-24 18:01:48 +00:00
Harry Moffat
785de7f42c Solaris 64 bit port modifications 2008-01-07 21:53:22 +00:00
Harry Moffat
d0e99aec18 Added vcs_nonideal, another equilibrium solver that can handle
nonideal thermo multiphase systems.
2007-12-19 21:19:28 +00:00