Skip to content

Commit

Permalink
Excising the polar fluxes has proven unstable, disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bprather committed Oct 4, 2024
1 parent 7a0d7c8 commit b8deac0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion pars/bondi/bondi_b_vertical.par
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ on = true
# Transmitting boundaries, since there will be material at the pole
inner_x2 = transmitting
outer_x2 = transmitting
excise_polar_flux = true
# This might additionally help, but the option is unstable
#excise_polar_flux = true

# Allow in material from boundary
check_inflow_outer_x1 = false

Expand Down
5 changes: 3 additions & 2 deletions pars/tori_3d/mad.par
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ two_sync = false
<boundaries>
inner_x2 = transmitting
outer_x2 = transmitting
# This reduces the polar "wake," but may shrink timestep
excise_polar_flux = true
# This reduces the polar "wake," but shrinks the timestep,
# and has caused instabilities. YMMV.
#excise_polar_flux = true

<floors>
frame = drift
Expand Down
5 changes: 3 additions & 2 deletions pars/tori_3d/sane.par
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ two_sync = false
<boundaries>
inner_x2 = transmitting
outer_x2 = transmitting
# This reduces the polar "wake," but may shrink timestep
excise_polar_flux = true
# This reduces the polar "wake," but shrinks the timestep,
# and has caused instabilities. YMMV.
#excise_polar_flux = true

<floors>
# Now with FOFC it might work to set "frame = normal",
Expand Down

0 comments on commit b8deac0

Please sign in to comment.