Adiabatic BE sphere

Thinking about the adiabatic BE sphere, I went through some calculations to check if we should change anything in the BE problem module. To begin, I refreshed my memory on deriving the Lane Emden equation, and then considered how the algebra would differ in an adiabatic case.

Isothermal case -

If we start with an ideal EOS,

and assume isothermality so we can use the isothermal sound speed,

we can rewrite the ideal gas equation to get,

Plugging this into the equation for HSE,

and integrating, gives

which plugging into

gives

Letting

allows one to scale the ODE into the following form called the Lane Emden equation:

Adiabatic case -

So, how does this change if we wish to use an adiabatic sound speed Cs, where

The ideal gas eqn when combined with the adiabatic sound speed is:

Plugging into HSE gives

implying,

This gives ~ the same ODE as above, but in order to scale it this time so that we get the same form as the Lane Emden equation above, one must make following modified variable substitutions:

Note the additional factor of gamma coming into xi.

Now the question is, how does this affect the BE module?

Well, the BE module reads in rhoc, r, xi, from which it computes an isothermal sound speed, aT, to get the temperature to set the pressure inside the clump.

The module uses the definition of xi above for the isothermal case to get aT:

NOTE that for the adiabatic case, the sound speed should have a factor of gamma coming in the numerator under the square root.

Now, considering the adiabatic sound speed,

gives

(The gamma factor cancels out anyway, leaving T unaffected as we should expect!!).

Results

  1. T should be the same in an adiabatic BE sphere cloud (at least initially).
  2. Xi, r, and rho_c are given in problem.data and together they fix the sound speed. Thus, the sound speed should be effectively different between the isothermal and adiabatic cases. However, as shown above, T is independent of gamma. Since T is used to set P, gamma doesn't effect the problem set up. Therefore, no changes should be made to the problem module.
  3. Further, rho= rho(xi). Since xi has gamma in it for the adiabatic case, the stability criteria for the adiabatic case is going to be different. It would no longer be the case that for an adiabatic BE sphere, xi_crit = 6.451. Considering dp/drho shows that a factor of gamma would come into the P given by the adiabatic ideal gas law.

Comments

No comments.