cantera/test_problems/CpJump
2012-02-15 01:00:46 +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 Removed includes of Cantera.h from the regression tests 2012-02-15 01:00:46 +00:00
Makefile.am [cantera]: adding CpJump test routine 2012-02-07 00:46:30 +00:00
output_blessed.txt Rebaselined -> soln changed in 5th digit 2007-12-17 20:29:35 +00:00
README.txt 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.