Modeling the Dependency of Oxygen Saturation Levels in Tissue on the Blood Flow of Capillary Units

Size: px
Start display at page:

Download "Modeling the Dependency of Oxygen Saturation Levels in Tissue on the Blood Flow of Capillary Units"

Transcription

1 Modeling the Dependency of Oxygen Saturation Levels in Tissue on the Blood Flow of Capillary Units University of Western Ontario Department of Medical Biophysics Ryan Divigalpitiya Supervisor: Dr. Dan Goldman 1

2 Table of Contents 1 - Introduction! Motivation for a Model that Predicts Oxygen Saturation 2 - Background! Biological Background!! Microvasculature!! Blood Properties! Basic Modeling! Background on Ellsworth et alʼs research Measurement of Hemoglobin Oxygen Saturation in Capillaries 3 - Objectives 4 - Methods & Approach! Components of MATLAB Model!! Geometry!! Tissue Properties!! Incorporating the Saturation Equation 5 - Results! Contour Plots! Finite Sensitivity! Resolution 6 - Discussion! Is this Basic Model Working?! Finite Sensitivity! Resolution! Future Ideas 7 - Conclusion 7 - References 2

3 Acknowledgements I would like to thank Dr. Dan Goldman, my supervisor, who was involved with the project and provided the much needed guidance and help I needed. It has been a great learning experience. Ryan Divigalpitiya, April,

4 1 - Introduction! Oxygen is one of the few elements human beings require constantly in order to survive longer than a few minutes. With such a critical dependency on oxygen, diseases that restrict or interfere with oxygen delivery throughout our body pose immediate dangers to our short term health. This has been a platform of motivation to increase our understanding of the dynamics of oxygen transport and oxygen levels in the body.! When dealing with a more local scenario of de-oxygenation such as necrosis in tissue, how researchers can gauge levels of oxygen is by measuring a property known as oxygen saturation in tissue. Necrosis occurs when oxygen saturation levels have been zero for too long and the tissue has started to die. There are various diseases that exhibit these kind of results as their symptoms such as Sepsis or Systemic Inflammatory Response Syndrome (SIRS) Motivation for a Model that Predicts Oxygen Saturation! If we are able to create a software model that can predict the oxygen saturation levels in various tissue under various states, we would not only be able to broaden our understanding of the dynamics of oxygen saturation but, more significantly, we could utilize such a model to aid us in revealing treatments and cures for diseases like sepsis that we were unable to see before. This vision is a vision of the ultimate goal of what I want to achieve with this project but I will outline further on why its more wise to consider modeling a simpler case first. 4

5 2 - Background Biological Background Microvasculature! The primary site of oxygen diffusion into the tissue occurs at the microvascular sites known as the capillaries. Here, red blood cells usually travel one at a time from the inlet of the capillary to the outlet and release their oxygen molecules along the way. The dimensions of an average capillary is roughly about 6-8 μm in diameter where a red blood cell is also roughly about 6-8 μm in diameter 1. The shape of a capillary is essentially cylindrical Blood Properties! Red blood cells are the carriers of oxygen throughout the microvasculature. However, they require the help of a protein molecule in order to sufficiently bind enough oxygen molecules to be transported in the blood. This protein is called Hemoglobin and is an iron-containing, multi-subunit protein that makes up 97% of a red blood cells dry content 2. It is generally found in two states. 1) Saturated - the Hemoglobin is bounded to oxygen, 2) Unsaturated - the Hemoglobin is unbounded to oxygen.! This is effectively what oxygen saturation in tissue is based on - if we can measure the amount of hemoglobin with bounded oxygen, we know the oxygen saturation at that point in the tissue.! Another important and relevant tissue property is Hematocrit. Hematocrit is the fraction of blood volume occupied by red blood cells. The rest of the blood is occupied by other species such as blood plasma. 5

6 2.2 - Basic Modeling! Before one attempts to model complex scenarios that reflect diseases and illnesses, itʼs wise to first attempt to model the simplest scenario first and see if doing so is feasible. Once successful, then we are in a position to generate ideas for the next, more complicated revision of the model.! So how did I define what entails a simple model? First, I eliminated diseases altogether and decided to model healthy tissue (tissue with no disease). I also limited the microvasculature to one single capillary in my healthy tissue because, otherwise, modeling an entire capillary network would have been another substantial source of complexity to worry about.! Next, I considered what my input and output were going to be in the context of this project. The input has to be some measured tissue property thatʼs related to the oxygen saturation. The output will be mean oxygen saturation levels. The computational algorithm that computes the saturation based on the input was essentially what I had to determine for this project. To help me with this part I based the algorithm on research conducted by Ellsworth et al Background on Ellsworth et alʼs research Measurement of Hemoglobin Oxygen Saturation in Capillaries 3! Ellsworth et al conducted research on determining oxygen saturation in tissue by measuring the optical densities of the tissue. Essentially, they shined specific wavelengths of light through tissue and used a detector to measure the transmitted light intensity. The wavelength were selected based on the absorption spectra of 6

7 hemoglobin. Using the Optical Density equation (OD) which equals Log(I/Io) where I = transmitted intensity, and Io = initial intensity, the OD was calculated for the tissue at that specific point in the tissue. Since, the measured OD is the OD of hemoglobin which can then be correlated to the saturation levels in the capillaries, Ellsworth et al managed to express the relationship between optical density and oxygen saturation in this equation: S = -1.56*(OD431/OD420)+1.78! This Saturation Equation was selected to be the heart of the modelʼs computational algorithm. It would be incorporated into the model such that, one would only have to measure the optical density of the tissue of interest once, input the values into model and model should be able to estimate the saturation of oxygen everywhere else in the tissue.! Thus, what this means is that the estimation of the saturation is dependent on the limitations of the equipment used to make that initial optical density measurement. Certain parameters for the equipment may limit the accuracy of the saturation estimation. One very important parameter, called the Finite Sensitivity of the detector, which is a measure of the minimum intensity of light the detector can detect, could be a limiting factor in the accuracy of modeling the saturation levels. The choice of finite sensitivity in the detector we use may be influenced by the tissue properties in the tissue of interest and would, thus, be interesting to investigate if there are any connections between the two. Also, very common in models of this nature, is the impact of selecting an appropriate resolution to run the model at. Too high a resolution would cause the model to take a long duration of time to compute the answer but may reveal a 7

