-
Notifications
You must be signed in to change notification settings - Fork 289
Gas+rad+rec EoS: Include changes in effective gamma due to H2 vibrational and rotational modes #650
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: master
Are you sure you want to change the base?
Conversation
…gy when do_radiation=true
… that ionisation physics can be used with radiation
… rapid_dtanh with elemental functions
…l inflection point
@@ -326,10 +323,10 @@ subroutine get_rhoT_grid(npts,rhogrid,Tgrid) | |||
|
|||
! Initialise grids in Q and T (cgs units) | |||
npts = 30 | |||
logQmin = -10. |
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.
Check how much I can increase the Q and T range.
New issue identified: The runtime options X and Z appear twice, once to specify the composition for the gas+rad+rec EoS, and once for the radiation module to specify the composition for the MESA opacity tables. Should enforce having the opacity composition follow the EoS composition. |
Draft
Relevant for #487