File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ New Features
19
19
20
20
``mesa_reader `` can now be installed with ``pip ``.
21
21
22
+ A pseudo drag term ``v_drag `` has been reintroduced for ``u_flag `` to damp spurious shocks.
23
+
22
24
.. _Bug Fixes main :
23
25
24
26
Bug Fixes
Original file line number Diff line number Diff line change 8252
8252
! min_q_for_drag
8253
8253
! ~~~~~~~~~~~~~~
8254
8254
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.
8256
8256
! only for v(k) when q(k) > min_q_for_drag.
8257
8257
! kill off fraction of v = drag_coefficient (i.e. set to 1 to keep v near 0)
8258
8258
! useful for preventing the development radial pulsations during advanced
8289
8289
! ~~~~~~~~~~~~~~~~~~~~
8290
8290
8291
8291
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
8293
8293
! -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
8295
8296
! q < q_for_v_drag_full_off.
8296
8297
8297
8298
! ::
You can’t perform that action at this time.
0 commit comments