Skip to content

Commit

Permalink
Merge 41ea3d3 into eca735f
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacgsmith authored Jul 19, 2021
2 parents eca735f + 41ea3d3 commit 8661aab
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 188 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
model:

abundances:
type: file
filename: abund.dat
Expand Down
18 changes: 9 additions & 9 deletions docs/io/configuration/components/models/csvy_full_rad.csvy
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ datatype:
- name: t_rad
unit: K
desc: radiative temperature.
- name: dilution_factor
desc: dilution factor of shell.
- name: H
desc: fractional H abundance
desc: fractional H abundance.
- name: He
desc: fractional He abundance
desc: fractional He abundance.
- name: Ni56
desc: fractional Ni56 abundance
desc: fractional Ni56 abundance.

v_inner_boundary: 9000 km/s
v_outer_boundary: 12000 km/s
---
velocity,density,t_rad,H,He,Ni56
9000, 5e-10, 7000, 1.0, 1.0, 1.0
10500, 2.0e-10, 7000, 0.0, 0.99, 0.01
12000, 9e-11, 7000, 0.4, 0.58, 0.02
velocity,density,t_rad,dilution_factor,H,He,Ni56
9000, 5e-10, 7000, .9, 1.0, 1.0, 1.0
10500, 2.0e-10, 7000, .8, 0.0, 0.99, 0.01
12000, 9e-11, 7000, .1, 0.4, 0.58, 0.02
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
model:

structure:
type: file
filename: density.dat
Expand Down
Loading

0 comments on commit 8661aab

Please sign in to comment.