Skip to content

Commit

Permalink
Update inlist_to_cc
Browse files Browse the repository at this point in the history
try with v_flag = .true. in inlist_to_cc
  • Loading branch information
Debraheem authored Dec 1, 2024
1 parent 752a670 commit 2c7b207
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions star/test_suite/40M_rotating_pre_ms_to_core_collapse/inlist_to_cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
save_model_filename = 'final.mod'
required_termination_code_string = 'fe_core_infall_limit'

change_v_flag = .true.
new_v_flag = .false.
!change_v_flag = .true.
!new_v_flag = .false.

change_u_flag = .true.
new_u_flag = .true.
!change_u_flag = .true.
!new_u_flag = .true.

/ ! end of star_job namelist

Expand All @@ -26,15 +26,16 @@

&controls

! surface BC
use_momentum_outer_BC = .true.
Pextra_factor = 1 ! soften to 1.

! meshing
! surface BC, for u_flag.
!use_momentum_outer_BC = .true.
!Pextra_factor = 1 ! soften to 1 u_flag. 2 by default in inlist_common

! meshing options
okay_to_remesh = .true.
use_split_merge_amr = .true. ! will default to logR zoning unless otherwise set
!split_merge_amr_log_zoning = .true.
split_merge_amr_logtau_zoning = .true.
use_split_merge_amr = .false. !.true. ! will default to logR zoning unless otherwise set
!split_merge_amr_log_zoning = .true. ! default is .true.
split_merge_amr_logtau_zoning = .true. ! default is .false.
!split_merge_amr_flipped_hybrid_zoning = .true.

split_merge_amr_r_core_cm = 1d8
Expand Down Expand Up @@ -70,17 +71,15 @@ max_abs_du_div_cs_for_convection = 0.03d0 !5d-3
max_v_div_cs_for_convection = 1d2
max_v_for_convection = 1d4

! u_flag controls above
! meshing controls above for shock capturing.



! to avoid a host of retries we relax our limits on split_burn
! for speed/stability in test_suite, at reduced time resolution.
!op_split_burn_min_T = 1d9

! prevent development of radial pulses during advanced burning
! for v_flag only, prevent development of radial pulses during advanced burning
!drag_coefficient = 1d0
!min_q_for_drag = 0.8d0
! We comment these out as they interefere with CC. We want no drag on short timescales.

set_min_D_mix = .true.
min_D_mix = 1d-2
Expand Down

0 comments on commit 2c7b207

Please sign in to comment.