Skip to content

Changes in SETUP= masstransfer #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Apr 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8c9ff4d
Merge branch 'master' into masstransfer
themikelau Jul 2, 2024
7fe9ef4
Merge branch 'masstransfer' of github.com:analulujg/phantom into mass…
themikelau Oct 7, 2024
270e0e8
add sink_off flag to replace sink particles with fixed gravitational …
analulujg Mar 4, 2025
3b3c9b4
Merge branch 'masstransfer' of github.com:analulujg/phantom into mass…
analulujg Mar 4, 2025
a5e0cef
change in SRCINJECT for setup masstransfer
analulujg Mar 30, 2025
dd6cb1c
Change definition of perturb_factor so the code uses 1. + perturb_factor
analulujg Mar 30, 2025
5320a20
add subroutine read_masstransferrate to read MESA file for setup mass…
analulujg Mar 31, 2025
8b18909
New subroutine calculate_lattice to define de particle positions. Add…
analulujg Mar 31, 2025
314eff9
add subroutine calculate_lattie to inject_particles so the particle s…
analulujg Apr 1, 2025
736c2b6
fix typo
analulujg Apr 1, 2025
c7f1a54
Print statement
analulujg Apr 1, 2025
1a1239e
Deleting debug statements and extra comments
analulujg Apr 1, 2025
033fa04
Read mesa file
analulujg Apr 1, 2025
b0ef36e
Have nodd and neven parameters as outputs of calculate_lattice
analulujg Apr 8, 2025
c7ae2ed
Changes in calculate_lattice subroutine only one layer is injected
analulujg Apr 10, 2025
455e1bd
Fix minor things
analulujg Apr 10, 2025
f2f0a33
Merge branch 'masstransfer' of github.com:analulujg/phantom into mass…
themikelau Apr 14, 2025
0cfe6b2
(masstransfer) delete hold star functionality
themikelau Apr 14, 2025
75f374d
(masstransfer) specify option to read from mdot vs t data file and cl…
themikelau Apr 17, 2025
62f1025
(masstransfer) remove unused variables related to wind length in inje…
themikelau Apr 17, 2025
468853d
(masstransfer) add subroutine to interpolate mdot from data file
themikelau Apr 17, 2025
23c766d
(masstransfer) add subroutine to accrete particles inside or outside …
themikelau Apr 17, 2025
fc91803
(masstransfer) make particle handling work with variable mdot
themikelau Apr 18, 2025
8e39394
(masstransfer) change name of input option from BHL_radius to wind_ra…
themikelau Apr 18, 2025
c3175dd
(masstransfer) make particle handling work with variable mdot
themikelau Apr 20, 2025
57e46d3
Update readwrite_mesa.f90
themikelau Apr 26, 2025
1a2410a
Update readwrite_mesa.f90
themikelau Apr 26, 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
6 changes: 3 additions & 3 deletions build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,10 @@ endif
ifeq ($(SETUP), masstransfer)
# Wind tunnel setup
SETUPFILE= setup_masstransfer.f90
SRCINJECT= utils_binary.f90 set_binary.f90 inject_windtunnel.f90
GRAVITY=yes
SRCINJECT= readwrite_mesa.f90 inject_masstransfer.f90
GRAVITY=no
KNOWN_SETUP=yes
IND_TIMESTEPS=no
IND_TIMESTEPS=yes
ANALYSIS=analysis_common_envelope.f90
endif

Expand Down
Loading
Loading