Changes between Version 25 and Version 26 of u/erica/scratch4


Ignore:
Timestamp:
02/16/16 19:58:22 (9 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/scratch4

    v25 v26  
    2121= Tracking accretion energy in the code =
    2222
    23 At each time step i, the luminosity is computed as:
     23At each time step i, the accretion energy is computed as:
    2424
    25 [[latex($L_i=\frac{G M_i dm_i}{R }$)]]
     25[[latex($E=\frac{G M dm}{R }$)]]
    2626
    27 where [[latex($M_i$)]] is the mass of the sink particle at time i, [[latex($dm_i$)]] is the total accreted mass for that time step, [[latex($G$)]] is the gravitational constant in computational units, [[latex($R$)]] is the radius of the star, taken to be 1 solar radius by default, but modifiable by the user at run-time.
     27where [[latex($M$)]] is the mass of the sink particle at time i, [[latex($dm$)]] is the total accreted mass for that time step, [[latex($G$)]] is the gravitational constant in computational units, [[latex($R$)]] is the radius of the star, taken to be 1 solar radius by default, but modifiable by the user at run-time.
    2828
    2929== Kernel ==