-
Notifications
You must be signed in to change notification settings - Fork 66
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
Full implementation of AGN feedback for the cool-core destruction project #339
base: main
Are you sure you want to change the base?
Full implementation of AGN feedback for the cool-core destruction project #339
Conversation
Conflicts: src/Output/Output_DumpData_Total_HDF5.cpp
@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. |
const int NT = 1; | ||
# endif | ||
|
||
double dt_EC = HUGE_NUMBER; |
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.
It would be great to still support this time-step criterion even though we may disable it by default.
# endif | ||
|
||
double dt_EC = HUGE_NUMBER; | ||
double *OMP_dt_EC = new double [NT]; |
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.
It will cause memory leakage.
…gamer-fork into cool-core-public * 'cool-core-public' of ssh://github.com/ShuangShuang0411/gamer-fork: Abort if SRC_EXACTCOOLING is enabled before its release Include exact-cooling dt only when necessary Fix minor compilation issues in Init_GAMER.cpp and Mis_GetTimeStep.cpp
Co-authored-by: Chun-Yen Chen <[email protected]>
Co-authored-by: Chun-Yen Chen <[email protected]>
Co-authored-by: Chun-Yen Chen <[email protected]>
* main: (35 commits) Address review comments Record NCONREF_MAX Add check Reduce ConRef[] array size Rename ConservedRef* to ConRef* Restore file format Minor Apply suggestions from code review Bugfix Remove useless variable Simplify header Store conserved variables in an array Update comment Rename ConservedRefLoaded to ConservedRefInitialized Dump data before ELBDM_RemoveMotionCM() Minor Apply suggestions from code review Update comment Apply suggestions from code review Remove comments ... # Conflicts: # src/Output/Output_DumpData_Total_HDF5.cpp
Co-authored-by: Chun-Yen Chen <[email protected]>
…inguish between the two halos
Co-authored-by: Chun-Yen Chen <[email protected]>
This pull request includes the complete implementation of AGN feedback for the cool-core destruction project. The key components are:
ClusterMerger
test problem.ExactCooling
test problem for the currently privateExactCooling
source term module.