A Study of Stellar Model with Kramer’s Opacity by Using Runge Kutta Method with Programming C

Abstract

In this paper, we have made an investigation on a stellar model with Kramer’s Opacity and negligible abundance of heavy elements. We have determined the structure of a star with mass , i.e. the physical variables like pressure, density, temperature and luminosity at different interior points of the star. We have discussed about some equations of structure, mechanism of energy production in a star and energy transports in stellar interior in a star and then we have solved radiative envelope and convective core by the matching or fitting point method and Runge-Kutta method by C Programming language. In future, it will help us to know about the characteristics of new stars.

Share and Cite:

Masud, M. and Doly, S. (2017) A Study of Stellar Model with Kramer’s Opacity by Using Runge Kutta Method with Programming C. International Journal of Astronomy and Astrophysics, 7, 185-201. doi: 10.4236/ijaa.2017.73015.

1. Introduction

A star is a dense mass that generates its light and heat by nuclear reactions, specifically by the fusion of hydrogen and helium under conditions of enormous temperature and density. Stars are like our sun. The star is powered by hydrogen fusion. The fusion only takes place at core of the star where it is dense enough. The “life” of a star is the time during which it slowly burns up its hydrogen fuel, and evolves only slowly in the process. The star is in force balance between pressure and gravity. It is also in energy balance between production by fusion reactions, transport by photon radiation, and loss from the surface by the (usually) visible radiation by which can detect the star. The “birth” of a star refers to the process by which it is formed from diffuse clouds of cold gas that are present in its galaxy [1] . A cloud collapses to form a number of stars when it is disturbed so that its gravity overcomes its motion and pressure. The “death” of a star occurs when its fusion fuel, first hydrogen and then heavier nuclei, have run out. This can be very violent if the star is very massive, ending in things like a black hole and/or a supernova, perhaps leaving a neutron star behind. If the star is not very massive, like the Sun or even smaller, it ends by ejecting part of its atmosphere and then settling down to a cold, dense white dwarf. Harm & Schwarzschild (1955) have shown that the maximal possible mass of the star is 60 M and minimum mass of star is 0.01 M [2] . The chemical element of star is hydrogen, helium and other heavier elements [3] . If hydrogen, helium and other elements are denoted by X, Y and Z respectively, then X + Y + Z = 1 . For the sun X = 0.73, Y = 0.25 and Z = 0.02.

2. HR Diagram

HR diagram is diagram where the absolute magnitudes and luminosities of stars are plotted against heir surface temperatures or colors. In 1905, Danish astronomer Einar Hertzsprung, and independently American astronomer Henry Norris Russell developed the technique of plotting absolute magnitude for a star versus its spectral type to look for families of stellar type. These diagrams, called the Hertzsprung-Russell or HR diagrams, plot luminosity in solar units on the Y axis and stellar temperature on the X axis [2] , as shown in Figure 1.

3. Energy Production in Stars

A normal main sequence star derives energy from its nuclear source. Enormous amount of energy are continually radiated at a steady rate over long spars of time; for example the sun radiates approximately 1041 ergs per year. Those thermonuclear reactions do produce energy. That a star can derive energy from thermonuclear reaction is understood from the following example 4 H 1 1 = H 2 e 4 + 2 β + + 2 ν + γ [4] [5] . That means four hydrogen atoms combine to give one helium atom with the production of two positrons (b+), two neutrinos (ν) and radiation (γ). Energy production mainly in two ways: 1) Proton-Proton chain (PP chain); 2) Carbon-Nitrogen chain (CN chain).

Figure 1. HR diagram.

4. Hydrostatic Equilibrium of Star

Consider a cylinder of mass dm located at a distance r from centre of the star with height dr and surface area A at the top and bottom. Also denote F p . t and F p . b to be the pressure forces at the top and bottom of the cylinder respectively

If Fg < 0 is the gravitational forces on the cylinder then from Newton’s second law we have

