cantera/test_problems/CpJump
Harry Moffat d8bb6b7fd2 Fixed a couple of errors in the Makefiles.
Special cased lapack and blas, and took out a recursive variable defn.
2007-10-29 23:50:09 +00:00
..
.cvsignore Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
bad_air.cti Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
bad_air.xml Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
CpJump.cpp Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
Makefile.in Fixed a couple of errors in the Makefiles. 2007-10-29 23:50:09 +00:00
output_blessed.txt Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
README.txt Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00
runtest Added a test CpJump that stresses the new setState_HP() algorithm. 2007-10-26 15:38:27 +00:00


#
#
# This test checks a new algorithm used in setState_HP(). Basically, we are trying
# to make the convergence algorithm fault tolerant of (small) jumps in the value of H or Cp
# at temperature boundaries. The new algorithm, which is a root finder, achieves this
# while the old algorithm, a bare Newton's method, diverges on this sample problem.