Skip to content

Commit

Permalink
Update binary.rst [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed May 18, 2023
1 parent 39bd7a4 commit 5b3fded
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ run phantomsetup again to complete the setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

::

./phantomsetup sim

This creates a sim.in file for the main code.
Expand Down Expand Up @@ -138,12 +139,13 @@ run phantomsetup again to rewrite the required options

::

$ ./phantomsetup sim
$ ./phantomsetup sim

set the relaxation flag to true
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

::

# relaxation options
relax = T ! relax stars into equilibrium
tol_ekin = 1.000E-07 ! tolerance on ekin/epot to stop relaxation
Expand Down Expand Up @@ -217,5 +219,4 @@ For more details, see :doc:`Setting up a softened star <softstar>`
Setting up and relaxing binary stars (the old fashioned way)
-------------------------------------------------------------
See :doc:`Setting up stars and tidal disruption events <star>` for the older two-step procedure. The options available are
identical, but with a bit more flexibility and without
having to re-run the relaxation procedure over and over again.
identical, currently the only difference is a few more options related to the equation of state.

0 comments on commit 5b3fded

Please sign in to comment.