Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a006236
Update phase_separation.f90
mcastrotapia Sep 22, 2025
229cbdc
Update phase_separation.f90
mcastrotapia Sep 22, 2025
05fd04f
Add files via upload
mcastrotapia Sep 22, 2025
964d439
Create COMg_deltaC.dat
mcastrotapia Sep 22, 2025
08249c6
Create COMg_deltaMg.dat
mcastrotapia Sep 22, 2025
49c1869
Create CONe_deltaC.dat
mcastrotapia Sep 22, 2025
5151ab2
Create CONe_deltaO.dat
mcastrotapia Sep 22, 2025
f6ddc56
Create NeOMg_deltaMg.dat
mcastrotapia Sep 22, 2025
ac7dfb0
Create NeOMg_deltaO.dat
mcastrotapia Sep 22, 2025
8a44a5e
Create ONeNa_deltaNa.dat
mcastrotapia Sep 22, 2025
6083d74
Create ONeNa_deltaO.dat
mcastrotapia Sep 22, 2025
c5f74ab
Create wd1_10_mi8_3_NeOMg.mod
mcastrotapia Sep 22, 2025
0ac10d9
Create wd1_10_mi8_3_ONeNa.mod
mcastrotapia Sep 22, 2025
56f406f
Create wd1_30_mi9_4_NeOMg.mod
mcastrotapia Sep 22, 2025
5e0a79c
Create wd1_30_mi9_4_ONeNa.mod
mcastrotapia Sep 22, 2025
b385f0b
Delete star/test_suite/wd_o_ne_3_phase directory
mcastrotapia Sep 29, 2025
b5e98f0
new file: wd_o_ne_3_phase
mcastrotapia Sep 29, 2025
1e29b73
Remove submodule
mcastrotapia Sep 29, 2025
01f35f2
Add files via upload
mcastrotapia Sep 29, 2025
5513d0f
add wd1_10_mi8_3_NeOMg.mod
mcastrotapia Sep 29, 2025
6cd5087
add wd1_10_mi8_3_ONeNa.mod
mcastrotapia Sep 29, 2025
cac641d
add wd1_30_mi9_4_NeOMg.mod
mcastrotapia Sep 29, 2025
762f7c3
add wd1_30_mi9_4_ONeNa.mod
mcastrotapia Sep 29, 2025
1c1bd79
add COMg_deltaC.dat
mcastrotapia Sep 29, 2025
b6a1e67
add COMg_deltaMg.dat
mcastrotapia Sep 29, 2025
5ec9a62
add CONe_deltaC.dat
mcastrotapia Sep 29, 2025
9bc1bb7
add CONe_deltaO.dat
mcastrotapia Sep 29, 2025
e889f67
add NeOMg_deltaMg.dat
mcastrotapia Sep 29, 2025
c3e20d8
add NeOMg_deltaO.dat
mcastrotapia Sep 29, 2025
d384cf2
add ONeNa_deltaNa.dat
mcastrotapia Sep 29, 2025
5766de2
add ONeNa_deltaO.dat
mcastrotapia Sep 29, 2025
be052fb
Track .dat and .mod files with Git LFS
mcastrotapia Sep 29, 2025
9e4afd5
Update phase_separation.f90
mcastrotapia Sep 29, 2025
f5c4f3c
Update run.f90
mcastrotapia Sep 29, 2025
bd33f12
Update run_star_extras.f90
mcastrotapia Sep 29, 2025
e700861
Update phase_separation.f90
mcastrotapia Sep 30, 2025
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
630 changes: 489 additions & 141 deletions star/private/phase_separation.f90

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.dat filter=lfs diff=lfs merge=lfs -text
*.mod filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/COMg_deltaC.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/COMg_deltaMg.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/CONe_deltaC.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/CONe_deltaO.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/NeOMg_deltaMg.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/NeOMg_deltaO.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/ONeNa_deltaNa.dat
Git LFS file not shown
3 changes: 3 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/ONeNa_deltaO.dat
Git LFS file not shown
4 changes: 4 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cd make
make clean
8 changes: 8 additions & 0 deletions star/test_suite/wd_o_ne_3_phase/custom.net
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

include 'basic.net'

add_isos(
o18
ne22
na23
)
Loading
Loading