d m d 2 r d t 2 = F g + F p . t + F p . b (1)

Defining the change in pressure force dFp across the cylinder by F p . t = ( F p . b + d F p )

Then gives

d m d 2 r d t 2 = F g d F p (2)

The gravitational force on the small mass dm is given by

F g = G M ( r ) d m r 2 (3)

From the definition of pressure as the force per unit area we have

P = F A d F p = A d P (4)

Putting (3) and (4) in (2)

d m d 2 r d t 2 = G M ( r ) d m r 2 A d P (5)

Assuming the density of the cylinder is r, then its mass is d m = r A d r , now (5) becomes

ρ A d r d 2 r d t 2 = G M ( r ) ρ A d r r 2 A d P

Dividing by volume of the cylinder gives

ρ d 2 r d t 2 = G M ( r ) ρ r 2 d P d r

Assuming the star is static the acceleration term will be zero which then leads to

d P d r = G M ( r ) ρ r 2 = ρ g (6)

where g = G M ( r ) r 2 .

This is the condition of hydrostatic equilibrium.

5. Mass Conservation

Consider a spherically symmetric shell of mass dMr with thickness dr and r is the distance from the centre of the star. The local density is of the shell is r. The shell’s mass is then given by δ M = δ V ρ ( r ) .

Since δ V = 4 π r 2 δ r . Then we have δ M = 4 π r 2 δ r ρ ( r )

d M ( r ) d r = 4 π r 2 ρ ( r ) . (7)

In the limit where δ r 0 , which is the mass conservation equation.

6. Energy Conservation

Consider a spherical symmetric star in which energy transport is radial in which time variations are very important. Let Lr is the rate of energy flow a across of sphere of radius r and Lr+dr for radius r + dr

Now, the volume of the shell = 4 π r 2 d r

If r is the density, then mass of the shell = 4 π r 2 ρ d r .

The energy released in the shell can be written as 4 π r 2 ρ d r ε , where e is defined as the energy released per unit mass per unit time. The conservation of energy leads that

L r + d r L r = r 2 ρ ε d r

d L d r d r = r 2 ρ ε d r

d L d r = r 2 ρ ε (8)

This is the equation of energy conservation.

7. Energy Transport in Stellar Interior

Energy transport in stellar interiors occurs by three mechanisms, i.e. radiation, convection and conduction [6] [7] .

7.1. Radiation

Photons carry energy but constantly interact with electrons and ions. Each interaction causes the photon, on average, to lose energy to the plasma ⇒ increase in gas temperature.

7.2. Convection

Energy is carried by macroscopic mass motion (rising gas) though there is no net mass flux. If the density of an element of gas is less than that of its surroundings, it rises ⇒ Schwarzschild criterion for convection.

7.3. Conduction

Energy is carried by mobile electrons, which collide with ions and other electrons, but still make progress through the star. The diffusive nature of this process makes it describable in a way similar to radiative transport.

7.4. Radiative Energy Transport

If the condition of the occurrence of convection is failed then radiative transfer occurs. The energy carried by radiation per square meter per second i.e. flux Frad can be expressed in term of the temperature gradient and a coefficient of radiative conductively lrad as follows

F r a d = λ r a d d T d r (9)

where -ve sign indicates that heat flows down the temperature gradient.

Assuming all energy is transported by radiation. We will now drop the suffix rad,

F = λ d T d r (10)

Astronomers prefer to work with an inverse of the conductivity known as opacity which opacity k defined as

κ = 4 a c T 3 3 ρ λ (11)

where a is the radiation density constant, c is the speed of light.

From (11) we have

λ = 4 a c T 3 3 ρ κ (12)

Putting (12) in (10) we have

F = 4 a c T 3 3 κ ρ d T d r (13)

We know flux and luminosity equation is

L = 4 π r 2 F (14)

L = 16 a c π r 2 T 3 3 κ ρ d T d r [from (13)]

d T d r = 3 κ ρ L 16 π a c r 2 T 3 (15)

