cantera/test_problems/CpJump
2012-06-19 02:06:23 +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 Rewrote exception handling to be more general and more explicit 2012-03-05 20:45:56 +00:00
Makefile.am [cantera2.0]: adding missing -lexecstream -pthread to makefile.am in tests 2012-06-19 02:06:23 +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.