|
MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
| module | mod_mhd_eos |
| MHD <-> EoS seam: binds the eos% authority into magnetohydrodynamics. | |
Functions/Subroutines | |
| subroutine, public | mod_mhd_eos::mhd_link_eos () |
| Link the appropriate EOS conversion routines based on the selected EoS type. | |
Variables | |
| procedure(sub_get_pthermal), pointer, public | mod_mhd_eos::mhd_get_pthermal => null() |
| Thermal pressure pointer: set by mhd_link_eos based on energy formulation. Internal to mod_mhd_eos — external callers use eosget_thermal_pressure. | |
| procedure(sub_get_pthermal), pointer, public | mod_mhd_eos::mhd_get_temperature => null() |
| Temperature pointer: set by mhd_link_eos based on EoS type and energy formulation. | |
| procedure(sub_convert), pointer, public | mod_mhd_eos::mhd_to_primitive => null() |
| use habitual name of converting to primitive | |
| procedure(sub_convert), pointer, public | mod_mhd_eos::mhd_to_conserved => null() |
| use habitual name of converting to conserved | |