FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Eos_everywhere (mode, gridDataStruct) |
subroutine Eos_everywhere | ( | integer, intent(in) | mode, |
integer | gridDataStruct | ||
) |
Apply Eos() to all blocks.
mode : determines which variables are used as Eos input. The valid values are MODE_DENS_EI (where density and internal energy are inputs), MODE_DENS_PRES (density and pressure as inputs) MODE_DENS_TEMP (density and temperature are inputs). These quantities are defined in constants.h, the argument is forwarded unchanged to the Eos function call.
gridDataStruct : the grid data structure on whose data Eos is to be applied
EXAMPLE
NOTES
SEE ALSO
Eos Eos_wrapped Grid_makeVector
Definition at line 42 of file Eos_everywhere.F90.