8 very accurate answer and vice versa. It would also be interesting to investigate if there are any relationships between the selected resolution and limitations of finite sensitivity of the detector used. 3 - Objectives With that said, my objectives for this project are the following: To create a software computational model that accurately predicts mean O2 tissue saturation based on the Saturation Equation A. Use the model to determine how simulated hematocrit levels affect the required finite sensitivity needed to accurately predict mean saturation B. Use the model to determine how resolution of the model (the size of the voxels that make up the 3D tissue) affect the accuracy of predicting the required finite sensitivity C. Use what was learned in creating this simplified model to generate ideas on how to improve the model in an attempt to improve its realism and applicability 4 - Methods & Approach! The software package that was utilized is called MATLAB which is a matrixdriven program used in a wide variety of applications Components of MATLAB Model: Geometry! To create the geometry of the model, I constructed 3D matrixes to the dimensions of a rectangular prism of 25 μm by 25 μm by 200 μm. I then defined a cylinder inside this tissue with the same depth of 200 μm and a radius of 3 μm (6 μm diameter). This cylinder represented the idealized capillary inside the healthy tissue. 8

9 Tissue Properties! The next step was to simulate the relevant tissue properties. Hemoglobin concentrations were simulated by assuming a hemoglobin concentration of 20 mmol/l inside every red blood cell 3. Hematocrit levels were simulated by assuming levels between 0.3 and 0.5 which I arbitrarily selected based off common reported values in the literature. Once, hemoglobin and hematocrit levels were incorporated, I made a simplified assumption that the saturation would decrease linearly as the blood moves along the capillary. That way, I could verify myself if the code is functioning properly because I would be able to independently calculate what the predicted answer should be and compare it to the modelʼs answer. Another simplification I made was to neglect red blood cell flow velocity Incorporating the Saturation Equation! The final step was incorporating the Saturation Equation into the model. It was incorporated by first calculating all the individual OD431 and OD420 using Beer-Lambertʼs law: conc x L x e, where concentration, in this context, would be the concentration of hemoglobin multiplied by the hematocrit; L is the thickness of the capillary (the diameter); and e is the extinction coefficient of hemoglobin at either OD431 or OD420 depending on which one is being calculated. Then, assuming the saturation is linearly decreasing, the model would use the Saturation Equation to estimate the mean saturation of the entire tissue. However, after I preliminarily tested it out, there were some errors in the calculated saturation - the calculated saturation was always 2 9

10 decimals off from the correct answer. For example, if I knew the calculated saturation should be 0.5, the model would calculate I soon realized that the extinction coefficients I was using were reported in the literature with an error range as follows: for the 420-nm filter, ± 8.7 and ± 8.3 and for the 431-nm filter they were 62.8 ± 5.0 and ± 8.1. After discovering the error ranges, I varied the extinction coefficients within these ranges until the model computed an answer of Thus, I optimized the coefficients which improved the accuracy to an acceptable level.! As I started to achieve a stable and accurate model, I ran my model against my objectives and collected the outputted results. 10

11 5 - Results Contour Plots Figure 1. Estimated Saturation at Half Length of Capillary where Actual SO2 = 0.3. Colour bar refers to level of saturation, thus, Figure 1 shows an estimated saturation of 0.3. Figure 2. Variation of Saturation Along Capillary with Inlet SO2 of 0.5 and Outlet SO2 of 0.1. Colour bar refers to base of the log of ratio of intensities, I/Io. Inlet is on right side. 11

12 Figure 3. Estimated Saturation at Half Length of Capillary where Actual SO2 = 0.5. Colour bar refers to level of saturation, thus, Figure 1 shows an estimated saturation of 0.5. Figure 4. Variation of Saturation Along Capillary with Inlet SO2 of 0.8 and Outlet SO2 of 0.2. Colour bar refers to base of the log of ratio of intensities, I/Io. Inlet is on right side. 12

13 ! In order to generate these results, inlet and outlet values of saturation were inputed into the model. With these inputs, the model calculated and estimated the saturation throughout the modeled tissue where Figures 1 through 4 display these outputted saturation estimates.! Figure 1 displays a circular cross section of the modeled capillary. The figure is not entirely circular due to selection of resolution and artifacts in the generated figure (however, the artifacts are not interfering with what is being shown). By observing figure 1ʼs colour bar, we can see that the model has estimated the saturation level to be about 0.3 at the half way point along the capillary.! Figure 2 displays a cylindrical cross section of the modeled capillary where the figure succeeds to show that the variation in saturation along the capillary can be observed as decreasing from the inlet toward the outlet. The colour bar reference is presented using the base of the log of ratio of intensities, I/Io. How one reads the color bar is as follows. A small value (ie. approaching 0) for the ratio of I/Io indicates high absorbance ie. high saturation at that point along the capillary. Also, a small value for the ratio of I/Io indicates larger negative numbers on the colour scale, for example, -6 or -7 as oppose to -1 or -2. Thus, larger negative numbers on the colour bar indicate higher saturation, or rather, darker blue colours indicate high saturation and lighter blue colours indicate lower saturation. This makes sense since the inlet is on the right side of the figure, has the highest saturation and, thus, has the darkest colour. Figures 3 and 4 are two more similar examples with different inputted values. 13

14 5.2 - Finite Sensitivity These finite sensitivity settings are not sensitive enough to accurately estimate the mean SO2 Actual SO2 = 0.5 Estimated SO2 should be 0.5 Predicted Saturation (Saturation Fraction) Figure 5. Predicted Saturation VS. Finite Sensitivity. Actual SO2 = 0.5 meaning an accurate estimate of the saturation would be 0.5. Hematocrit was set to 0.5. Predicted Saturation VS. Finite Sensitivity of a Detector with Varying Levels of Hematocrit Finite Sensitivity (Log(Im/Io)) Hematocrit Levels (RBC Volume Fraction) Figure 6. Predicted Saturation VS. Finite Sensitivity of a Detector with Varying Levels of Hematocrit. 14

15 ! The x-axis on both Figure 5 and 6 again use the base of the log of the ratio of intensities I/Io. Thus, values to the left of the x-axis indicate high finite sensitivity. Values to the right of the x-axis indicate low finite sensitivity. To determine the effect of hematocrit levels on finite sensitivity, values within the range of 0.3 to 0.5 hematocrit were inputted in the model and resulting figure, figure 6, was outputted. It is observed that the higher the level of hematocrit present in the tissue, a higher finite sensitivity is required to detect the transmitted intensity in order to accurately predict mean SO2. To further bring out this trend, the data points corresponding to the point right before each curve starts to decrease (ie. become inaccurate) was plotted against the increase in hematocrit levels: Required Finite Sensitivity (Log(Im/Io)) Required Finite Sensitivity for Specified Hematocrit Levels Hematocrit (RBC Volume Fraction) Figure 7. Required Finite Sensitivity for Specified Hematocrit Levels 15

