Closed rwest closed 14 years ago
duplicate of #10 I pressed space bar twice, trying to insert two spaces, but apparently the 'submit' button had focus, so got pressed twice.
Does this message occur when you are running a pressure-dependent job? If so, I'm guessing the temperature you are attempting to model is outside of 300 < T < 2100 K and/or the pressure is outside of 0.01 < P < 100 bar.
The following is speculation, but I know evaluating a Chebyshev pressure-dependent rate expression involves evaluating an arccos. If the T / P are outside of the range mentioned above, the argument to the arccos will be > 1 or < -1, which is not in the physical domain of arccos.
In these instances, should we tell the user to specify a different T / P range (which they can already do in the condition file) for which to compute the Chebyshev polynomials?
discussion continued on bug #10
When this happens, RMG just reports
Attempted to evaluate a rate coefficient outside the allowed temperature and pressure range.
and stops. This is not a good failure mode!