Skip to content

Commit 5713b7e

Browse files
committed
[ci skip] update docs
1 parent 8a2cab8 commit 5713b7e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ New Features
1919

2020
``mesa_reader`` can now be installed with ``pip``.
2121

22+
A pseudo drag term ``v_drag`` has been reintroduced for ``u_flag`` to damp spurious shocks.
23+
2224
.. _Bug Fixes main:
2325

2426
Bug Fixes

star/defaults/controls.defaults

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8252,7 +8252,7 @@
82528252
! min_q_for_drag
82538253
! ~~~~~~~~~~~~~~
82548254

8255-
! only when v_flag. adjusts both v and energy transfer from kinetic to thermal.
8255+
! only when v_flag = .true.. Adjusts both v and energy transfer from kinetic to thermal.
82568256
! only for v(k) when q(k) > min_q_for_drag.
82578257
! kill off fraction of v = drag_coefficient (i.e. set to 1 to keep v near 0)
82588258
! useful for preventing the development radial pulsations during advanced
@@ -8289,9 +8289,10 @@
82898289
! ~~~~~~~~~~~~~~~~~~~~
82908290

82918291

8292-
! Implemented only for u_flag right now. Adds a pseudo drag term of the form
8292+
! Only when u_flag = .true.. Adds a pseudo drag term of the form
82938293
! -v_drag_factor*(v-v_drag)^2/r, can be used damp velocities in outer layers
8294-
! of a star. Effect is full on for q>q_for_v_drag_full_on and full off for
8294+
! of a star, useful for smoothing out spurious shocks colliding in ejected layers.
8295+
! Effect is full on for q>q_for_v_drag_full_on and full off for
82958296
! q < q_for_v_drag_full_off.
82968297

82978298
! ::

0 commit comments

Comments
 (0)