16 5.3 - Resolution Predicted Saturation VS. Finite Sensitivity for Various Selected Resolutions Predicted Saturation (Saturation Fraction) ! Finite Sensitivity (Log(MinIm/Io)) Selected Resolutions: Resolution halved Initial resolution Double resolution Quadruple resolution Figure 8. Predicted Saturation VS. Finite Sensitivity for Various Selected Resolutions.! In Figure 8, a graph similar to Figure 6 is presented except here resolution is being varied to observe its effect on finite sensitivity. An initial resolution was first selected and was then increased and decreased to produce the graph above. Figure 8ʼs legend specifies the exact factors of increase and decrease in resolution that were applied. 16

17 6 - Discussion Is this Basic Model Working?! The first question that should be investigated is, did I successfully create a model that relatively accurately predicts mean saturation? How one simply answers this question is by selecting an inlet and outlet saturation to be inputted in the model knowing before hand what the modelʼs outputted answer should be, and then run the model to see if the outputted answer is on par with the pre-determined answer.! Before outputting figures 1 and 3, I had chosen an inlet and outlet saturation value of 0.5 and 0.1, respectively. Knowing the mean SO2 of those two values (ie. the saturation half way along the capillary) is 0.3, the model was executed and the outputted contour plots estimated that the saturation is 0.3, thus, being on par with my pre-determined answer. Figures 2 and 4 also visually verify that the model is modeling the saturation decrease along the capillary as red blood cells travel along the capillary and release their oxygen Finite Sensitivity! An important note to make with this model is that it relies on a detector/apparatus to measure an optical density reading of the tissue first in order to model the saturation of the rest of the tissue. Thus, the sensitivity of that detector can limit the accuracy of the estimated saturation altogether, regardless of how accurate and realistic the computational model may be. Figure 5 demonstrates this. With a fixed hematocrit of 0.5 and a known saturation of 0.5 (ie. all variables of the model fixed), Figure 5 shows how accurate various finite sensitivities are at estimating the saturation. For very fine 17

18 sensitivities (ie. detectors that can detect very small intensities of transmitted light), an accurate estimate of 0.5 saturation is achieved. For courser sensitivities (ie. detectors that cannot detect very small intensities, only large intensities of transmitted light), the curve experiences a quick drop which indicates a significant amount of error being introduced in the estimation as the finite sensitivity worsens (moving towards the right of the x-axis). This intuitively makes sense since a detector that only has the ability to detect transmitted minimum intensities of, say, X and then a transmitted intensity of Y strikes this detector where Y < X, the signal noise and system noise in the detector would be larger than the detected signal, thus, meaning it would never be detected.! Figures 6 and 7 go on to investigate the question what properties of the tissue affects finite sensitivity?.! Figures 6 and 7 clearly demonstrate that as levels of hematocrit increase in the tissue, a more sensitive detector is required to maintain accurate estimations of the saturation. Why is this? The answer can be found by investigating how increasing hematocrit affects the Optical Density equation or Beer- Lambertʼs law: OD = conc x L x e. An increase in hematocrit simply means an increase in red blood cells and, thus, hemoglobin. Essentially, there is an increase in concentration of the species that absorbs the light intensities passing through the tissue. With increases in the amount of light intensity absorbed, less light is being transmitted to the detector which, in turn, will require a more sensitive detector to pick up the diminished transmitted light intensity. Thus, this is why we observe Figure 7ʼs trend: an increase in hematocrit level requires an increase in the finite sensitivity in order to maintain an accurate estimation of the saturation because the transmitted intensity gets weaker. 18

19 ! What we can take away from these findings is that we can actually use the model to predict for us what finite sensitivity we should be using in our detector in order to achieve accurate estimations of saturation for specific hematocrit levels Resolution! Figure 8 demonstrates another important question: what properties of the model may affect choice of finite sensitivity?. An important factor is the chosen resolution which is shown, in Figure 8, at first glance to have a significant impact on the accuracy of estimating the saturation. By first looking at the halved resolution curve, an obvious spike occurs when you move from left to right along the x-axis and then back down again. It has now been established conceptually that the curve should be continuously decreasing as you move from left to right on the x-axis since worse finite sensitivities should give worse saturation estimations. This spike, therefore, indicates that having a very course resolution introduces a significant amount of error in the estimation of the mean when using slightly lower sensitivities. Also, more importantly, the curve starts to drop much sooner than the rest of the other curves which greatly limits what finite sensitivities you can work with to get an accurate estimation of the saturation.! The initially selected resolution and the doubled resolution curves do not show too much deviation at the lower sensitivities and the quadruple resolution curve displays the smoothest curve out of all curves. However, there is not much difference between these 3 curves in terms of when they start to drop and become inaccurate - they all start to drop at roughly the same point on the graph. Only the halved resolution curve drops significantly sooner than the rest of the other 3 curves. What this tells us is that 19

20 resolution does not play a major role in the accuracy of estimating saturation if you are utilizing resolutions at or above the initial resolution. What this implies is that estimated saturation is not affected by increases in resolution, but how can one explain this? Recall, what the model is estimating here is the mean saturation of the modeled tissue. The mean value of the saturation is most likely being resistant to increases in the resolution because it is the mean. One way to test if this is the case is to determine specific saturation values at specific points in the model (other than the mean) and observe if the values change with changes being made to the resolution. However, I am more interested in overall saturation (ie. mean saturation) of the modeled tissue and so doing so would stray away from my original objective Future Ideas! As I stated earlier, an important objective of this project is to generate ideas on how to improve the model in an attempt to enhance its realism and applicability. One area that I focused on during the phase of brainstorming ways to improve this model was the algorithms used to govern the decrease in saturation as you move along the capillary. Currently, the model relies on a simple linear decrease in saturation as you move from the inlet to outlet. Of course, in real life, this is not the case and can, therefore, serve as one of the first areas of the model in which is improved upon. The only way to do so is to determine the true function that governs the decrease in oxygen saturation as you move along the capillary: oxygen saturation as a function of position, S(x). I brainstormed an idea on how to utilize Ellsworthʼs Saturation Equation to do so and can be summarized in the following diagram: 20