This equation is known as the equation of radiative transfer.

7.5. Convective Energy Transport

Let ρ 1 * and P 1 * be the density and pressure inside the blob in its original position, the corresponding quantities outside being r1 and P1. In its displaced position, let ρ 2 * and P 2 * be the density and pressure inside the blob white corresponding quantities outside be r2 and P2.

Before the perturbation, ρ 1 * = ρ 1 and P 1 * = P 1

After the perturbation

ρ 2 * = ρ 1 * ( P 2 * P 1 * ) 1 / γ and P 2 * = P 2

where γ is the ratio of specific that C p C v and has the value 5/3 for highly ionized gas. The layer may be stable if ρ 2 * > ρ 2 . Therefore mass motion will occur if ρ 2 * < ρ 2 . Now we have from the above equations ρ 2 * = ρ 1 ( P 2 P 1 ) 1 / γ

The equilibrium is stable if ρ 1 ( P 2 P 1 ) 1 / γ > ρ 2

And the equilibrium is unstable if ρ 1 ( P 2 P 1 ) 1 / γ < ρ 2

Let P 1 = P ( r ) and ρ 1 = ρ ( r ) , P 2 = P ( r + d r ) and ρ 2 = ρ ( r + d r )

From stable condition we have ( P 2 P 1 ) 1 / γ > ρ 2 ρ 1

From unstable condition we have ( P 2 P 1 ) 1 / γ < ρ 2 ρ 1

which implies ( P ( r + d r ) P ( r ) ) 1 / γ > or < ρ ( r + d r ) ρ ( r )

Or ( 1 + 1 P d P d r d r ) 1 / γ > or < ( 1 + 1 ρ d ρ d r d r )

Expanding left side of the above inequalities in Taylor series and neglecting higher order terms we have

( 1 + 1 λ P d P d r d r ) > or < ( 1 + 1 ρ d ρ d r d r )

1 γ P d P d r > or < 1 ρ d ρ d r

We know P = K μ H ρ T

Taking log and differentiating we have

1 P d P d r = 1 ρ d ρ d r + 1 T d T d r

For stability condition we have

1 γ P d P d r > 1 P d P d r 1 T d T d r

( 1 1 γ ) d P d r > P T d T d r

Therefore mass motion will occur when

( 1 1 γ ) d P d r < P T d T d r

Schwarzschild (1958) has shown that the temperature gradient for the convection is well represented by

d T d r = ( 1 1 γ ) T P d P d T (16)

which is known as convective energy equation [2] .

8. Schwarzschild Method and Variable

When one is searching for the numerical solution to a physical problem, it is convenient to re-express the problem in terms of a set of dimensionless variables whose range is known and conveniently limited. This is exactly what the Schwarzschild variables accomplish. Define the following set of dimensionless variables [2]

x = r R (17)

q = M ( r ) M (18)

l = L ( r ) L (19)

p = P ( r ) 4 π R 4 G M 2 (20)

t = T ( r ) R μ R G M (21)

ρ ( r ) = M 4 π R 3 p t (22)

Note that the first three variables are the fractional radius, mass and luminosity, respectively and after three variables represented the pressure, temperature and density. In addition, let us assume that the opacity and energy generation rate can be approximately by

and

κ = κ 0 ( ρ T 3.5 ) , ε P P = ε 0 ρ X X C N × ( T 10 6 ) 16

where

κ 0 = 4.34 × 10 25 × Z ( 1 + X )

Putting (17), (18), (20) and (19) in (6), we have

d d ( R x ) ( G M 2 p 4 π R 4 ) = G q M R 2 x 2 M 4 π R 3 p t

G M 2 4 π R 5 d p d x = G M 2 4 π R 5 p q t x 2

d p d x = p q t x 2 (23)

Again, putting (17), (18) and (22) in (7), we have

d d ( x R ) ( q M ) = 4 π R 2 x 2 M 4 π R 3 p t

M R d q d x = M R p x 2 t

