0%

Book Description

Atherosclerosis is a pathological condition of the arteries in which plaque buildup and stiffening (hardening) can lead to stroke, myocardial infarction (heart attacks), and even death. Cholesterol in the blood is a key marker for atherosclerosis, with two forms: (1) LDL - low density lipoproteins and (2) HDL - high density lipoproteins. Low LDL and high HDL concentrations are generally considered essential for limited atherosclerosis and good health.

This book pertains to a mathematical model for the spatiotemporal distribution of LDL and HDL in the arterial endothelial inner layer (EIL, intima). The model consists of a system of six partial differential equations (PDEs) with the dependent variables

1. ??(??,??): concentration of modified LDL

2. ℎ(??,??): concentration of HDL

3. ??(??,??): concentration of chemoattractants

4. ??(??,??): concentration of ES cytokines

5. ??(??,??): density of monocytes/macrophages

6. ??(??,??): density of foam cells

and independent variables

1. ??: distance from the inner arterial wall

2. ??: time

The focus of this book is a discussion of the methodology for placing the model on modest computers for study of the numerical solutions. The foam cell density ??(??,??) as a function of the bloodstream LDL and HDL concentrations is of particular interest as a precursor for arterial plaque formation and stiffening.

The numerical algorithm for the solution of the model PDEs is the method of lines (MOL), a general procedure for the computer-based numerical solution of PDEs. The MOL coding (programming) is in R, a quality, open-source scientific computing system that is readily available from the Internet. The R routines for the PDE model are discussed in detail, and are available from a download link so that the reader/analyst/researcher can execute the model to duplicate the solutions reported in the book, then experiment with the model, for example, by changing the parameters (constants) and extending the model with additional equations.

Table of Contents

  1. Preface
  2. PDE Model Formulation
    1. Introduction
    2. PDE Model (1/2)
    3. PDE Model (2/2)
    4. Summary and Conclusions
  3. PDE Model Implementation
    1. Introduction
    2. PDE Model Routines
      1. Main Program
      2. ODE/MOL Routine (1/2)
      3. ODE/MOL Routine (2/2)
      4. Model Output (1/3)
      5. Model Output (2/3)
      6. Model Output (3/3)
    3. Summary and Conclusions
  4. PDE Model Detailed Analysis
    1. Introduction
    2. PDE Model Routines
      1. Main Program (1/3)
      2. Main Program (2/3)
      3. Main Program (3/3)
      4. ODE/MOL Routines
      5. Model Output (1/3)
      6. Model Output (2/3)
      7. Model Output (3/3)
      8. Main Program with Detailed PDE Analysis (1/2)
      9. Main Program with Detailed PDE Analysis (2/2)
      10. ODE/MOL Routines
      11. Model Output
    3. Summary and Conclusions
  5. PDE Model Applications
    1. Introduction
    2. PDE Model Routines
      1. Main Program
      2. ODE/MOL Routine
      3. Model Output (1/3)
      4. Model Output (2/3)
      5. Model Output (3/3)
    3. Summary and Conclusions
  6. Author's Biography
  7. Index
  8. Blank Page (1/3)
  9. Blank Page (2/3)
  10. Blank Page (3/3)
3.17.68.14