-
Notifications
You must be signed in to change notification settings - Fork 35
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
update self-consistent NSE SDC update with Tabular NSE #1569
Conversation
Detonation with this pr also gets statements like: Probably due to higher energy release behind the shock compared to the version currently on development. This causes a steeper change in composition and puts it out of NSE at the beginning of the next step? Previously, we would only get these for zones near the shock front and for other zones behind the shock its simply in NSE. It appears that it made it drastically slower. |
I realized that the current version on development is likely missing a factor of |
Update with some progress:
Not sure why convergence looks so bad when I included 512 resolution run. And detonation looks like: which is really fuzzy. Also encountered burn failures so I can't even run til the end. |
previously only ran up to 128 res because its slow, but I decided to run 256 res to check the convergence, and for whatever reason, its not good...
By decreasing the tolerance for temperature convergence from 1.e-6 to 1.e-7, I get:
With ttol=1.e-8, I get
After using ttol=1.e-8, I would get abs(H)=HMIN failure for detonation, then I tried switching to 5-point stencil for constructing the derivative dabardT, then it goes away. |
…erance for temperature convergence
I did a comparison to the tabular case and this seems to follow the same flow. |
address issue #1543
This depends on pynucastro/pynucastro#739