d q d x = p x 2 t (24)

Now putting (17), (19), (22) and (21) in (8), we have

d d ( R x ) ( l L ) = 4 π R 2 x 2 ε 0 ρ 2 X X C N × ( T 10 6 ) 16

L R d l d x = ε 0 X X C N 4 π R 2 x 2 ( M 4 π R 3 p t ) 2 1 10 96 × ( t M R ) 16 ( μ G ) 16 ( 1 R ) 16

d l d x = ε 0 X X C N 4 × 10 96 π ( μ G ) 16 ( 1 R ) 16 M 18 L R 19 p 2 x 2 t 14

d l d x = D p 2 x 2 t 14 (25)

where D = ε 0 X X C N 4 × 10 96 π × ( μ G ) 16 × ( 1 R ) 16 × M 18 L R 19

Again putting (17), (19), (21), (22) and (23) in (15), we get

d d ( R x ) ( G M t R ) μ R = 3 κ 0 l L 16 π a c R 2 x 2 × ρ 2 T 6.5

μ R G M d t d x = 3 κ 0 l L 16 π a c x 2 × ( M 4 π R 3 p t ) 2 × ( R G M t ) 6.5 × ( R μ ) 6.5

d t d x = 3 κ 0 256 π 3 a c ( 1 G ) 7.5 L R 0.5 M 5.5 p 2 l x 2 t 8.5

d t d x = C p 2 l x 2 t 8.5

where C = 3 κ 0 256 π 3 a c ( 1 G ) 7.5 L R 0.5 M 5.5

putting (17), (19) and (20) in (16) we have

d t d x = 2 5 t p d p d x (26)

Finally we have the full set equations

d p d x = p q t x 2 (27)

d q d x = p x 2 t (28)

d l d x = D p 2 x 2 t 14 (29)

d t d x = C p 2 l x 2 t 8.5 (Radiative layer) (30)

d t d x = 2 5 t p d p d x Convective layer (31)

which are subject to the boundary conditions

q ( 0 ) = l ( 0 ) = 0 and q ( 1 ) = l ( 1 ) = 1 (32)

If the star has a convective core, then all the energy is produced in a region where the structure is essentially specified by the adiabatic gradient and so the energy conservation Equation (29) is redundant. This means that the D is unspecified and the problem will be solved by determining C alone. Such a model is known as a Cowling model.

9. Solution of the Model

Since the model star is likely to have a small convective core with a radiative envelope, in principle we have two solutions, one is the envelope and another is the core. The two solutions must match at the interface.

a) Polytropic Core Solution

b) Packet Solution

9.1. Polytropic Core Solution

Eliminating q from (27) and (28) we have

d d x ( t x 2 p d p d x ) = p x 2 t

d d x ( t x 2 p 5 p 2 t d t d x ) = p x 2 t [from (3.3)]

5 2 d d x ( x 2 d t d x ) = p x 2 t (33)

Now introducing the polytropic variables η and θ , defined by

p = p c θ 5 / 2 , t = t c θ , x = ( 5 2 t c 2 p c ) 1 / 2 η

where pc and tc are the central pressure and temperature in non-dimensional. Now putting the value of p, t and x in (3.4), we have

5 2 ( 2 p c 5 t c 2 ) 1 / 2 d d η ( 5 2 t c 2 p c η 2 ( 2 p c 5 t c 2 ) 1 / 2 t c d θ d η ) = 5 p c θ 5 / 2 2 t c 2 p c η 2 1 t c θ

5 2 2 p c 5 t c 2 t c 3 p c d d η ( η 2 d θ d η ) = η 2 t c θ 3 / 2

1 η 2 d d η ( η 2 d θ d η ) = θ 3 / 2 (34)

which is the Lane-Emden equation with index n = 3 2 .

The general solution of (34) is

θ = 1 1 6 η 2 + 3 2 120 η 4 3 2 ( 8 × 3 2 5 ) 42 × 360 η 6 + θ = 1 1 6 η 2 + 1 80 η 4 1 1440 η 6 +

