-
Notifications
You must be signed in to change notification settings - Fork 76
Full implementation of AGN feedback for the cool-core destruction project #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Full implementation of AGN feedback for the cool-core destruction project #339
Conversation
|
@ShuangShuang0411 Some quick and general comments. I'll check the entire PR thoroughly after it is approved by other reviewers.
|
|
@jzuhone Since this PR is most related to your work, could you help review it? I'll also take a close look after you approve it. First, do you prefer to modify the existing |
|
@ShuangShuang0411 @hyschive I plan on reviewing this in detail over the next few days. |
example/test_problem/Hydro/ClusterMerger/yt_script/plot_slice-z.py
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Init_TestProb_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Flu_ResetByUser_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Init_TestProb_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Init_TestProb_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Par_Init_ByFunction_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
jzuhone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments.
src/TestProblem/Hydro/ClusterMerger/Par_Init_ByFunction_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
|
@ChunYen-Chen what's left before we can merge the PR? |
|
@jzuhone I would like to add the analysis scripts and a |
|
@ChunYen-Chen no, I think it's good for you to include those. |
|
@ChunYen-Chen I had a look at it and it looks good, so I merged. Anything else, aside from the conflict that I can fix? |
|
@jzuhone I think that's all. Thanks for the review. |
|
@hyschive I think this is ready for merge! |
|
@jzuhone @ChunYen-Chen Thanks for your great work updating and reviewing this PR! Please approve it if you think it’s ready. Since this is a fairly large PR, with 101 files modified, would you mind if I take another look before merging, at least for the files outside the |
hyschive
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This round of review address several compilation issues introduced by #458. I'll add more comments separately in the coming days.
src/TestProblem/Hydro/ClusterMerger/Flu_ResetByUser_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Flu_ResetByUser_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Flu_ResetByUser_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ClusterMerger/Flu_ResetByUser_ClusterMerger.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ExactCooling/Init_TestProb_ExactCooling.cpp
Outdated
Show resolved
Hide resolved
hyschive
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This round of review addresses additional compilation issues and includes a few minor comments.
hyschive
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This round of review focuses on the exact-cooling source files.
hyschive
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This round of review focuses on the ExactCooling test problem.
src/TestProblem/Hydro/ExactCooling/Init_TestProb_ExactCooling.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ExactCooling/Init_TestProb_ExactCooling.cpp
Outdated
Show resolved
Hide resolved
src/TestProblem/Hydro/ExactCooling/Init_TestProb_ExactCooling.cpp
Outdated
Show resolved
Hide resolved
…gamer-fork into cool-core-public * 'cool-core-public' of ssh://github.com/ShuangShuang0411/gamer-fork: Minor Update for CCD simulation Add more scripts Update for CCD simulations fix: prevent use of uninitialized variable chore(docs): Sync wiki to doc/wiki [skip-cd] Update output file
Co-authored-by: Hsi-Yu Schive <hyschive@gmail.com>
Co-authored-by: Hsi-Yu Schive <hyschive@gmail.com>
…gamer-fork into cool-core-public * 'cool-core-public' of ssh://github.com/ShuangShuang0411/gamer-fork: Apply suggestions from code review Apply suggestions from code review
* main: check pressure only for the EoSs that need check pressure only for the EoSs that need add a check for pressure in interpolation Default FLU_INT_SCHEME based on SUPPORT_SPECTRAL_INT
Co-authored-by: Hsi-Yu Schive <hyschive@gmail.com>
…r.cpp Co-authored-by: Hsi-Yu Schive <hyschive@gmail.com>
|
@hyschive I believe I have resolved all of your suggestions and I have merged |
This pull request includes the complete implementation of AGN feedback for the cool-core destruction project. The key components are:
ClusterMergertest problem.ExactCoolingtest problem for the currently privateExactCoolingsource term module.