Alternative energy conservation (or entropy consservation) for pressure positivity in low beta regions #654
Replies: 5 comments 7 replies
-
|
I think in general to do this there must be a rigid problem setting i.e.
then the obvious places to make the required changes are in
I'm sure there are many more details which I'll post here as I go. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for my late response. My colleague, Shinsuke Takasao at Osaka University has implemented so-called dual energy formula, which solves the total energy and internal energy, and uses the internal energy formula as a floor when the total energy formula fails. I think we can merge it to the master at some point. |
Beta Was this translation helpful? Give feedback.
-
|
I asked Shinsuke to join this discussion. He said he is able to provide his code but based on an older version now, or you need to wait for a while (he is moving to another institute this spring) if you want it on the latest version of the master. |
Beta Was this translation helpful? Give feedback.
-
|
I just realized that my fork of Athena where I've integrated passive scalars into the EOS may also be useful here. I've used the pasive scalers to store the last retrieved cell temperature to use as an initial guess for the EOS root find. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the late response. I am currently very busy because I am moving to another institute. I have quickly created the public github repository of athena++ with the implementation of dual energy formalism. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone implemented an alternative energy conservation for the non-relativistic MHD solver for use when pressure positivity becomes an issue in low beta regions?
Maintaining a physical pressure while using a conservation of total energy can be problematic when the magnetic energy and/or kinetic energy are orders of magnitude greater than the internal energy.
I’m simulating a high-magnetic field region (solar active region with a flux tube emerging into the corona) with low densities. It seems the magnetic energy dominates and pressure suffers. This is a common problem but most approaches simply recommend ditching the total energy conservation for a conservation of internal energy or hydrodynamic energy only. I've also seen people implement an entropy conservation to try resolve the issue.
Do you have any ideas that don't include a different energy conservation or using a larger pfloor?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions