Cloudy & Associates
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloudy
cloudy
Commits
391f6504
Commit
391f6504
authored
Oct 22, 2021
by
Marios Chatzikos
Browse files
Add reference to H2 cooling equation in GA08 paper
parent
4ac87922
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/cool_eval.cpp
View file @
391f6504
...
...
@@ -1355,6 +1355,8 @@ STATIC double CoolH2_GA08 ( double Temp )
}
// originally cooling_high / (1. + cooling_high / cooling_low)
// See Eq. (39) therein
//
return
safe_div
(
cooling_low
*
cooling_high
,
cooling_low
+
cooling_high
);
}
...
...
Write
Preview
Markdown
is supported
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