For small η this is a rapidly convergent series.

We take

θ = 1 1 6 η 2 + 1 80 η 4 (35)

Introducing Schwarzschild homology variables defined by [2]

U d ln M ( r ) d ln r = r M ( r ) d M ( r ) d r = x R q M M d q R d x = x q d q d x = x t x 2 p d p d x p x 2 t = p 2 x t 2 d p d x = p 2 x t 2 5 p 2 t d t d x = 2 5 p x t 1 d t d x = 2 5 p c θ 5 / 2 t c θ ( 5 2 t c 2 p c ) 1 / 2 η 1 t c ( 5 2 t c 2 p c ) 1 / 2 d θ d η = 2 5 p c t c 2 θ 3 / 2 5 2 t c 2 p c η 1 d θ d η = θ 3 / 2 η 1 d θ d η 3 3 η 2 10 +

and V d ln P d ln r = r P d P d r = x R G M 2 4 π R 4 p G M 2 4 π R 4 d p R d x = x p d p d x = ( 2.5 t c 2 / p c ) 1 / 2 η p c θ 5 / 2 d θ 5 / 2 ( 2.5 t c 2 / p c ) 1 / 2 d η = η θ 5 / 2 d θ 5 / 2 d η 5 η 2 6 ( 1 + η 2 60 + )

So as to good approximation

U = 3 18 50 V (36)

This gives the core solution in the U-V plane.

9.2. Packet Solution

The Equation (30) contains an unknown parameter C. Our aim is to determine the correct value of C and obtain the packet solution for the value of the parameter. In order to do this we have to solve the packet solutions for different trial value of C and find which value of C the solution just matches the core solution at the interface. The packet solutions we have calculated numerically, however since the equations are singular at the surface, p = t = 0 .

Let 1 x 1 = γ d x = x 2 d γ

d p d x = q p t x 2 d p x 2 d γ = q p t x 2 d p d γ = q p t t d p d γ = q p

and d t d x = C p 2 t 8.5 x 2 Math_126#

d t d γ = C p 2 t 8.5 Math_128#

and d q d x = p x 2 t Math_130##Math_131#

d q d γ = p t ( 1 + γ ) 4

Here the singular point is γ = 0 , since x = 1 i.e. γ = 0 . Now the series expansion of variables about γ = 0 can be easily done. By Fuchs theorem, a convergent development of the solution in a power series about the singular point having a finite number of terms is possible.

We therefore take t = γ u ( a 0 + a 1 γ + + a n γ n )

p = γ v ( b 0 + b 1 γ + + b n γ n )

and q = 1 + c 1 γ + c 2 γ 2 + + c n γ n

We have

γ u ( a 0 + a 1 γ + + a n γ n ) d d ξ { γ v ( b 0 + b 1 γ + + b n γ n ) } = ( 1 + c 1 γ + + c n γ n ) { γ v ( b 0 + b 1 γ + + b n γ n ) }

a 0 b 0 v γ u + v 1 + ( a 1 b 0 v + a 0 b 1 ) γ u + v + = b 0 γ v + ( b 1 + b 0 c 1 ) γ v + 1 +

Since the two polynomial are equal must have u + v 1 = v and u + v = v + 1 and a 0 b 0 v = b 0

u = 1 and a 0 v = 1

We have

t = a 0 γ + a 1 γ 2 + + a n γ n + 1

( a 0 γ + a 1 γ 2 + + a γ n n + 1 ) 8.5 d d γ ( a 0 γ + a 1 γ 2 + + a γ n n + 1 ) = C ( b 0 γ v + b 1 γ v + 1 + + b n γ v + n ) 2

{ ( a 0 γ ) 8.5 + 8.5 ( a 0 γ ) 7.5 ( a 1 γ 2 + + a γ n n + 1 ) + } ( a 0 + 2 a 1 γ + ) = C { b 0 2 γ 2 v + ( 2 b 0 b 1 ) γ 2 v + 1 + }

Again equating the powers and coefficients we have 2 v = 8.5 and C b 0 2 = a 0 9.5

v = 4.25 and a 0 = 1 4.25

Again, we have b 0 = 1 C 0.5 ( 1 4.25 ) 4.75

Finally we have

b 0 = 1 C 0.5 ( 1 4.25 ) 4.75 u = 1 v = 4.25 a 0 = 1 4.25

Therefore, in the first approximation we have about γ = 0 , i.e. x = 1

p γ v b 0 = γ 4.25 1 C 0.5 ( 1 4.25 ) 4.75 = 1 C 0.5 ( 1 4.25 ) 4.75 ( 1 x 1 ) 4.75

and t γ u a 0 = γ 1 4.25 = 1 4.25 ( 1 x 1 )

and q 1

Here C as a free parameter and consider of values of close to 10−6. We take a point x = 0.99 very near to the surface. Appropriate for convection, by the fourth order Runge- Kutta method for a number of trial values of C. Some of these calculations, namely for C = 1.56 e 6 , C = 5.6 e 7 and C = 9.46 e 7 .

From Figure 2 it is found that this happens for C = 9.46 e 7 . This is the correct value of C for this model star.

Then from Equation (6) the values of the parameters that point are found to be.

p 0 = 3.5136 × 10 9 , t 0 = 2.3767 × 10 3 , q 0 = 1

Taking these values as the boundary values we have integrated the equations for the radiative envelop numerically inwards up to where

n + 1 = t p d p d t = 2.5

For this value of C the matching point is at x f = 0.168 .

The radiative solution for the pack 0.168 x < 1 for C = 9.46 e 7 is given is Table 1. Radiative structure of the model star M = 2.5 M , X = 0.90, Y = 0.09, Z = 0.01 (solar Unit).

9.3. Core Solution of the Model

From the Table 1 we find that p f = 57.5 , q f = 0.147 , t f = 0.708 , U f = 2.6253 ,

Figure 2. The core solution and the envelope solutions with different values of C in the U-V plane.

Table 1. Calculation of Pressure, Mass, Temperature, Density (Radiative solution).

V f = 1.2323 . Also l f = 1 , at x = x f , since all the energy is produced in the core. With these values as our boundary conditions we have to solve the core equations, namely Equations ((27)-(29) and (31)) inwards numerically. In order to do this we need the correct value of D. This can be done by integrating the equation.

Total luminosity,

L = 0 r f 4 π r 2 ρ ( r ) ε d r = 0 x f 4 π x 2 R 2 ρ ( r ) ε 0 ρ X X C N ( T 10 6 ) 16 R d x = 0 x f 4 π x 2 R 2 ( M 4 π R 3 p t ) 2 X X C N 1 10 96 ( μ G ) 16 ( G M R t ) 16 R d x = ε 0 X X C N 4 × 10 96 π ( μ G ) 16 ( 1 R ) 16 M 18 R 19 0 x f x 2 p 2 t 14 d x = L D 0 x f x 2 p 2 t 14 d x

1 D = 0 x f x 2 p 2 t 14 d x = 0 η f 5 2 t c 2 p c η 2 p c 2 θ 5 t c 14 θ 14 ( 5 2 ) 1 / 2 t c p c 1 / 2 d η = 0 η f ( 5 2 ) 1.5 p c 0.5 t c 17 η 2 θ 19 d η = ( 5 2 ) 1.5 p c 0.5 t c 17 0 η f η 2 ( 1 1 6 η 2 + 1 40 η 4 ) 19 d η (37)

Since p and t are continuous at xf

p f = p c θ 5 / 2 and t f = t c θ f

Also we have,

U f = 3 3 10 η f 2 + and V f = 5 η f 2 6 ( 1 + η f 2 60 + )

Now substituting the value of Uf and Vf we get from the above equations, η f = 1.20167 and hence we get from the above equations, θ f = 0.78539.

