Skip to content

How to use the cooling modules? #632

Answered by ltlancas
Rogerod23 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Rogelio, sounds like an interesting problem! While I haven't used the chemistry module myself, I believe in order to set it up you simply need to compile using the instructions on the Wiki with ./configure.py --prob=[problem] --chemistry=[network] --ode_solver=[ode_solver] for your problem you would probably want

./configure.py --prob=[your-problem-name] --chemistry=gow17 --ode_solver=cvode

the cooling and heating should then be taken care of, as described in the Wiki and in Munan Gong's methods paper, though you will have to make sure you compile with the correct amount of passive scalars and initialize the chemical species in MeshBlock::ProblemGenerator() in the problem generator file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rogerod23
Comment options

Answer selected by Rogerod23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Relating to the Wiki, Website, or Markdown files
2 participants
Converted from issue

This discussion was converted from issue #631 on November 05, 2024 21:40.