FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Simulation_initBlock (solnData, tileDesc) |
subroutine Simulation_initBlock | ( | real | solnData, |
type(Grid_tile_t) | tileDesc | ||
) |
This routine applies initial conditions of a specific simulation to the specified block.
solnData - pointer to solution data blockDesc - describes the block to initialize
PARAMETERS
eosModeInit - after this routine sets up initial conditions, the grid package calls Eos to insure the values are thermodynamically consistent. This parameter controls the mode of application of the Eos. Its default is "dens_ie", and it can be one of "dens_ie", "dens_pres", "dens_temp". Setting this value to dens_temp, for instance, would make it possible to leave this routine having just initialized density and temperature, leaving Eos to calculate the rest.
SEE ALSO
Eos_wrapped
Definition at line 42 of file Simulation_initBlock.F90.