Skip to content

Commit

Permalink
add inputs file for a Boos model
Browse files Browse the repository at this point in the history
fix logical
  • Loading branch information
zingale committed Nov 17, 2023
1 parent f8bedf2 commit 260d2f5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sub_chandra/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ temp_core real 1.e7

temp_base real 4.e8

mixed_co_wd logical .true.
mixed_co_wd int 1

low_density_cutoff real 1.e-4

Expand Down
25 changes: 25 additions & 0 deletions sub_chandra/inputs.M_WD-0.9.M_He-0.1.CO.CNO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
problem.nx = 4096

problem.xmin = 0.0
problem.xmax = 4.096e9

problem.M_tot = 0.9
problem.M_He = 0.1

problem.delta = 5.e6

problem.temp_core = 3.e7
problem.temp_base = 2.3e8

problem.mixed_co_wd = 1

problem.X_C12 = 0.05
problem.X_O16 = 0.05
problem.X_N14 = 0.009

problem.low_density_cutoff = 1.e-4
problem.temp_fluff = 7.5e7

problem.small_temp = 1.e6


0 comments on commit 260d2f5

Please sign in to comment.