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
28384320
Commit
28384320
authored
Apr 11, 2022
by
Chatzikos, Marios
Browse files
Replace TODO with \todo for use with doxygen
parent
eb45ed7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/atmdat_chianti.cpp
View file @
28384320
...
...
@@ -1362,7 +1362,7 @@ void atmdat_CHIANTI_readin( long intNS, const string& chPrefix )
fenergyWN
=
(
realnum
)(
1e+8
/
fWLAng
);
//
TODO
Check the wavelength in the file with the difference in energy levels
//
\todo
Check the wavelength in the file with the difference in energy levels
tr
->
EnergyWN
()
=
fenergyWN
;
if
(
rfield
.
isEnergyBound
(
Energy
(
fenergyWN
,
"cm^-1"
)
)
)
...
...
source/mole_reactions.cpp
View file @
28384320
...
...
@@ -4411,10 +4411,13 @@ double t_mole_local::chem_heat(void) const
reaction_enthalpy
-=
rate
.
products
[
i
]
->
form_enthalpy
;
}
/* this is the chemical heating rate. TODO Once the H chem is merged with the C chem, then
* we will have the chemical heating rate for all reactions. This is only a subset and, thusfar,
* not actually used in getting the total heating. Tests with pdr_leiden_hack_f1.in show that this
* heating rate can be up to 10% of the total heating */
/* this is the chemical heating rate. */
/** \todo Once the H chem is merged with the C chem, then
* we will have the chemical heating rate for all reactions.
* This is only a subset and, thusfar, not actually used in
* getting the total heating. Tests with pdr_leiden_hack_f1.in
* show that this heating rate can be up to 10% of the total
* heating */
double
heat
=
reaction_enthalpy
*
rate_tot
*
(
1e10
/
AVOGADRO
);
/* 1.66e-14f; */
heatMap
[
heat
]
=
rate
.
label
;
...
...
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