mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -59,12 +59,12 @@ void Foam::radiation::absorptionCoeffs::checkT(const scalar T) const
|
||||
{
|
||||
if (T < Tlow_ || T > Thigh_)
|
||||
{
|
||||
FatalErrorIn
|
||||
WarningIn
|
||||
(
|
||||
"absorptionCoeffs::checkT(const scalar T) const"
|
||||
) << "attempt to use absCoeff out of temperature range:" << nl
|
||||
) << "usinf absCoeff out of temperature range:" << nl
|
||||
<< " " << Tlow_ << " -> " << Thigh_ << "; T = " << T
|
||||
<< nl << abort(FatalError);
|
||||
<< nl << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user