[FLASH-USERS] setup 2D spherical simulation
Klaus Weide
klaus at flash.uchicago.edu
Wed Feb 17 18:57:14 EST 2021
On Wed, 17 Feb 2021, RIGON Gabriel wrote:
> I'm trying to setup a 2D spherical simulation, but I have some trouble with
> it.
> Do anyone know a way to initialize a 2D spherical simulation ?
This should work:
> - ymin = 0.0 (angle in degree)
> - ymax = 180.0 (angle in degree)
> - yl/r_boundary_condition = "reflecting"
So should this:
> - ymin = 0.0 (angle in degree)
> - ymax = 90.0 (angle in degree)
> - yl/r_boundary_condition = "reflecting"
Or this:
> - ymin = 0.0 (angle in degree)
> - ymax = 90.0 (angle in degree)
> - yl_boundary_condition = "reflecting"
> - yr_boundary_condition = "outflow"
You may want to look at the separate "SodSpherical" simulation and compare
it to "Sod".
Klaus
More information about the flash-users
mailing list