Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polar bug redux #126

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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