Therefore p f = p c θ 5 / 2

p c = p f θ 5 / 2 = 57.506 ( 0.78539 ) 5 / 2 = 105.19723

And t f = t c θ f

t c = t f θ f = 0.70834 0.78539 = 0.9019

Now substituting the value of p c , t c and η f in the Equation (37) and evaluating the integrating using Simpson’s one third rules, we have

D = 1.875173

Using this D in Equation (29) we have integrated the core again by the fourth order Runge-Kutta method from the interface downward up to x = 0.001 .

The Convective structure of the model star for M = 2.5, X = 0.90, Y = 0.09, Z = 0.01 is in Table 2.

Table 2. Calculation of Pressure, Mass, Temperature, Density (Convective core solution).

Table 3. Calculation of Pressure, Mass, Temperature, Density (Complete structure solution).

The packet solution and the core solution together give the complete internal structure of the star. The complete structures are shown in Table 3.

From Equation (26) we have

C = 3 κ 0 256 π 3 a c × ( 1 G ) 7.5 L R 0.5 M 5.5 × ( R μ ) 7.5 (38)

And from Equation (2.39)

D = ε 0 X X C N 4 × 10 96 π × ( μ G ) 16 × ( 1 R ) 16 × M 18 L R 19 (39)

Eliminating L from above equation we have

R 18.5 = 3 κ 0 ε 0 X X C N ( μ G ) 8.5 M 12.5 1024 × 10 96 π 4 C D a c × ( 1 R ) 8.5

Substituting all the values of the constants and parameters in Equation (37) we have R = 1.5011 R . And using this value of R in Equation (38) we have the value of L, that is, L = 6.4957 L

10. Conclusion

In this paper we have assumed a non-rotating and non-magnetic star with mass 2.5 M . The structure of the star with Kramer’s opacity with negligible abundances heavy element i.e. the pressure, temperature, mass, luminosity and density at various interior points is determined numerically and non-dimensional result of the radiative envelope is shown in Table 1 and convective core in Table 2. However, the complete structure is shown in Table 3. We also determined the actual radius R = 1.5011 R and total luminosity L = 6.4957 L . And our calculated results are in good agreement with the recent published results book Bohm-Vitense (W. Brunish). If the mass varies and composition is fixed, then Teff and R are found to vary but L is increased quite sharp. Again if hydrogen and heavy elements are increased, then R is increased but L and Teff are decreased. For the increase in M, the position of the star in the HR diagram [2] is slightly shifted toward the upper end of the main sequence. If the mass is constant, then the decrease in the hydrogen content of the star increases luminosity and effective temperature. But as time goes on in the main sequence lifetime of a star, its hydrogen content gradually diminishes giving rise to the helium content. That means, a main sequence of star ages, which positions in the HR diagram, slowly moves along the main sequence toward the hot end.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Böhm-Vitense, E. (1992) Introduction to Stellar Astrophysics. Volume 3, Stellar Structure and Evolution, Cambridge University Press, Cambridge.
[2] Reeves, H. (1964) Stellar Energy Sources. In: Schwarzschild, M., Howard, R. and Harm, R., Eds., Stellar Structure, Vol. 3, 233.
[3] Chandrasekhar, S. (1989) Stellar Structure and Stellar Atmospheres. Volume 1, University of Chicago Press, Chicago.
[4] Bethe, H.A. (1939) Energy Production in Stars. Physical Review, 55, 425.
[5] Kippenhahn, R. and Weigert, A. (1990) Stellar Structure and Evolution. Vol. 16, Springer-Verlag Berlin, Heidelberg, New York, 468.
[6] Hansen, C.J., Kawaler, S.D. and Trimble, V. (2004) Stellar Interiors. 2nd Edition, Springer, New York.
https://doi.org/10.1007/978-1-4419-9110-2
[7] Kippenhahn, R. and Weigert, A. (1990) Stellar Structure and Evolution.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.