How to Generate a new cooling table to Use #1624
-
|
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
To generate a new cooling table with a higher maximum density, use the script Basic outline:
Physical processes included:
You can control inclusion of photoelectric heating and self-shielding via script flags. The rates are computed as functions of density, temperature, and metallicity see code details. If you need to cover a higher density range than the default, make sure your input Grackle/Cloudy table supports it, or generate one with the desired range before resampling. Let me know if you need more details on any step! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Just to add to what the bot is saying: if you want to go to higher density, you might also think a bit about the underlying physical model for cooling you want to implement. The cloudy cooling tables that we currently have in the code are intended for simulations targeting the diffuse to somewhat molecular ISM, but likely become increasingly unphysical at densities >> 100 cm^-3. That is because at these higher densities one needs to worry about things like CO cooling in the optically thick regime and dust-gas collisional coupling, physics that it is not trivial to include in a one-zone cloudy-type model. So before you worry about the technical aspects of generating a table, you might want to pause to decide what physical model of thermodynamics you want to implement. If you can tell me a bit more about your intended application, I can try to point you in the right direction. |
Beta Was this translation helpful? Give feedback.
If you want to include both atomic regions with lower density that are dominated by atomic cooling and molecular regions dominated by CO cooling, and you're not following explicit chemistry, you will need to adopt some sort of physical model for where the transition from molecular to atomic composition o…