Detailed error message
This commit is contained in:
parent
3cc2dcfe6f
commit
f43e99e172
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ inline Foam::scalar Foam::specieThermo<thermo>::T
|
|||
"scalar (specieThermo<thermo>::*F)(const scalar) const, "
|
||||
"scalar (specieThermo<thermo>::*dFdT)(const scalar) const"
|
||||
") const"
|
||||
) << "Maximum number of iterations exceeded. Rescue by HJ"
|
||||
) << "Maximum number of iterations exceeded. T0 = "
|
||||
<< T0 << " F = " << (this->*F)(Test)
|
||||
<< " dFdT = " << (this->*dFdT)(Test)
|
||||
<< endl;
|
||||
|
||||
// Use value where dFdT is calculated using T0. HJ, 11/Oct/2010
|
||||
|
|
Reference in a new issue