cantera/Cantera/src
2006-06-13 16:05:43 +00:00
..
converters Solaris changes: 2006-04-30 22:00:53 +00:00
oneD *** empty log message *** 2006-05-17 15:14:56 +00:00
thermo Added an IdealSolidSolnPhase capability. Changed existing thermo files 2006-06-13 16:02:41 +00:00
transport *** empty log message *** 2006-05-26 23:08:03 +00:00
zeroD initial import 2006-05-17 15:16:00 +00:00
.cvsignore Added SunWS_cache 2006-04-30 22:08:01 +00:00
Array.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ArrayViewer.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
BandMatrix.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
BandMatrix.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
ChemEquil.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ChemEquil.h *** empty log message *** 2005-07-25 03:55:32 +00:00
config.h *** empty log message *** 2005-06-25 05:53:36 +00:00
ConstCpPoly.cpp General commit for a reworking of the Species reference state thermo 2005-10-22 00:18:16 +00:00
ConstCpPoly.h General commit for a reworking of the Species reference state thermo 2005-10-22 00:18:16 +00:00
ConstDensityThermo.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ConstDensityThermo.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Constituents.cpp Added a copy constructor and an assignment operator. 2005-10-21 18:23:08 +00:00
Constituents.h Eliminated a doxygen warning message. 2005-10-21 21:38:18 +00:00
ct2ctml.cpp Windows has no sleep command 2006-05-03 20:49:22 +00:00
ct_defs.h Changed math.h to cmath 2006-04-30 22:08:33 +00:00
ctexceptions.h Just changed the comments. Added an errorhandling group to group 2005-10-21 21:35:35 +00:00
ctlapack.h *** empty log message *** 2005-08-18 14:44:35 +00:00
ctml.cpp Fixed an error where Cantera would seg fault if errors in the 2005-07-30 21:49:23 +00:00
ctml.h Added the getMatrixValues routine. This routine fills in a matrix 2005-07-28 21:53:05 +00:00
ctvector.cpp minor cleanup 2005-09-27 12:12:05 +00:00
ctvector.h support for sensitivity analysis 2005-11-10 15:06:33 +00:00
CVode.cpp Added Id line 2006-04-30 22:07:14 +00:00
CVode.h changed setMaxStep to setMaxStepSize, setMinStep to setMinStepSize, and added setMaxSteps to set the maximum number of steps that will be taken. 2004-05-16 13:54:11 +00:00
CVodesIntegrator.cpp *** empty log message *** 2006-05-20 21:12:37 +00:00
CVodesIntegrator.h *** empty log message *** 2006-05-20 21:12:37 +00:00
DASPK.cpp Fixed an error in a calling routine. 2004-07-02 14:58:45 +00:00
DASPK.h - 2003-05-13 19:43:30 +00:00
DenseMatrix.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
DenseMatrix.h improvements to the configuration process 2004-08-09 05:10:18 +00:00
diagnostics.h *** empty log message *** 2004-03-10 14:30:55 +00:00
EdgeKinetics.cpp Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
EdgeKinetics.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
EdgePhase.h removed unused files 2004-08-03 09:09:19 +00:00
Elements.cpp Fixed a minor case which resulted in a core dump. 2006-06-13 00:19:00 +00:00
Elements.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Enhanced3BConc.h Initial revision 2003-04-14 17:57:48 +00:00
equil.h changed default loglevel to 0. 2005-07-22 04:36:33 +00:00
equilibrate.cpp *** empty log message *** 2005-07-25 03:55:32 +00:00
FalloffFactory.cpp changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
FalloffFactory.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
FalloffMgr.h support for sensitivity analysis 2005-11-10 15:06:33 +00:00
FILES Initial revision 2003-04-14 17:57:48 +00:00
Func1.h support for sensitivity analysis 2005-11-10 15:06:33 +00:00
FuncEval.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
funcs.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
funcs.h *** empty log message *** 2004-08-05 14:56:55 +00:00
GasKinetics.cpp Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
GasKinetics.h Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
GasKineticsWriter.cpp Initial revision 2003-04-14 17:57:48 +00:00
GasKineticsWriter.h cleanup 2004-08-28 16:12:41 +00:00
GeneralSpeciesThermo.cpp added electric potential 2006-05-03 19:45:39 +00:00
GeneralSpeciesThermo.h added electric potential 2006-05-03 19:45:39 +00:00
global.h *** empty log message *** 2005-07-22 04:02:05 +00:00
GRI_30_Kinetics.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
GRI_30_Kinetics.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Group.cpp only formatting. 2004-07-08 18:12:34 +00:00
Group.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
IdealGasPhase.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
IdealGasPhase.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ImplicitChem.cpp support for sensitivity analysis 2005-11-10 15:06:33 +00:00
ImplicitChem.h support for sensitivity analysis 2005-11-10 15:06:33 +00:00
ImplicitSurfChem.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ImplicitSurfChem.h support for sensitivity analysis 2005-11-10 15:06:33 +00:00
importCTML.cpp Changed importPhase to call initThermoXML, not initThermo at the 2006-06-13 16:04:26 +00:00
importCTML.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
IncompressibleThermo.h Changed fmax to fmaxx. 2003-08-21 22:39:16 +00:00
Integrator.h *** empty log message *** 2006-05-20 21:12:37 +00:00
InterfaceKinetics.cpp Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
InterfaceKinetics.h Fixed a typo 2006-06-13 00:57:35 +00:00
Kinetics.cpp *** empty log message *** 2006-04-23 06:02:35 +00:00
Kinetics.h Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
KineticsFactory.cpp changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
KineticsFactory.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
lapack.h Initial revision 2003-04-14 17:57:48 +00:00
LatticePhase.cpp *** empty log message *** 2006-05-30 16:15:48 +00:00
LatticePhase.h *** empty log message *** 2006-05-30 16:15:48 +00:00
LatticeSolidPhase.cpp *** empty log message *** 2006-05-30 16:15:48 +00:00
LatticeSolidPhase.h Fixed an error mentioned in the Cantera newsgroup. 2006-06-13 00:24:26 +00:00
logger.h corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +00:00
Makefile.in Added support for conditional compilation of thermo directory. 2006-06-13 16:05:43 +00:00
MetalPhase.h *** empty log message *** 2005-08-18 14:44:35 +00:00
misc.cpp changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
mix_defs.h *** empty log message *** 2006-05-30 16:15:48 +00:00
Mu0Poly.cpp added electric potential 2006-05-03 19:45:39 +00:00
Mu0Poly.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
MultiPhase.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
MultiPhase.h Added cvs information to the file. 2005-10-22 00:35:47 +00:00
MultiPhaseEquil.cpp *** empty log message *** 2006-05-30 16:15:48 +00:00
MultiPhaseEquil.h *** empty log message *** 2005-07-25 03:55:32 +00:00
NasaPoly1.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
NasaPoly2.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
NasaThermo.h added electric potential 2006-05-03 19:45:39 +00:00
ODE_integrators.cpp support for sensitivity analysis 2005-11-10 15:06:33 +00:00
Phase.cpp Fixed an error in the GasKinetics object that occurred for calculating 2006-04-30 18:01:42 +00:00
Phase.h *** empty log message *** 2006-04-11 07:15:48 +00:00
phasereport.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
plots.cpp static_casts to eliminate VC++ warnings. 2004-07-01 23:46:52 +00:00
plots.h Initial revision 2003-04-14 17:57:48 +00:00
polyfit.h Initial revision 2003-04-14 17:57:48 +00:00
PropertyCalculator.h *** empty log message *** 2005-07-22 04:02:05 +00:00
PureFluidPhase.cpp Changed the defn of two functions who were missing const declarations. 2006-03-03 21:11:52 +00:00
PureFluidPhase.h Changed the defn of two functions who were missing const declarations. 2006-03-03 21:11:52 +00:00
RateCoeffMgr.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
reaction_defs.h Added cvs info for this file. 2005-10-21 22:44:18 +00:00
ReactionData.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
ReactionPath.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
ReactionPath.h An argument hid a member function name. I Changed the argument variable 2006-03-03 22:02:54 +00:00
ReactionStoichMgr.cpp *** empty log message *** 2005-08-18 14:44:35 +00:00
ReactionStoichMgr.h *** empty log message *** 2005-08-18 14:44:35 +00:00
RxnRates.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
ShomatePoly.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
ShomateThermo.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
SimpleThermo.h corrected bug that caused problems if this SpeciesThermo manager was used in conjunction with another one (e.g. NASA). 2005-10-31 16:29:49 +00:00
sort.cpp Initial revision 2003-04-14 17:57:48 +00:00
sort.h *** empty log message *** 2004-08-01 20:22:41 +00:00
SpeciesThermo.h added electric potential 2006-05-03 19:45:39 +00:00
SpeciesThermoFactory.cpp used popError() on two cases where errors are caught and delt with. 2006-05-27 23:34:09 +00:00
SpeciesThermoFactory.h added electric potential 2006-05-03 19:45:39 +00:00
SpeciesThermoInterpType.h added electric potential 2006-05-03 19:45:39 +00:00
SpeciesThermoMgr.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
speciesThermoTypes.h General commit for a reworking of the Species reference state thermo 2005-10-22 00:18:16 +00:00
State.cpp *** empty log message *** 2006-05-08 15:43:20 +00:00
State.h Changed a few functions to be virtual, in order to support 2006-06-13 16:03:23 +00:00
StoichManager.h support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
StoichSubstance.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
StoichSubstance.h Fixed a typo and added getStandardVolumes() routine. 2006-06-08 14:05:41 +00:00
stringUtils.cpp *** empty log message *** 2006-05-26 23:08:03 +00:00
stringUtils.h *** empty log message *** 2006-05-26 23:08:03 +00:00
SurfPhase.cpp changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
SurfPhase.h Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
ThermoFactory.cpp *** empty log message *** 2006-05-30 16:15:48 +00:00
ThermoFactory.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
ThermoPhase.cpp *** empty log message *** 2005-12-07 10:21:18 +00:00
ThermoPhase.h Added the function getPartialMolarCp(). It isn't currently in the 2006-06-13 00:20:57 +00:00
ThirdBodyMgr.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
units.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
utilities.h changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
vec_functions.h changed some variable names to eliminate leading ddouble (and some single) underscores 2005-11-22 17:59:04 +00:00
xml.cpp Commented the _require() routine. 2005-10-04 16:53:35 +00:00
xml.h *** empty log message *** 2005-08-18 14:44:35 +00:00
XML_Writer.h initial import 2004-10-03 08:30:38 +00:00