[Mesa-users] [EXTERNAL] Re: Issues Evolving AM CVn Binary

AbdelBassit Senhadji sen-abd at hotmail.fr
Sun Jun 16 00:45:15 UTC 2024


Hi Josh,

I have included a modified version of your inlists. We don't have the same version it might not work so you will need to modify it a little bit.

Monitor variables such as central temperature, surface temperature, mass transfer rate, density, and pressure to identify any unusual behavior or trends.

You can also

retry_limit = 1000 redo_limit = 1000 I set it to 500 maybe setting them to 1000 is a good idea. Because we to ensure that MESA has enough opportunities to attempt convergence. Other point to consider would be to handle mass changes implicitly to stabilize mass transfer and set appropriate tolerances for solver convergence (already included in the txt file).

Let me know if the system is converging well. Then we can fine tune some parameters.

Abdel
________________________________
De : Joshua Aiken <JAIKEN17 at UBishops.ca>
Envoyé : 15 juin 2024 20:19
À : AbdelBassit Senhadji <sen-abd at hotmail.fr>; mesa-users at lists.mesastar.org <mesa-users at lists.mesastar.org>
Objet : Re: [EXTERNAL] Re: Issues Evolving AM CVn Binary

Hi Abdel,

Thanks for the reply. I played around with the controls you suggested (several of which I had already tried), unfortunately nothing seemed to help.

I also looked into changing some EOS options. From what I could tell, the outer regions of the star seemed to be crossing the seam between the FreeEOS and OPAL/SCVH EOS tables and so in case that was the issue, I tried both setting use_FreeEOS = .false. and use_OPAL_SCVH = .false. to use the HELM table in both regions and I also tried using just the FreeEOS table. Unfortunately, neither of these approaches helped either.

Unfortunately, this still leaves me stuck. Do you have any other ideas that I could try?

Thanks,
Josh
________________________________
From: AbdelBassit Senhadji <sen-abd at hotmail.fr>
Sent: Friday, June 14, 2024 8:16 PM
To: mesa-users at lists.mesastar.org <mesa-users at lists.mesastar.org>; Joshua Aiken <JAIKEN17 at UBishops.ca>
Subject: [EXTERNAL] Re: Issues Evolving AM CVn Binary

Hi Josh,

Here are couple of controls you can use:

&controls
   max_timestep = 1d4 ! Adjust based on your system's needs
   min_timestep = 1d-6
   varcontrol_target = 1d-4
   mesh_delta_coeff = 0.5
   mesh_delta_coeff_for_highT = 0.3
   newton_iterations_limit = 20
   use_other_energy_eqn = .true. ! Use a different energy equation solver if applicable
   max_surface_cell_dq = 1d-3 ! Ensure a fine mesh near the surface if mass transfer occurs there
   use_accumulate_factor = .true. ! Helps with mass loss
   max_years_for_timestep = 1d-3 ! Limit the maximum timestep to avoid large jumps
   min_years_for_timestep = 1d-8
/

  *   max_timestep and min_timestep: Ensure that these are set to reasonable values for the evolutionary phase you are studying. Reducing max_timestep during phases of rapid changes can help with convergence.
  *   mesh_delta_coeff and mesh_delta_coeff_for_highT: These control the grid resolution. Increasing the resolution by lowering these coefficients can sometimes help, though it may slow down the calculations.
  *   varcontrol_target: This parameter controls the allowed changes in model variables per timestep. Tightening this tolerance (by setting a lower value) can improve stability.
  *   newton_iterations_limit: Increasing this limit allows more iterations per timestep, which can help the solver converge.


I also suggest to have a look at the opacity tables and the equation of state (EOS) used are appropriate for a helium-rich donor star. Sometimes convergence issues can stem from improper handling of the physical conditions in such stars.

Hope these suggestions will help!

Abdel
________________________________
De : Mesa-users <mesa-users-bounces at lists.mesastar.org> de la part de Joshua Aiken via Mesa-users <mesa-users at lists.mesastar.org>
Envoyé : 14 juin 2024 19:59
À : mesa-users at lists.mesastar.org <mesa-users at lists.mesastar.org>
Objet : [Mesa-users] Issues Evolving AM CVn Binary

Hi everyone,

I am currently trying to model the evolution of a system that starts as a (lowish mass) ZAMS donor star and a white dwarf companion (a cataclysmic variable (CV) system), that through mass transfer erodes the H content of the donor star, turning the system into an AM CVn system (a H-deficient/He-rich donor onto a white dwarf accretor, with an orbital period less than 1 hour). For the most part, the evolution works as expected, however, during the AM CVn phase, MESA struggles to converge and I haven't been able to figure out why (and how to fix the issue).

I am using MESA r211211 and I have provided the inlists that I am using for a specific case (M1=1.10Msun, M2=1.2Msun, P=2.88days) and also included the history file and plot of the period-donor mass evolution for that case. The convergence issues start when mass transfer begins during the AM CVn phase (when the period is below ~1Hr). The provided case specifically ends due to the redo limit, but in other similar cases the timestep becomes really small and the evolution still doesn't go anywhere. The mass transfer rate is only ~10^-7 Msun/yr which is completely expected for an AM CVn.  Has anyone experienced similar issues when trying to transfer mass from a donor composed of almost entirely helium? or have any ideas on what the problem might be/things to try?

Any help on getting these evolutions to progress further through the AM CVn phase (ideally until the donor mass is about 0.02 Msun) would be greatly appreciated.

Thanks,
Josh

--------

Caution: this message is from a source outside of Bishop's University. Please be careful when following links or opening attachments.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20240616/5c296079/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inlist_project
Type: application/octet-stream
Size: 835 bytes
Desc: inlist_project
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20240616/5c296079/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inlist2
Type: application/octet-stream
Size: 929 bytes
Desc: inlist2
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20240616/5c296079/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inlist1
Type: application/octet-stream
Size: 1558 bytes
Desc: inlist1
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20240616/5c296079/attachment-0002.obj>


More information about the Mesa-users mailing list