[mesa-users] keplerian rotation
Santiago Andres Triana
repepo at gmail.com
Fri Feb 27 10:32:45 EST 2015
Hi Sanaz,
I would search for the string 'breakup' with this unix command:
grep -R 'breakup' $MESA_DIR/star/
from the output I see that the variable you are interested in is
called 'omega_crit'. Then, a search for the string 'omega_crit' with
grep -R 'omega_crit' $MESA_DIR/star/private
gives already a number of places where the code for that calculation
might be. It is a start... Hope it helps!
Santiago
On Fri, Feb 27, 2015 at 3:54 PM, sanaz <sanaz.lotfiani at gmail.com> wrote:
> Dear all
>
> I look for the cods of "calculation break up (or Keplerian rotation) velocity” in star/defaults . but I could not find
>
> would I please help me?
>
> Best Sanaz
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa-users
More information about the Mesa-users
mailing list