21 Figure 9. Experimentally Deriving S(x) Function! Essentially, one can measure the OD at various points along the capillary, extract the saturation, and plot the saturation as a function of position. Then, using computer graphing software, fit a line along the data points in the plot and extract the equation. This equation, S(x), will be the equation that governs how saturation drops as a function of position along the capillary. Then, incorporate this function S(x) in the modelʼs algorithms. Once this is done, I would only need to measure the OD at one point in the capillary (ie. take only one measurement), calculate the saturation, input that inlet saturation value into the model and then the model will be able to more accurately 21

22 estimate the saturation at any point in that capillary just from one experimental measurement. 7 - Conclusion! In sum, the contour plots show accurate estimates of the saturation levels indicating that the model is performing appropriately. It was also demonstrated that the model can be used to predict an appropriate selection of finite sensitivity depending on what hematocrit levels will be dealt with. Resolution was also shown to not have a significant effect on estimated saturation unless the resolution is decreased by half of the initial resolution I used. I have also elaborated on an important future idea on how to improve the practicality of the model by determining a way to derive the true decrease in saturation function. There are many other areas of the model that can be improved for future revisions but, as of now, I believe that a solid foundation to a useful and realistic model with lots of future potential for applications has been laid out by initializing this project. Some of those next steps toward future improvements would include the inclusion of complex geometry and multiple capillary networks (which my colleague Eugene Joh investigated himself in his 6 week project) and hopefully, the successful modeling of devastating diseases to better our understanding on how to cure them once and for all. 22

23 8 - References 1. Professor Dwayne Jackson - MBP 3501 Lecture Notes Biophysics of Transport Systems 2. Dominguez de Villota ED, Ruiz Carmona MT, Rubio JJ, de Andrés S (December 1981). "Equality of the in vivo and in vitro oxygen-binding capacity of haemoglobin in patients with severe respiratory disease". Br J Anaesth 53 (12): doi: / bja/ ISSN PMID Mary L Ellsworth, Roland N. Pittman & Christopher G Ellis, Measurement of hemoglobin oxygen saturation in capillaries, / Copyright 1987 the American Physiological Society 4. Daniel Goldman, Ryon M. Bateman, and Christopher G. Ellis, Effect of sepsis on skeletal muscle oxygen consumption and tissue oxygenation: interpreting capillary oxygen transport data using a mathematical model,am J Physiol Heart Circ Physiol 287: H2535 H2544,

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/12

LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/12 LOW PRESSURE EFFUSION OF GASES revised by Igor Bolotin 03/05/ This experiment will introduce you to the kinetic properties of low-pressure gases. You will make observations on the rates with which selected

More information

LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary

LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary ADH 1/7/014 LOW PRESSURE EFFUSION OF GASES adapted by Luke Hanley and Mike Trenary This experiment will introduce you to the kinetic properties of low-pressure gases. You will make observations on the

More information

New Generation System M, leading the World in the Non-Invasive Measurement of Critical Real-Time Parameters.

New Generation System M, leading the World in the Non-Invasive Measurement of Critical Real-Time Parameters. New Generation System M, leading the World in the Non-Invasive Measurement of Critical Real-Time Parameters. System M Spectrum Medicals total commitment to continuous product improvement is demonstrated

More information

International Journal of Technical Research and Applications e-issn: , Volume 4, Issue 3 (May-June, 2016), PP.

International Journal of Technical Research and Applications e-issn: ,  Volume 4, Issue 3 (May-June, 2016), PP. DESIGN AND ANALYSIS OF FEED CHECK VALVE AS CONTROL VALVE USING CFD SOFTWARE R.Nikhil M.Tech Student Industrial & Production Engineering National Institute of Engineering Mysuru, Karnataka, India -570008

More information

Study of an Oxygenation Process in Capillary. in the Presence of Magnetic Field

Study of an Oxygenation Process in Capillary. in the Presence of Magnetic Field Int. Journal of Math. Analysis, Vol. 4,, no. 35, 697-76 Study of an Oxygenation Process in Capillary in the Presence of Magnetic Field ekha Bali* and Usha Awasthi ** Harcourt Butler Technological Institute,

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 9, 2010 http://acousticalsociety.org/ 159th Meeting Acoustical Society of America/NOISE-CON 2010 Baltimore, Maryland 19-23 April 2010 Session 1pBB: Biomedical

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

Real-time Analysis of Industrial Gases with Online Near- Infrared Spectroscopy

Real-time Analysis of Industrial Gases with Online Near- Infrared Spectroscopy Real-time Analysis of Industrial Gases with Online Near- Infrared Branch 5 Petrochemical, Biofuels Keywords Process, NIR, Gases, Gas Cell, Ethylene, Carbon Dioxide, Propane, Butane, Acetylene Summary Near-infrared

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

Fluid Flow. Link. Flow» P 1 P 2 Figure 1. Flow Model

Fluid Flow. Link. Flow» P 1 P 2 Figure 1. Flow Model Fluid Flow Equipment: Water reservoir, output tubes of various dimensions (length, diameter), beaker, electronic scale for each table. Computer and Logger Pro software. Lots of ice.temperature probe on

More information

The Variation of Muscle Oxygen Consumption With Velocity of Shortening

The Variation of Muscle Oxygen Consumption With Velocity of Shortening The Variation of Muscle Oxygen Consumption With Velocity of Shortening R.J. BASKIN From the Department of Zoology, University of California, Davis ABSTRACT Total oxygen consumption following contraction

More information

The Physiologic Basis of DLCO testing. Brian Graham Division of Respirology, Critical Care and Sleep Medicine University of Saskatchewan

The Physiologic Basis of DLCO testing. Brian Graham Division of Respirology, Critical Care and Sleep Medicine University of Saskatchewan The Physiologic Basis of DLCO testing Brian Graham Division of Respirology, Critical Care and Sleep Medicine University of Saskatchewan Objectives Review gas transport from inhaled gas to the rest of the

More information

Title: Standard Operating Procedure for Dasibi Model 5008 Gas Dilution Calibrator

Title: Standard Operating Procedure for Dasibi Model 5008 Gas Dilution Calibrator Procedure No: SOP-034 Revision No: 1.0 Revised Dec. 29, 2010 Page No.: 1 of 10 1. INTRODUCTION AND SCOPE This procedure is intended to describe the operations of the Dasibi model 5008 calibrator. The Dasibi

More information

PHARMACOLOGY LABORATORY 2 PHARMACOKINETIC LABORATORY

PHARMACOLOGY LABORATORY 2 PHARMACOKINETIC LABORATORY PHARMACOLOGY LABORATORY 2 PHARMACOKINETIC LABORATORY OBJECTIVES: 1. Reinforce the different concepts of pharmacokinetics which were presented in lecture using computer simulation of one and multiple compartment

