Stellar Structure: TCD 2006: 3.1 3 building models I.

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

Boyce/DiPrima 9th ed, Ch 2.4: Differences Between Linear and Nonlinear Equations Elementary Differential Equations and Boundary Value Problems, 9th edition,
Chapter 6 Differential Equations
Arc-length computation and arc-length parameterization
Differential Equations Brannan Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 08: Series Solutions of Second Order Linear Equations.
Numerical Solutions of Differential Equations Euler’s Method.
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L8&9 KFUPM.
Computational Modeling for Engineering MECN 6040
Boyce/DiPrima 9th ed, Ch 2.7: Numerical Approximations: Euler’s Method Elementary Differential Equations and Boundary Value Problems, 9th edition, by.
Stellar Structure: TCD 2006: equations of stellar structure.
The structure and evolution of stars
1 The structure and evolution of stars Lecture 7: The structure of main- sequence stars: homologous stellar models.
Analysis of Simple Cases in Heat Transfer P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Gaining Experience !!!
Error Measurement and Iterative Methods
Chapter 3 Steady-State Conduction Multiple Dimensions
COMPUTER MODELS IN BIOLOGY Bernie Roitberg and Greg Baker.
A posteriori Error Estimate - Adaptive method Consider the boundary value problem Weak form Discrete Equation Error bounds ( priori error )
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Stellar Structure Section 3: Energy Balance Lecture 4 – Energy transport processes Why does radiation dominate? Simple derivation of transport equation.
METO 621 Lesson 14. Prototype Problem I: Differential Equation Approach In this problem we will ignore the thermal emission term First add and subtract.
Stellar Structure Section 4: Structure of Stars Lecture 6 – Comparison of M-L-R relation with observation Pure M-L relation How to find T eff A different.
CHE/ME 109 Heat Transfer in Electronics LECTURE 11 – ONE DIMENSIONAL NUMERICAL MODELS.
Ordinary Differential Equations (ODEs) 1Daniel Baur / Numerical Methods for Chemical Engineers / Implicit ODE Solvers Daniel Baur ETH Zurich, Institut.
MESA equations, time steps and meshes Michael Palmer.
Differential Equations and Boundary Value Problems
Numerical Solution of Ordinary Differential Equation
CHAPTER 7 NON-LINEAR CONDUCTION PROBLEMS
Boyce/DiPrima 9 th ed, Ch 2.7: Numerical Approximations: Euler’s Method Elementary Differential Equations and Boundary Value Problems, 9 th edition, by.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Additional Topics in Differential Equations
EE3561_Unit 8Al-Dhaifallah14351 EE 3561 : Computational Methods Unit 8 Solution of Ordinary Differential Equations Lesson 3: Midpoint and Heun’s Predictor.
Math 3120 Differential Equations with Boundary Value Problems Chapter 2: First-Order Differential Equations Section 2-6: A Numerical Method.
Finite Element Method.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
The formation of stars and planets Day 2, Topic 2: Self-gravitating hydrostatic gas spheres Lecture by: C.P. Dullemond.
1 ELEC 3105 Basic EM and Power Engineering Start Solutions to Poisson’s and/or Laplace’s.
1B11 Foundations of Astronomy Sun (and stellar) Models Silvia Zane, Liz Puchnarewicz
Solution of a Partial Differential Equations using the Method of Lines
The elements of higher mathematics Differential Equations
Akram Bitar and Larry Manevitz Department of Computer Science
Boundary Value Problems l Up to this point we have solved differential equations that have all of their initial conditions specified. l There is another.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
MECN 3500 Inter - Bayamon Lecture 6 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
EE3417 – Introduction to Simulink
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
10-1 An Introduction to Systems A _______ is a set of sentences joined by the word ____ or by a ________________. Together these sentences describe a ______.
Skills You Need 6n = = -7v = 10 = 48 6 n = = v (-2) n = -20 (6) t = 288.
Ch 8.2: Improvements on the Euler Method Consider the initial value problem y' = f (t, y), y(t 0 ) = y 0, with solution  (t). For many problems, Euler’s.
Lecture Fall 2001 Controlling Animation Boundary-Value Problems Shooting Methods Constrained Optimization Robot Control.
Finding Definite Integrals by Substitution and Solving Separable Differential Equations.
Spatial Effects QUESTION: When can we neglect the temperature variation inside a solid? We can do that if the heat transfer inside the solid is much more.
ERT 216 HEAT & MASS TRANSFER Sem 2/ Dr Akmal Hadi Ma’ Radzi School of Bioprocess Engineering University Malaysia Perlis.
Runge Kutta schemes Taylor series method Numeric solutions of ordinary differential equations.
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
Announcements Topics: -Review of Differential Equations and Integration Techniques (7.1, 7.2, and 7.5) To Do: -Review sections 7.1, 7.2, and 7.5 in the.
Hanyang University Antennas & RF Devices Lab. ANTENNA THEORY ANALYSIS AND DESIGN Prof. Jaehoon Choi Dept. of Electronics and Computer Engineering
ELEC 3105 Basic EM and Power Engineering
Boyce/DiPrima 9th ed, Ch 2.7: Numerical Approximations: Euler’s Method Elementary Differential Equations and Boundary Value Problems, 9th edition, by.
Spatial Effects QUESTION: When can we neglect the temperature variation inside a solid? We can do that if the heat transfer via conduction inside the solid.
Chapter 27.
Solve the differential equation. {image}
Specialist Mathematics
Numerical Computation and Optimization
Numerical Analysis Lecture 36.
The structure and evolution of stars
2.2 Fixed-Point Iteration
Presentation transcript:

Stellar Structure: TCD 2006: building models I

Stellar Structure: TCD 2006: 3.2 solving the system In time-independent form, the interior of a star can be described by a set of four ordinary differential equations, together with four boundary conditions. If all four boundary conditions were given, say, at the centre, this would require a straightforward numerical integration from the the centre to the surface. Since they are not, some clever techniques are required. In general, there is no analytic solution and it is necessary to find a numerical solution. However, by making certain approximations, we can obtain some restricted but very informative solutions. First, we look at how families of solutions might behave. Second, we introduce methods for computing full solutions. Subsequently, we will look at some approximate solutions.

Stellar Structure: TCD 2006: 3.3 homologous stars

Stellar Structure: TCD 2006: 3.4 homologous stars (2)

Stellar Structure: TCD 2006: 3.5 homologous stars (3)

Stellar Structure: TCD 2006: 3.6 homology relations: radiative stars

Stellar Structure: TCD 2006: 3.7 homology relations: radiative stars (2)

Stellar Structure: TCD 2006: 3.8 homology relations: convective stars

Stellar Structure: TCD 2006: 3.9 homology relations: upper main-sequence stars

Stellar Structure: TCD 2006: 3.10 solving ode’s: shooting This method divides the star into an inner and outer part. Separate solutions are obtained by estimating a set of additional boundary conditions. These are adjusted until thee two solutions match. Inward solution. At m=M we have P s =0, T s =T eff. Estimate R and L. Integrate inwards to a point m f, to obtain P if, T if, l if, and r if. Outward solution. At m=0 we have r c =0, l c =0. Estimate P c and T c. Integrate outwards to m f, to obtain P of, T of, l of and r of. In general:  P f =P if –P of  0,  T f =T if –T of  0,  l f =l if –l of  0,  r f =r if –r of  0. Repeat the inward solution with R+  R, L and with R, L+  L. Repeat the outward solution with P c +  P c, T c, and with P c, T c +  T c.

Stellar Structure: TCD 2006: 3.11 solving ode’s: shooting (2)

Stellar Structure: TCD 2006: 3.12 solving ode’s: difference methods (1)

Stellar Structure: TCD 2006: 3.13 solving ode’s: difference methods (2)

Stellar Structure: TCD 2006: 3.14 solving ode’s: difference methods (3)

Stellar Structure: TCD 2006: 3.15 solving ode’s: difference methods (4)

Stellar Structure: TCD 2006: building models -- review We have obtained simple relations for properties of main sequence stars, and looked at methods for solving the full system of stellar structure equations Homologous stars - families of models Radiative stars Convective stars Solving the full system of 4 odes + 4bcs Shooting method Difference Equations Henyey method These provide an accurate numerical solution, but not much insight into how stars work.