cantera/test_problems/CpJump
Ray Speth 54efbaa320 Rewrote exception handling to be more general and more explicit
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +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 [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.