Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a701c9a6
Commit
a701c9a6
authored
Feb 24, 2011
by
sergio
Browse files
ENH: Change fatal Error to warning for absorption coeffs
parent
6915df23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/radiationModels/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C
View file @
a701c9a6
...
...
@@ -59,12 +59,12 @@ void Foam::radiation::absorptionCoeffs::checkT(const scalar T) const
{
if
(
T
<
Tlow_
||
T
>
Thigh_
)
{
FatalError
In
Warning
In
(
"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
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment