-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new initial model, with dF/dy=-eps, and X=X(y)
- Loading branch information
1 parent
c7e7c08
commit 6e9cd2c
Showing
20 changed files
with
12,648 additions
and
4,442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.ipynb_checkpoints/ | ||
__pycache__/ | ||
plots/ | ||
*old* | ||
**.ex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
4 changes: 0 additions & 4 deletions
4
Exec/science/xrb_layered/create_initial_model/toy_atm/.gitignore
This file was deleted.
Oops, something went wrong.
62 changes: 13 additions & 49 deletions
62
Exec/science/xrb_layered/create_initial_model/toy_atm/_parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,33 @@ | ||
@namespace: problem | ||
|
||
model_prefix character "model" | ||
|
||
g_const real -2.450e14 | ||
|
||
nx integer 640 | ||
xmin real 0.0 | ||
xmax real 2.e3 | ||
|
||
dens_base real 2.e6 | ||
low_density_cutoff real 1.e-4 | ||
|
||
T_star real 1.e8 | ||
T_base real 5.e8 | ||
T_lo real 5.e7 | ||
|
||
H_rad real 700.e0 | ||
F_rad real 1.0e22 | ||
|
||
H_star real 500.e0 | ||
delta real 25.0 | ||
|
||
H_sig real 1000.e0 | ||
alpha_sig real 1.0 | ||
beta_sig real 0.0 | ||
|
||
fuel1_name character "hydrogen-1" | ||
fuel2_name character "helium-4" | ||
fuel3_name character "carbon-12" | ||
fuel4_name character "" | ||
fuel5_name character "" | ||
fuel6_name character "" | ||
fuel7_name character "" | ||
|
||
ash1_name character "iron-56" | ||
ash2_name character "" | ||
ash3_name character "" | ||
ash4_name character "" | ||
|
||
fuel1_frac real 1.0 | ||
fuel2_frac real 0.0 | ||
fuel3_frac real 0.0 | ||
fuel4_frac real 0.0 | ||
fuel5_frac real 0.0 | ||
fuel6_frac real 0.0 | ||
fuel7_frac real 0.0 | ||
|
||
ash1_frac real 0.0 | ||
ash2_frac real 0.0 | ||
ash3_frac real 0.0 | ||
ash4_frac real 0.0 | ||
|
||
xmin real 0.0 | ||
xmax real 2.e3 | ||
H_rad real 700.e0 | ||
F0 real -1 | ||
|
||
model_prefix character "toy_atm" | ||
X0 real 0.7 | ||
Zcno real 0.02 | ||
yd real 1.e7 | ||
ash_name character "iron-56" | ||
|
||
index_base_from_temp integer 0 | ||
|
||
do_isothermal_instead integer 0 | ||
|
||
# if do_invsq_grav = .false. we will use g_const for the | ||
# gravitational acceleration. Otherwise, we will compute gravity | ||
# from M_enclosed and the distance from the origin | ||
|
||
M_enclosed real 2.e33 | ||
g_const real -2.450e14 | ||
do_invsq_grav integer 0 | ||
|
||
low_density_cutoff real 1.e-4 | ||
|
||
smallx real 1.e-10 | ||
|
||
small_temp real -1.e200 | ||
small_dens real -1.e200 |
Oops, something went wrong.