cantera/test_problems/CpJump/README.txt
Harry Moffat 9fd97f672a Added a test CpJump that stresses the new setState_HP() algorithm.
The old undamped newton's method fails on this problem.
2007-10-26 15:38:27 +00:00

8 lines
351 B
Text

#
#
# 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.