Searched refs:dH (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 430 CeedScalar dH, dH_fd; in TestTotalSpecificEnthalpy_fwd() local 436 dH = TotalSpecificEnthalpy_fwd(gas, state0, dstate0); in TestTotalSpecificEnthalpy_fwd() 455 dH_err = RelativeError(dH_fd, dH, dH_fd, divisor_threshold); in TestTotalSpecificEnthalpy_fwd() 456 …bs(dH_err) >= rtol) printf("%s dH error %g (expected %.10e, got %.10e)\n", buf, dH_err, dH_fd, dH); in TestTotalSpecificEnthalpy_fwd()
|