cantera/test_problems/CpJump
2009-11-09 23:36:49 +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 Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
Makefile.in Added a test against build_with_f2c 2008-01-15 16:54:27 +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
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.