cantera/Cantera/src/equil
Harry Moffat 045b4110e8 vcs_VolPhase updates to enable a more efficient StateCalc capability:
incremental update that passes test suite.

task id# 1992186
2008-06-12 20:45:20 +00:00
..
.cvsignore Simplification - 2008-01-25 20:32:29 +00:00
BasisOptimize.cpp Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE. 2008-01-14 22:24:10 +00:00
ChemEquil.cpp Fixed an interface error with invoking ChemEquil. 2008-05-06 23:31:13 +00:00
ChemEquil.h Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE. 2008-01-14 22:24:10 +00:00
CMakeLists.txt *** empty log message *** 2008-02-18 04:04:06 +00:00
equil.h Cleaned up the global damping algorithm. made sure the total gibbs free 2008-04-11 22:44:49 +00:00
equilibrate.cpp Fixed an interface error with invoking ChemEquil. 2008-05-06 23:31:13 +00:00
Makefile.in Eliminated the vcs_nasa_poly files from the equil solver. 2008-01-28 22:50:38 +00:00
MultiPhase.cpp Added an IntEnergy calculation routine. 2007-05-11 17:40:16 +00:00
MultiPhase.h Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE. 2008-01-14 22:24:10 +00:00
MultiPhaseEquil.cpp Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE. 2008-01-14 22:24:10 +00:00
MultiPhaseEquil.h Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
PropertyCalculator.h moved files to equil subdirectory 2007-05-04 14:12:33 +00:00
vcs_dbocls.c got the Linear programming routines to work within the Cantera 2008-01-03 21:38:25 +00:00
vcs_dbols.c Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_dbolsm.c got the Linear programming routines to work within the Cantera 2008-01-03 21:38:25 +00:00
vcs_defs.h Worked on making sure that vcs_deltag() adhered to the STATECALC concept. 2008-06-02 23:24:32 +00:00
vcs_dmout.c got the Linear programming routines to work within the Cantera 2008-01-03 21:38:25 +00:00
vcs_DoubleStarStar.cpp Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_DoubleStarStar.h Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_dvout.c Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_elem.cpp Variable name changing. no change in algorithm 2008-05-18 15:37:20 +00:00
vcs_elem_rearrange.cpp Variable name changing. no change in algorithm 2008-05-18 15:37:20 +00:00
vcs_equilibrate.cpp Fixed an interface error with invoking ChemEquil. 2008-05-06 23:31:13 +00:00
vcs_Exception.cpp Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_Exception.h Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_Gibbs.cpp Started to reorganize vcs_VolPhase to be more efficient. 2008-06-11 17:14:33 +00:00
vcs_inest.cpp vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_internal.h Worked on making sure that vcs_deltag() adhered to the STATECALC concept. 2008-06-02 23:24:32 +00:00
vcs_IntStarStar.cpp Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_IntStarStar.h Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_ivout.c got the Linear programming routines to work within the Cantera 2008-01-03 21:38:25 +00:00
vcs_linmaxc.cpp Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE. 2008-01-14 22:24:10 +00:00
vcs_MultiPhaseEquil.cpp Started to reorganize vcs_VolPhase to be more efficient. 2008-06-11 17:14:33 +00:00
vcs_MultiPhaseEquil.h Changed the interface to allow values of 0, 1, and -1 for 2008-05-06 16:53:37 +00:00
vcs_nondim.cpp Took out m_feSpecies_curr. It was confusing and violated stateCalc 2008-06-03 21:35:53 +00:00
vcs_prep.cpp Took out m_feSpecies_curr. It was confusing and violated stateCalc 2008-06-03 21:35:53 +00:00
vcs_prob.cpp Another iteration with vcs_VolPhase: getting it to use private data, 2008-06-12 16:00:36 +00:00
vcs_prob.h Changed the interface to allow values of 0, 1, and -1 for 2008-05-06 16:53:37 +00:00
vcs_rearrange.cpp Variable name changing only 2008-05-16 22:00:16 +00:00
vcs_report.cpp vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_root1d.cpp Minor changes to beat down spurious warning messages about 2008-03-31 21:34:04 +00:00
vcs_rxnadj.cpp vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_setMolesLinProg.cpp Variable name changing. no change in algorithm 2008-05-18 15:37:20 +00:00
vcs_solve.cpp Another iteration with vcs_VolPhase: getting it to use private data, 2008-06-12 16:00:36 +00:00
vcs_solve.h vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_solve_TP.cpp vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_species_thermo.cpp Another iteration with vcs_VolPhase: getting it to use private data, 2008-06-12 16:00:36 +00:00
vcs_species_thermo.h Simplify treatment of units within the equilibrium solver 2008-04-28 16:08:35 +00:00
vcs_SpeciesProperties.cpp Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_SpeciesProperties.h Added vcs_nonideal, another equilibrium solver that can handle 2007-12-19 21:19:28 +00:00
vcs_TP.cpp Started to reorganize vcs_VolPhase to be more efficient. 2008-06-11 17:14:33 +00:00
vcs_util.cpp Compile errors found on the sun 2008-05-06 17:12:23 +00:00
vcs_VolPhase.cpp vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_VolPhase.h vcs_VolPhase updates to enable a more efficient StateCalc capability: 2008-06-12 20:45:20 +00:00
vcs_xerror.c got the Linear programming routines to work within the Cantera 2008-01-03 21:38:25 +00:00