More information

660 mm Hg (normal, 100 mm Hg, room air) Paco, (arterial Pc02) 36 mm Hg (normal, 40 mm Hg) % saturation 50% (normal, 95%-100%)

660 mm Hg (normal, 100 mm Hg, room air) Paco, (arterial Pc02) 36 mm Hg (normal, 40 mm Hg) % saturation 50% (normal, 95%-100%) 148 PHYSIOLOGY CASES AND PROBLEMS Case 26 Carbon Monoxide Poisoning Herman Neiswander is a 65-year-old retired landscape architect in northern Wisconsin. One cold January morning, he decided to warm his

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

AN OVERVIEW OF RESPIRATION AND AN INTRODUCTION TO DIFFUSION AND SOLUBILITY OF GASES 1

AN OVERVIEW OF RESPIRATION AND AN INTRODUCTION TO DIFFUSION AND SOLUBILITY OF GASES 1 AN OVERVIEW OF RESPIRATION AND AN INTRODUCTION TO DIFFUSION AND SOLUBILITY OF GASES 1 Summary: This set of notes gives an overview of respiration and then follows the overview with a detailed discussion

More information

COMPUTATIONAL FLOW MODEL OF WESTFALL'S LEADING TAB FLOW CONDITIONER AGM-09-R-08 Rev. B. By Kimbal A. Hall, PE

COMPUTATIONAL FLOW MODEL OF WESTFALL'S LEADING TAB FLOW CONDITIONER AGM-09-R-08 Rev. B. By Kimbal A. Hall, PE COMPUTATIONAL FLOW MODEL OF WESTFALL'S LEADING TAB FLOW CONDITIONER AGM-09-R-08 Rev. B By Kimbal A. Hall, PE Submitted to: WESTFALL MANUFACTURING COMPANY September 2009 ALDEN RESEARCH LABORATORY, INC.

More information

Analysis of Shear Lag in Steel Angle Connectors

Analysis of Shear Lag in Steel Angle Connectors University of New Hampshire University of New Hampshire Scholars' Repository Honors Theses and Capstones Student Scholarship Spring 2013 Analysis of Shear Lag in Steel Angle Connectors Benjamin Sawyer

More information

Alphasense Application Note AAN NDIR: Gas Concentration Calculation Overview

Alphasense Application Note AAN NDIR: Gas Concentration Calculation Overview AAN 21-6 NDIR: Gas Concentration Calculation Overview 1. What is an NDIR Sensor? Alphasense IRC-A sensors use the principle of Non-Dispersive Infra-Red (NDIR to determine gas concentration. Each sensor

More information

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology SHOT ON GOAL Name: Football scoring a goal and trigonometry 2006 Ian Edwards Luther College Teachers Teaching with Technology Shot on Goal Trigonometry page 2 THE TASKS You are an assistant coach with

More information

Autodesk Moldflow Communicator Process settings

Autodesk Moldflow Communicator Process settings Autodesk Moldflow Communicator 212 Process settings Revision 1, 3 March 211. Contents Chapter 1 Process settings....................................... 1 Profiles.................................................

More information

LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER

LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER Michael T Tang, Ph.D. Grace Feng Greg Merideth Rui Huang Matheson Gas Applied Lab

More information

Technical Note. Determining the surface tension of liquids by measurements on pendant drops

Technical Note. Determining the surface tension of liquids by measurements on pendant drops Technical Note Pendant Drop Measurements Technical note: TN316e Industry section: all Author: FT, TW Date: 12/2010 Method: Drop Shape Analyzer DSA100 Keywords: Methods, surface tension, interfacial tension,

More information

Aerodynamic study of a cyclist s moving legs using an innovative approach

Aerodynamic study of a cyclist s moving legs using an innovative approach Aerodynamic study of a cyclist s moving legs using an innovative approach Francesco Pozzetti 30 September 2017 Abstract During a period of four weeks in September, I completed a research project in fluid

More information

Golf s Modern Ball Impact and Flight Model

Golf s Modern Ball Impact and Flight Model Todd M. Kos 2/28/201 /2018 This document reviews the current ball flight laws of golf and discusses an updated model made possible by advances in science and technology. It also looks into the nature of

More information

1999 Microcomponents Technology SLYA017A

1999 Microcomponents Technology SLYA017A Application Brief Number 001 1999 Microcomponents Technology SLYA017A IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue

More information

NHL & NHLPA Future Goals Program Hockey Scholar TM

NHL & NHLPA Future Goals Program Hockey Scholar TM Curriculum Guide NHL & NHLPA Future Goals Program Hockey Scholar TM Your local NHL team has made it all the way to the Stanley Cup Final and now you just need to win 4 games to bring home the cup! You

More information

Ermenek Dam and HEPP: Spillway Test & 3D Numeric-Hydraulic Analysis of Jet Collision

Ermenek Dam and HEPP: Spillway Test & 3D Numeric-Hydraulic Analysis of Jet Collision Ermenek Dam and HEPP: Spillway Test & 3D Numeric-Hydraulic Analysis of Jet Collision J.Linortner & R.Faber Pöyry Energy GmbH, Turkey-Austria E.Üzücek & T.Dinçergök General Directorate of State Hydraulic

More information

CHAPTER IV FINITE ELEMENT ANALYSIS OF THE KNEE JOINT WITHOUT A MEDICAL IMPLANT

CHAPTER IV FINITE ELEMENT ANALYSIS OF THE KNEE JOINT WITHOUT A MEDICAL IMPLANT 39 CHAPTER IV FINITE ELEMENT ANALYSIS OF THE KNEE JOINT WITHOUT A MEDICAL IMPLANT 4.1 Modeling in Biomechanics The human body, apart of all its other functions is a mechanical mechanism and a structure,

More information

A Hare-Lynx Simulation Model

A Hare-Lynx Simulation Model 1 A Hare- Simulation Model What happens to the numbers of hares and lynx when the core of the system is like this? Hares O Balance? S H_Births Hares H_Fertility Area KillsPerHead Fertility Births Figure

More information

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007 Aalborg Universitet Design Loads on Platforms on Offshore wind Turbine Foundations with Respect to Vertical Wave Run-up Damsgaard, Mathilde L.; Gravesen, Helge; Andersen, Thomas Lykke Published in: Proceedings

More information

Application Note AN-107

Application Note AN-107 SPEC Sensor TM Characterization & Calibration Considerations Scope This document is provided to describe the considerations needed to characterize, calibrate, verify and validate the measurement performance

More information

A Liter a Lung Measuring Lung Capacity

A Liter a Lung Measuring Lung Capacity A Liter a Lung Measuring Lung Capacity OBJECTIVE In this investigation, students will compare the actual and expected vital capacities of their classmates. LEVEL Middle Grades Life Science CONNECTIONS

More information

FLUORESCENCE DETERMINATION OF OXYGEN

FLUORESCENCE DETERMINATION OF OXYGEN FLUORESCENCE DETERMINATION OF OXYGEN Objectives This experiment will familiarize the students with the principles of fluorescence quenching as well as the Ocean Optics FOXY Fiber Optic Sensor System. Spectra

More information

Mass Spec will not Autotune

Mass Spec will not Autotune Mass Spec will not Autotune Applies to 5973A/N MSD What could be the problem? There could be several things that would cause your Mass Spec not to Autotune. The most common, easily corrected Autotune problems

More information

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications Application Description AG/266PILD-EN Rev. C 2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic Pressure Measurement Engineered solutions for all applications Increase plant productivity

More information

AC : A LABORATORY EXERCISE TO DEMONSTRATE HOW TO EXPERIMENTALLY DETERMINE THE OPERATING POINT FOR A FAN

AC : A LABORATORY EXERCISE TO DEMONSTRATE HOW TO EXPERIMENTALLY DETERMINE THE OPERATING POINT FOR A FAN AC 2007-206: A LABORATORY EXERCISE TO DEMONSTRATE HOW TO EXPERIMENTALLY DETERMINE THE OPERATING POINT FOR A FAN Robert Edwards, Pennsylvania State University-Erie Robert Edwards is currently a Lecturer

More information

Two-way Fluid Structure Interaction (FSI) Analysis on the Suction Valve Dynamics of a Hermetic Reciprocating Compressor

Two-way Fluid Structure Interaction (FSI) Analysis on the Suction Valve Dynamics of a Hermetic Reciprocating Compressor Volume 118 No. 18 2018, 4241-4252 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Two-way Fluid Structure Interaction (FSI) Analysis on the Suction

More information

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

More information

These two respiratory media (air & water) impose rather different constraints on oxygen uptake:

These two respiratory media (air & water) impose rather different constraints on oxygen uptake: Topic 19: OXYGEN UPTAKE AND TRANSPORT (lectures 29-30) OBJECTIVES: 1. Be able to compare air vs. water as a respiratory medium with respect to oxygen content, diffusion coefficient, viscosity and water

More information

Pco2 *20times = 0.6, 2.4, so the co2 carried in the arterial blood in dissolved form is more than the o2 because of its solubility.

Pco2 *20times = 0.6, 2.4, so the co2 carried in the arterial blood in dissolved form is more than the o2 because of its solubility. Physiology, sheet #9 Oxygen, is first dissolved in the plasma and the cytosol of the rbc, we have around blood constitutes 7% of our body weight, oxygen, in the capillaries is present in the rbc s and

More information

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL L Boddy and T Clarke, Austal Ships, Australia SUMMARY CFD analysis has been conducted on a 100m catamaran hull

More information

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils 86 Pet.Sci.(29)6:86-9 DOI 1.17/s12182-9-16-x Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils Ehsan Khamehchi 1, Fariborz Rashidi

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

More information

Thermo Scientific Model 146i Principle of Operation

Thermo Scientific Model 146i Principle of Operation Thermo Scientific Model 146i Principle of Operation The Model 146i Multi-gas Calibrator dilutes calibration gases to precise concentrations. The diluted gases are used to perform zero, precision and Level

More information

ANALYSIS OF AERODYNAMIC CHARACTERISTICS OF A SUPERCRITICAL AIRFOIL FOR LOW SPEED AIRCRAFT

ANALYSIS OF AERODYNAMIC CHARACTERISTICS OF A SUPERCRITICAL AIRFOIL FOR LOW SPEED AIRCRAFT ANALYSIS OF AERODYNAMIC CHARACTERISTICS OF A SUPERCRITICAL AIRFOIL FOR LOW SPEED AIRCRAFT P.Sethunathan 1, M.Niventhran 2, V.Siva 2, R.Sadhan Kumar 2 1 Asst.Professor, Department of Aeronautical Engineering,

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

sensors ISSN

sensors ISSN Sensors 2010, 10, 9799-9807; doi:10.3390/s101109799 OPEN ACCESS sensors SSN 1424-8220 www.mdpi.com/journal/sensors Communication A Dipping Duration Study for Optimization of Anodized-Aluum Pressure-Sensitive

More information

RESPIRATORY REGULATION DURING EXERCISE

RESPIRATORY REGULATION DURING EXERCISE RESPIRATORY REGULATION DURING EXERCISE Respiration Respiration delivery of oxygen to and removal of carbon dioxide from the tissue External respiration ventilation and exchange of gases in the lung Internal

More information

Incorporating 3D Suction or Discharge Plenum Geometry into a 1D Compressor Simulation Program to Calculate Compressor Pulsations

Incorporating 3D Suction or Discharge Plenum Geometry into a 1D Compressor Simulation Program to Calculate Compressor Pulsations Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2012 Incorporating 3D Suction or Discharge Plenum Geometry into a 1D Compressor Simulation

More information

OIL AND GAS INDUSTRY

OIL AND GAS INDUSTRY This case study discusses the sizing of a coalescer filter and demonstrates its fouling life cycle analysis using a Flownex model which implements two new pressure loss components: - A rated pressure loss

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research 2014 6(3):304-309 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 World men sprint event development status research

More information

Title: Standard Operating Procedure for R&R Environmental Devices Model MFC201 Gas Dilution Calibrator

Title: Standard Operating Procedure for R&R Environmental Devices Model MFC201 Gas Dilution Calibrator Procedure No: SOP-029 Revision No: 1.1 (December 29, 2010) Page No.: 1 of 7 1. INTRODUCTION AND SCOPE To obtain timely data for the purpose of air quality assessment, air quality trend reporting, air quality

More information

Tension Cracks. Topics Covered. Tension crack boundaries Tension crack depth Query slice data Thrust line Sensitivity analysis.

Tension Cracks. Topics Covered. Tension crack boundaries Tension crack depth Query slice data Thrust line Sensitivity analysis. Tension Cracks 16-1 Tension Cracks In slope stability analyses with cohesive soils, tension forces may be observed in the upper part of the slope. In general, soils cannot support tension so the results

More information

Lab # 03: Visualization of Shock Waves by using Schlieren Technique

Lab # 03: Visualization of Shock Waves by using Schlieren Technique AerE545 Lab # 03: Visualization of Shock Waves by using Schlieren Technique Objectives: 1. To get hands-on experiences about Schlieren technique for flow visualization. 2. To learn how to do the optics

More information

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator T. Huang 1, A. Caughley 2, R. Young 2 and V. Chamritski 1 1 HTS-110 Ltd Lower Hutt, New Zealand 2 Industrial Research Ltd

More information

ALVEOLAR - BLOOD GAS EXCHANGE 1

ALVEOLAR - BLOOD GAS EXCHANGE 1 ALVEOLAR - BLOOD GAS EXCHANGE 1 Summary: These notes examine the general means by which ventilation is regulated in terrestrial mammals. It then moves on to a discussion of what happens when someone over

More information

13.1!"#$#%"&'%()$*+%,+-.$+/*$#

13.1!#$#%&'%()$*+%,+-.$+/*$# 343%%%%%%%%%5)"./$+%67%%%%%!"#$# 13.1!"#$#%"&'%()$*+%,+-.$+/*$#!"#$%&'($)*!"#$%&'($)+ If you want to understand how gases behave such as why fresh air rushes into your lungs when certain chest muscles

More information

5.0 Neutral Buoyancy Test

5.0 Neutral Buoyancy Test 5.0 Neutral Buoyancy Test Montgolfier balloons use solar energy to heat the air inside the balloon. The balloon used for this project is made out of a lightweight, black material that absorbs the solar

More information

DOE Golfer Experiment

DOE Golfer Experiment DOE Golfer Experiment A Design of Experiments Report Travis Anderson Jake Munger Deshun Xu 11/11/2008 INTRODUCTION We used Response Surface Methodology to optimize a golf putter. A face centered Central

More information

Micro Channel Recuperator for a Reverse Brayton Cycle Cryocooler

Micro Channel Recuperator for a Reverse Brayton Cycle Cryocooler Micro Channel Recuperator for a Reverse Brayton Cycle Cryocooler C. Becnel, J. Lagrone, and K. Kelly Mezzo Technologies Baton Rouge, LA USA 70806 ABSTRACT The Missile Defense Agency has supported a research

More information

Optimizing Compressed Air Storage for Energy Efficiency

Optimizing Compressed Air Storage for Energy Efficiency University of Dayton ecommons Mechanical and Aerospace Engineering Faculty Publications Department of Mechanical and Aerospace Engineering 4-2011 Optimizing Compressed Air Storage for Energy Efficiency

More information

PICU Resident Self-Study Tutorial The Basic Physics of Oxygen Transport. I was told that there would be no math!

PICU Resident Self-Study Tutorial The Basic Physics of Oxygen Transport. I was told that there would be no math! Physiology of Oxygen Transport PICU Resident Self-Study Tutorial I was told that there would be no math! INTRODUCTION Christopher Carroll, MD Although cells rely on oxygen for aerobic metabolism and viability,

More information

Well Control Modeling Software Comparisons with Single Bubble Techniques in a Vertical Well

Well Control Modeling Software Comparisons with Single Bubble Techniques in a Vertical Well Well Control Modeling Software Comparisons with Single Bubble Techniques in a Vertical Well Jace R. Larrison, P.E. Blowout Engineers, LLC Recent advances in well control modeling simulators have incorporated

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 4 Hydraulic Jumps Lecture - 1 Rapidly Varied Flow- Introduction Welcome

More information

New power in production logging

New power in production logging New power in production logging Locating the zones where fluids enter the wellbore in a producing or injecting well is an important aspect of production logging. It is relatively straightforward to establish

More information

(a) (i) Describe how a large difference in oxygen concentration is maintained between a fish gill and the surrounding water.

(a) (i) Describe how a large difference in oxygen concentration is maintained between a fish gill and the surrounding water. 1. Answers should be written in continuous prose. Credit will be given for biological accuracy, the organisation and presentation of information and the way in which an answer is expressed. Fick s law

More information

Low Speed Wind Tunnel Wing Performance

Low Speed Wind Tunnel Wing Performance Low Speed Wind Tunnel Wing Performance ARO 101L Introduction to Aeronautics Section 01 Group 13 20 November 2015 Aerospace Engineering Department California Polytechnic University, Pomona Team Leader:

More information

Vertical in situ profiles of nitrate and oxygen in the northern Japan Sea

Vertical in situ profiles of nitrate and oxygen in the northern Japan Sea Vertical in situ profiles of nitrate and oxygen in the northern Japan Sea Dmitry D. Kaplunenko, Vyacheslav B. Lobanov, Pavel Ya. Tishchenko and Maria G. Shvetsova V.I.Il'ichev Pacific Oceanological Institute,

More information

Applying Hooke s Law to Multiple Bungee Cords. Introduction

Applying Hooke s Law to Multiple Bungee Cords. Introduction Applying Hooke s Law to Multiple Bungee Cords Introduction Hooke s Law declares that the force exerted on a spring is proportional to the amount of stretch or compression on the spring, is always directed

More information

Blast Damage Consideratons for Horizontal Pressure Vessel and Potential for Domino Effects

Blast Damage Consideratons for Horizontal Pressure Vessel and Potential for Domino Effects A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 26, 2012 Guest Editors: Valerio Cozzani, Eddy De Rademaeker Copyright 2012, AIDIC Servizi S.r.l., ISBN 978-88-95608-17-4; ISSN 1974-9791 The Italian

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

NUMERICAL SIMULATION OF STATIC INTERFERENCE EFFECTS FOR SINGLE BUILDINGS GROUP

NUMERICAL SIMULATION OF STATIC INTERFERENCE EFFECTS FOR SINGLE BUILDINGS GROUP NUMERICAL SIMULATION OF STATIC INTERFERENCE EFFECTS FOR SINGLE BUILDINGS GROUP Xing-qian Peng, Chun-hui Zhang 2 and Chang-gui Qiao 2 Professor, College of Civil Engineering, Huaqiao University, Quanzhou,

More information

Australian Journal of Basic and Applied Sciences. Pressure Distribution of Fluid Flow through Triangular and Square Cylinders

Australian Journal of Basic and Applied Sciences. Pressure Distribution of Fluid Flow through Triangular and Square Cylinders AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Pressure Distribution of Fluid Flow through Triangular and Square Cylinders 1 Nasaruddin

More information

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies IMPROVED CALIBRATION AND OPERATION OF A STABLE-GAS QUANTIFICATION MANIFOLD AS PART OF A RADIOXENON COLLECTION SYSTEM ABSTRACT Richard M. Williams, James C. Hayes, and Randy R. Kirkham Pacific Northwest

More information

Grade: 8. Author(s): Hope Phillips

Grade: 8. Author(s): Hope Phillips Title: Tying Knots: An Introductory Activity for Writing Equations in Slope-Intercept Form Prior Knowledge Needed: Grade: 8 Author(s): Hope Phillips BIG Idea: Linear Equations how to analyze data from

More information

PHYS Tutorial 7: Random Walks & Monte Carlo Integration

PHYS Tutorial 7: Random Walks & Monte Carlo Integration PHYS 410 - Tutorial 7: Random Walks & Monte Carlo Integration The goal of this tutorial is to model a random walk in two dimensions and observe a phase transition as parameters are varied. Additionally,

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system

An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system K. OBERG and H. LANSHAMMAR* Amputee Training and Research Unit, University Hospital, Fack,

More information

FIG: 27.1 Tool String

FIG: 27.1 Tool String Bring up Radioactive Tracer service. Click Acquisition Box - Edit - Tool String Edit the tool string as necessary to reflect the tool string being run. This is important to insure proper offsets, filters,

More information

Finite Element Analysis of an Aluminium Bike Frame

Finite Element Analysis of an Aluminium Bike Frame Finite Element Analysis of an Aluminium Bike Frame Word Count: 1484 1 1. Introduction Each new bike model must pass a series of structural tests before being released for public retail. The purpose of

More information

Analysis of Pressure Rise During Internal Arc Faults in Switchgear

Analysis of Pressure Rise During Internal Arc Faults in Switchgear Analysis of Pressure Rise During Internal Arc Faults in Switchgear ASANUMA, Gaku ONCHI, Toshiyuki TOYAMA, Kentaro ABSTRACT Switchgear include devices that play an important role in operations such as electric

More information

2008 Excellence in Mathematics Contest Team Project B. School Name: Group Members:

2008 Excellence in Mathematics Contest Team Project B. School Name: Group Members: 2008 Excellence in Mathematics Contest Team Project B School Name: Group Members: Lassie - TEAM PROJECT B 2008 Excellence in Mathematics Contest The Team Project is a group activity in which the students

More information

GUIDE TO THE ARCTIC SHIPPING CALCULATION TOOL

GUIDE TO THE ARCTIC SHIPPING CALCULATION TOOL ØRTS HANSEN, GRØNSEDT, LINDSTRØM GRAVERSEN AND HENDRIKSEN GUIDE TO THE ARCTIC SHIPPING CALCULATION TOOL THE NORTHERN SEA ROUTE VS. THE SUEZ CANAL ROUTE CBS MARITIME CROSS DISCIPLINARY PROBLEM-FOCUSED RESEARCH

More information

CHAPTER 7 : SMOKE METERS AND THEIR INSTALLATIONS

CHAPTER 7 : SMOKE METERS AND THEIR INSTALLATIONS CHAPTER 7 : SMOKE METERS AND THEIR INSTALLATIONS 1 Scope : This Chapter covers the requirements of smoke meters and their installation on engines for full load and free acceleration tests, mentioned in

More information

Analysis of Traditional Yaw Measurements

Analysis of Traditional Yaw Measurements Analysis of Traditional Yaw Measurements Curiosity is the very basis of education and if you tell me that curiosity killed the cat, I say only the cat died nobly. Arnold Edinborough Limitations of Post-

More information

Homeostasis and Negative Feedback Concepts and Breathing Experiments 1

Homeostasis and Negative Feedback Concepts and Breathing Experiments 1 Homeostasis and Negative Feedback Concepts and Breathing Experiments 1 I. Homeostasis and Negative Feedback Homeostasis refers to the maintenance of relatively constant internal conditions. For example,

More information

Gas Gathering System Modeling The Pipeline Pressure Loss Match

Gas Gathering System Modeling The Pipeline Pressure Loss Match PETROLEUM SOCIETY CANADIAN INSTITUTE OF MINING, METALLURGY & PETROLEUM PAPER 2005-230 Gas Gathering System Modeling The Pipeline Pressure Loss Match R.G. MCNEIL, P.ENG. Fekete Associates Inc. D.R. LILLICO,

More information

MODELLING OF FUME EXTRACTORS C. R.

MODELLING OF FUME EXTRACTORS C. R. LD8 19th International Symposium of Ballistics, 7 11 May 21, Interlaken, Switzerland MODELLING OF FUME EXTRACTORS C. R. Woodley WS4 Guns and Warheads Department, Defence Evaluation and Research Agency,

More information

Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure

Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure Determination of the wind pressure distribution on the facade of the triangularly shaped high-rise building structure Norbert Jendzelovsky 1,*, Roland Antal 1 and Lenka Konecna 1 1 STU in Bratislava, Faculty

More information

Engineering Practice on Ice Propeller Strength Assessment Based on IACS Polar Ice Rule URI3

Engineering Practice on Ice Propeller Strength Assessment Based on IACS Polar Ice Rule URI3 10th International Symposium on Practical Design of Ships and Other Floating Structures Houston, Texas, United States of America 2007 American Bureau of Shipping Engineering Practice on Ice Propeller Strength

More information

Improving distillation tower operation

Improving distillation tower operation Improving distillation tower operation Measuring differential pressure across long sections of distillation columns has always been challenging, but purpose-built sensor systems provide a solution Fast

More information

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval How Accurate are UDAS True Winds? Charles L Williams, LT USN September 5, 2006 Naval Postgraduate School, Operational Oceanography and Meteorology Abstract Since inputs from UDAS are continuously used

More information

Lab Orientation and the Surface to volume ratio in animals

Lab Orientation and the Surface to volume ratio in animals LAB ORIENTATION AND THE SURFACE TO VOLUME RATIO IN ANIMALS - 1 Lab Orientation and the Surface to volume ratio in animals by Antoine Morin and Gabriel Blouin-Demers Lab Orientation Details of your activities

More information

RESPIRATORY PHYSIOLOGY, PHYSICS AND

RESPIRATORY PHYSIOLOGY, PHYSICS AND Course n : Course 3 Title: RESPIRATORY PHYSIOLOGY, PHYSICS AND PATHOLOGY IN RELATION TO ANAESTHESIA AND INTENSIVE CARE Sub-category: Techniques Topic: Respiratory monitoring Date: May 05-07, 2016 Language:

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information