Use of Bayesian inference in Analytical rheology

Size: px
Start display at page:

Download "Use of Bayesian inference in Analytical rheology"

Transcription

1 Use of Bayesian inference in Analytical rheology Michael Ericson Scientific Computing, Florida State University Abstract There exists a simulator called rheology-bob2.3 that can predict linear rheology based on the structures, components and environment of molecules using tube field modeling 1. However, the inverse problem, finding the structure and components of a molecule based on linear rheology has not been solved. This inverse problem is nonlinear and therefore complex to solve. By using Bayesian inference, a simulator called rheology-bob2.3, and MCMC methods, we were able to create a program with some success that could figure out, the weight fraction, molecular mass, and structural archetype, given a choice between a linear polymer or a star polymer with three branches of a polyethylene melt. 1

2 Introduction High density polyethylene (HDPE) is linear and a strong type of polyethylene able to withstand corrosion and high temperatures. It readily crystallizes and is commonly recycled. It can be used for wood plastic composites ( fake lumber), molded goods, containing pyrotechnics (chemicals that produce heat and explosives), and a variety of other uses. By adding branches to polyethylene, it becomes much easier to process. It can move faster through pipes, and has many other properties that make it easy to process. However, the more branches added to polyethylene, the weaker it becomes. So we are left with an optimization problem: find the least amount of branches one can add to make it easier to process while retaining the same properties of high density polyethylene. The processing technology for making polyethylene is so advanced, that one can systematically choose which branches to remove from it 2. However, the problem is that when only a small amount of long-chain branches (~1 branch per 10,000 backbone atoms) are added, one cannot figure out the structure of these molecules 3. Analytic techniques like IR spectroscopy and chromatography fail to detect these long-chain branches due to their infrequencies. However, linear rheological properties are highly sensitive to very small changes in branching. By using a rheometer, which applies a vibration shear rate, we can obtain information on the linear rheology. Then based on methods that well be explained, we can find the structure and components in a polyethylene melt. Methods In Bayesian inference, Prob(H D) is the probability of obtaining the parameters, weight fraction, molecular mass, and structural archetype, given a choice between a linear polymer or a star polymer with three branches, 2

3 for a polyethylene melt based on the elastic and viscous modulus. We can ignore Prob(H) since for our current stage of research, we assumed no prior information of the parameters. Prob(D H) was found by comparing the elastic and viscous modulus calculated by bobrheology and the elastic and viscous modulus that would have been. The actual formula for comparison is below: error=.5*( (Σ(G'(w) d G'(w) h ) 2 ) + Σ(G''(w) d G''(w) h ) 2 ))) G'(w) d = Elastic modulus obtained from rheometer G'(w) h = Elastic modulus obtained by running the parameters in bob2.3-rheology G''(w) d = Viscous modulus obtained from rheometer G''(w) h = Viscous modulus obtained by running the parameters in bob2.3-rheology The smaller the error, the higher Prob(D H). We can also ignore for now P(D) since it only acts as normalization constant. We can therefore write the probability as Prob(D H) Prob(H D). 3 Our program sampled from many different values for the parameters since we wanted to obtain a probability distribution function, and there were many values the parameters could be. However, it would be computational expensive to calculate all possibilities of the parameters, so we used MCMC methods, specifically the Metropolis- Hasting algorithm to obtain a probability distribution 4. We sampled the data 10,000 times. Our value for figuring out the molecular weight was as followed: rho = 1.2 betam = rhom.^(2*rand(1,n) 1) Mp = M*betaM The reason we multiplied the molecular weight by a random number was that if the molecular weight was a large value, it would take too long for the program to reach it simply by adding a random number each time. Due to this Q(x',x)/Q(x,x') was equal to betam, since the probability of a random number being accepted was inversely proportional to its size (smaller random beta values had a higher

4 probability of being accepted). When creating a function to switch a polymer's structural configuration, the molecular weight had to be switched as well as the polymer's structural type, otherwise the move would most likely be rejected, since their viscoelastic properties are too different. Therefore we created a table of the star sand linear structures, and figured out which structure archetypes had the closest viscoelastic properties, and what the new value of the molecular weight would have to be of either a star or linear structure, in order to make a switch between a linear and a star polymer archetype with the closet viscoelastic properties. Results There were some simulations that were successful and others that failed. This first example is a successful run (shown below) The X axis is hard to read, but M1 show a probability density distribution in the range between 44,000 and 58,000. M2 shows a 4

5 probability density distribution between the range of 16,000 and 24,000. The results also show that there was a 100% chance that the polymer species in M1 was a linear polymer, while the polymer species in M2. The actual configuration and structures was that Species 1 was linear, with a molecular weight of 20,000, and 75% mass. Species 2 was also linear with a molecular weight of 90,000, and 25% mass. The true structure and components of polyethylene were the same as the program's results. The two species were a linear polymer and a star polymer, in which the linear polymer had a molecular weight of 50,000 and mass However, these plots show that the molecular weight for Species 2 is nowhere near 90,000. The graph displays a molecular mass density probability distribution region between 7000 and 20,000 amu. fraction.7, while the star polymer had a molecular weight of 20,000 with a mass fraction of 0.3. However, the simulation did fail a few times. Here is an example of one : 5

6 Based on data analysis, the results stated that a star-star blend had 96% likelihood while a linear-linear blend had a 0% likelihood. The reason for this error was that the program made a switch over to a star-star blend but did not switch again to a linear-star blend or to its correct configuration, linear-linear blend. This demonstrated that the most likely cause of error was in switching between polymer structural archetypes. The graph below compares the value of G' and G'' with the visoelastic properties of the program's resulting structure and configuration, and the viscoelastic properties of the actual structures and configuration. Once can see that the two viscoelastic properties are very different. Changes made The following two changes were made in order to improve the algorithm. 1. Using C++ instead of Octave reduced the amount of time it took the program to run. It went from taking from 6-8 hours to run, down to 2-3 hours. 2. Changing the algorithm for moving the species Instead of the algorithm used previously, a new algorithm was created. A pre-simulator used the MCMC Metropolis Hasting for a linear-linear, linear-star, and star-star configuration. However, the sample was much smaller, with only 1000 samples used. The lower configuration error was multiplied by gamma, (value = 1.2) and the parameters in the pre-simulator that were lower or equal to this number were stored during the simulation. When attempting to switch a species, the program chooses a random pre-simulated parameter and compared its likelihood with the current parameters. Although this method is better than the previous, it has some problems. Below are bar graphs generated from a run. Dr. Sachin Shanbhag rewrote the program from Octave to C++. This significantly 6

7 This might look like there are two likely possibilities for each species to be, but it s not. The two species actual made a switch between themselves. One species favors a molecular the other with 30,000 amu, one could easily figure out that the MW parameters favor the latter. Below are the three graphs, in which one can clearly tell the best fit. mass of 30,000 amu and the other favors a molecular mass of 80,000. Even so, just by running three sample: one with a molecular weight of both species with 30,000 amu, both with 80,000 amu, or one with 80,000 amu and 7

8 An even bigger problem with this method though is that it takes too long to run. It is very similar to just running the program three times, with one staying at a linear-linear configuration, another star-star, and the last one star-linear, which is not ideal. If there could be three or four types of polymer species, the program will take even longer. Conclusion The program is far from perfect and a few changes need to be made. One algorithm that needs to be created is a method to figure out if there are more polymer species, or less polymer species then two. While it is relatively easy to remove a polymer species, it is difficult to create a new species, especially when choosing what the species molecular weight and percent weight should be. Changes need to be made from changing the structural archetype of a polymer. Our assumption that the polymer with the closest viscoelastic properties is the most likely polymer to be accepted is not a true statement. 8

9 Instead, a method needs to be introduced to figure out the molecular weight of a star or linear structural archetype that would most likely be accepted. This does not necessarily have to be pre-assembled, but rather the program can learn what the best We can also add in prior information in the program, so it will be less likely for there to be more than one possible different structures and components. While gas chromatography Acknowledgments I would like to thank Sachin Shanbhag for coming up with an approach for this inverse problem and writing a lot of the code. I would also like to thank the National Science Foundation for providing funding for the project, and Florida State University for using their facilities. and light scattering techniques are inaccurate, these analytical techniques can at least provide us with some prior information. 9

10 Appendix Glossary Bayesian Inference: Prob(H D) = (Prob(D H)*Prob(H))/(Prob(D)). P(H D) : The posterior probability. It is the probability that the hypothesis is correct based on the data. P(D H): The conditional probability. It is the likelihood of obtaining that data if the hypothesis is correct. P(H): The prior probability The likelihood of the hypothesis before introducing the new data. Also known as the P(D): The marginal probability. The possibilities of obtaining the data based on both the hypothesis and other possibilities. P(D) can also be written as Ʃ(Prob(H 0 )P( H 0 )+ Prob(H l )P( H l )). Monte Carlo Markov Chains: Monte Carlo Markov Chains also abbreviated as MCMC methods are algorithms created probability distribution that are multivariate (many unknown variables) and stochastic (cannot be determined by simple means). The integral the MCMC creates is a probability distribution. As the name implies the algorithm uses systems based on Monte Carlo methods and Markov Chain methods. Markov Chain: Markov Chains are based on movement from one state to another. Each state is memory less, depending only based on its previous state. It is usually stated that X t+1 = X. In the case of Monte Carlo Markov Chains, the changes in parameters only depend on the previous defined parameters. Monte Carlo: The movement from one state to another is essential random. Monte Carlo Markov Chains can be thought of a drunken man walking. His position is space is based on where he moved last and the random movement he will make. 10

11 Metropolis Hasting In Metropolis-Hating, it starts off with randomly defined parameters. A random move is made, which is based on the previous move and the move is either accepted or reject. The move is based on the following two criteria: 1) Does the move have a higher or lower likelihood compared to the previous move? This can be written as P(x )/P(x) P(x ) = random move P(x) = previous move 2) Is the probability of entering the new state as returning back to its original state, without considering the likelihood of the move? For example if you are to multiple the original moves by a random number between 0 and 4 with equal probability, returning back to the original state is less likely. Therefore that must be taken into consideration. This can be written as: Q(x,x)/Q(x,x ) Q(x,x) = likelihood of entering the state based on the previous state Q(x,x ) = likelihood of returning to the state based on the new state Alpha = [P(x )/P(x)]* [Q(x,x)/Q(x,x )] 11

12 If the value of alpha is less than one then the move might be accepted. Even if the move is less likely than the previous, it is still important because: 1) It allows for one to escape a state. This will allow the walk to move to other states 2) A probability distribution is obtained rather than the highest probability The move will be accepted if alpha is greater than a random number between 0 and 1 with a uniform distribution. Polyethylene: Polyethylene is a polymer of magnitude greater than 1000 atomic mass units and contains a long hydrocarbon chain. Below is a picture of typical hydrocarbon chain: Picture from 5 The white balls represent hydrogen and the grey balls represent carbon. Rheology: Rheology is the study of flow and deformation of materials. The models used to describe behavior for materials in rheology are much more complex than those used in basic chemistry and constitutive Newtonian physics. Below are lists four examples of basic models used in basic physics and chemistry, and the difference between that model and the model used in rheology. A substance is a liquid, solid or gas. Liquids deform due to any amount of stress on in it, including 12

13 gravitational force and atmospheric pressure. Solids however do not deform readily under stress. When a solid deforms it will retain it shape once the stress is removed. Many polymers and complex mixtures cannot be classified as either a liquid or a solid. Instead, these materials are described as Viscoelastic. Viscoelastic materials have two components: the elastic modulus and the viscous modulus. The higher the value of the elastic modulus the material will retain solid-like properties. Likewise, the higher the viscous modulus, the material will display more liquid-like properties. The strain (deformation) on a solid is directly proportional to the stress. This is expressed in Hooke's law below: Stress = Strain * Elastic Modulus This formula does not accurately predict strain based on stress even for true solids. This formula can only be applied for relatively small amounts of stress. Larger amounts of stress will result in plasticity, in which a deformation may not be recovered, and the amount of strain based on stress is a nonlinear function. Newton describes the force on a fluid in one dimension as: Stress = (Velocity/(distance between two plates)) * (Viscosity) In other words, in order to double the velocity of a fluid one would need to double the force acting on it. Shearing, otherwise known as perpendicular force (aka friction), from the borders of the fluid act as an opposing force, which is why a fluid cannot accelerate under stress. Viscosity is not a constant. The viscosity can increase or decrease based on the shear rate, Viscosity decreasing as a result of an increase in shear rate is known as shear thinning. Viscosity decreasing as a result of an increased shear rate is known as shear thickening, the opposite effect of shear thinning. The amount of strain in a material is independent of time. Materials in rheology have what is known as a relaxation modulus, the amount of strain in a material changes based on how long a stress has been applied. 13

14 Viscoelasticity: G'(w) known as the Elastic Modulus, and G''(w) also known as the Viscosity Modulus. These two moduli are the linear rheological properties that were studied in order to figure out the structure and components of polyethylene. The Elastic Modulus is the measure of material strength measured as Stress/Strain. It is also a measure of the deformation that can be restored when the stress is removed. The Viscosity modulus is the resistance to flow, and can also be thought as deformation that is permanent. Shear stress is the force per area applied parallel to the surface. For example if you were to glide your hand across water, this would be an example of shearing. Shear rate on the other hand is the difference of shearing between layers of molecules. Molecules closer to the shear stress will have a higher level of shearing then those farther away. 14

15 Bibliography 1 Das, Chinmay, Nathaneal J. Inkson, Daniel J. Read, Mark A. Kelmanson, and Tom McLeish. "Computational linear rheology of general branch-on-branch polymers." Rheology 50.2, (2006). 2 MacKenzie, P. B.; Moody, L. S.; Killian, C. M.; Ponasik, J. A.; McDevitt, J. P. WO Patent Application , Spet. 17, 1998 to Eastman, priority date Feb 24, Baker, Clive, and Williams F. Maddam. "Infrared spectroscopic studies on polyethylene, 1. The measurement of low levels of chain branching." Die Makromolekulare Chemie (1993): Print. 4 Fox, Colin, and Antionetta Mira. "Geoff K Nicholls." Kuopio. June-July 04. Lecture. 5 Korkin, Anatoli, and Anastasia Alexandrovia. "Atomic Scael Design Symmetry." Atomic Scale Design Network. Web. 30 July

Shear rheology of polymer melts

Shear rheology of polymer melts Shear rheology of polymer melts Dino Ferri dino.ferri@versalis.eni.com Politecnico Alessandria di Milano, 14/06/2002 22 nd October 2014 Outline - Review of some basic rheological concepts (simple shear,

More information

Agricultural Science 1B Principles & Processes in Agriculture. Mike Wheatland

Agricultural Science 1B Principles & Processes in Agriculture. Mike Wheatland Agricultural Science 1B Principles & Processes in Agriculture Mike Wheatland (m.wheatland@physics.usyd.edu.au) Outline - Lectures weeks 9-12 Chapter 6: Balance in nature - description of energy balance

More information

MP10: Process Modelling

MP10: Process Modelling MP10: Process Modelling MPhil Materials Modelling Dr James Elliott 0.1 MP10 overview 6 lectures on process modelling of metals and polymers First three lectures by JAE Introduction to polymer rheology

More information

Quiz 1 Introduction to Polymers

Quiz 1 Introduction to Polymers 090109 Quiz 1 Introduction to Polymers In class we discussed the definition of a polymer first by comparing polymers with metals and ceramics and then by noting certain properties of polymers that distinguish

More information

Analytical Rheology Linear Viscoelasticity of Model and Commercial Long-Chain-Branched Polymer Melts

Analytical Rheology Linear Viscoelasticity of Model and Commercial Long-Chain-Branched Polymer Melts Analytical Rheology Linear Viscoelasticity of Model and Commercial Long-Chain-Branched Polymer Melts Sachin Shanbhag, Seung Joon Park, Qiang Zhou and Ronald G. Larson Chemical Engineering, University of

More information

University Graz / Austria Institut für Chemie Volker Ribitsch

University Graz / Austria Institut für Chemie Volker Ribitsch University Graz / Austria Institut für Chemie Volker Ribitsch 1 Rheology Oscillatory experiments Dynamic experiments Deformation of materials under non-steady conditions in the linear viscoelastic range

More information

RHEOLOGY Principles, Measurements, and Applications. Christopher W. Macosko

RHEOLOGY Principles, Measurements, and Applications. Christopher W. Macosko RHEOLOGY Principles, Measurements, and Applications I -56081-5'79~5 1994 VCH Publishers. Inc. New York Part I. CONSTITUTIVE RELATIONS 1 1 l Elastic Solid 5 1.1 Introduction 5 1.2 The Stress Tensor 8 1.2.1

More information

Pharmaceutical compounding I Colloidal and Surface-Chemical Aspects of Dosage Forms Dr. rer. nat. Rebaz H. Ali

Pharmaceutical compounding I Colloidal and Surface-Chemical Aspects of Dosage Forms Dr. rer. nat. Rebaz H. Ali University of Sulaimani School of Pharmacy Dept. of Pharmaceutics Pharmaceutical Compounding Pharmaceutical compounding I Colloidal and Surface-Chemical Aspects of Dosage Forms Dr. rer. nat. Rebaz H. Ali

More information

Mechanical properties of polymers: an overview. Suryasarathi Bose Dept. of Materials Engineering, IISc, Bangalore

Mechanical properties of polymers: an overview. Suryasarathi Bose Dept. of Materials Engineering, IISc, Bangalore Mechanical properties of polymers: an overview Suryasarathi Bose Dept. of Materials Engineering, IISc, Bangalore UGC-NRCM Summer School on Mechanical Property Characterization- June 2012 Overview of polymer

More information

Non-linear Viscoelasticity FINITE STRAIN EFFECTS IN SOLIDS

Non-linear Viscoelasticity FINITE STRAIN EFFECTS IN SOLIDS FINITE STRAIN EFFECTS IN SOLIDS Consider an elastic solid in shear: Shear Stress σ(γ) = Gγ If we apply a shear in the opposite direction: Shear Stress σ( γ) = Gγ = σ(γ) This means that the shear stress

More information

Rheology. What is rheology? From the root work rheo- Current: flow. Greek: rhein, to flow (river) Like rheostat flow of current

Rheology. What is rheology? From the root work rheo- Current: flow. Greek: rhein, to flow (river) Like rheostat flow of current Rheology What is rheology? From the root work rheo- Current: flow Greek: rhein, to flow (river) Like rheostat flow of current Rheology What physical properties control deformation? - Rock type - Temperature

More information

(Refer Slide Time: 2:14)

(Refer Slide Time: 2:14) Fluid Dynamics And Turbo Machines. Professor Dr Shamit Bakshi. Department Of Mechanical Engineering. Indian Institute Of Technology Madras. Part A. Module-1. Lecture-3. Introduction To Fluid Flow. (Refer

More information

Quiz 1. Introduction to Polymers

Quiz 1. Introduction to Polymers 100406 Quiz 1. Introduction to Polymers 1) Polymers are different than low-molecular weight oligomers. For example an oligomeric polyethylene is wax, oligomeric polystyrene is similar to naphthalene (moth

More information

MECHANICAL PROPERTIES

MECHANICAL PROPERTIES MECHANICAL PROPERTIES Rheology S.C. BAYNE, 1 J.Y. Thompson 2 1 University of Michigan School of Dentistry, Ann Arbor, MI 48109-1078 sbayne@umich.edu 2 Nova Southeastern College of Dental Medicine, Ft.

More information

Rheology of cellulose solutions. Puu Cellulose Chemistry Michael Hummel

Rheology of cellulose solutions. Puu Cellulose Chemistry Michael Hummel Rheology of cellulose solutions Puu-23.6080 - Cellulose Chemistry Michael Hummel Contents Steady shear tests Viscous flow behavior and viscosity Newton s law Shear thinning (and critical concentration)

More information

Viscoelasticity. Basic Notions & Examples. Formalism for Linear Viscoelasticity. Simple Models & Mechanical Analogies. Non-linear behavior

Viscoelasticity. Basic Notions & Examples. Formalism for Linear Viscoelasticity. Simple Models & Mechanical Analogies. Non-linear behavior Viscoelasticity Basic Notions & Examples Formalism for Linear Viscoelasticity Simple Models & Mechanical Analogies Non-linear behavior Viscoelastic Behavior Generic Viscoelasticity: exhibition of both

More information

Rheometer: Procedure: Part A: Viscosity v Time

Rheometer: Procedure: Part A: Viscosity v Time Rheometer A fluid is defined as a substance that deforms continuously under the action of a shear stress, no matter how small the shear stress may be. Without shear stress, there will be no deformation.

More information

1. The Properties of Fluids

1. The Properties of Fluids 1. The Properties of Fluids [This material relates predominantly to modules ELP034, ELP035] 1.1 Fluids 1.1 Fluids 1.2 Newton s Law of Viscosity 1.3 Fluids Vs Solids 1.4 Liquids Vs Gases 1.5 Causes of viscosity

More information

Fluids: How thick are liquids?

Fluids: How thick are liquids? Fluids: How thick are liquids? Student Advanced Version Introduction: Fluids are substances that can flow under an applied force. What are some examples of fluids? We often think of fluids as substances

More information

Lecture 7: Rheology and milli microfluidic

Lecture 7: Rheology and milli microfluidic 1 and milli microfluidic Introduction In this chapter, we come back to the notion of viscosity, introduced in its simplest form in the chapter 2. We saw that the deformation of a Newtonian fluid under

More information

SUMMARY A STUDY OF VISCO-ELASTIC NON-NEWTONIAN FLUID FLOWS. where most of body fluids like blood and mucus are non-newtonian ones.

SUMMARY A STUDY OF VISCO-ELASTIC NON-NEWTONIAN FLUID FLOWS. where most of body fluids like blood and mucus are non-newtonian ones. SUMMARY A STUDY OF VISCO-ELASTIC NON-NEWTONIAN FLUID FLOWS Non-Newtonian fluids abound in many aspects of life. They appear in nature, where most of body fluids like blood and mucus are non-newtonian ones.

More information

Introduction to Marine Hydrodynamics

Introduction to Marine Hydrodynamics 1896 1920 1987 2006 Introduction to Marine Hydrodynamics (NA235) Department of Naval Architecture and Ocean Engineering School of Naval Architecture, Ocean & Civil Engineering First Assignment The first

More information

CHANGES OF RHEOLOGICAL PARAMETERS OF POLYPROPYLENE AND POLYETHYLENE AFTER EXPOSURE IN ALIPHATIC n-hexane

CHANGES OF RHEOLOGICAL PARAMETERS OF POLYPROPYLENE AND POLYETHYLENE AFTER EXPOSURE IN ALIPHATIC n-hexane This copy of the article was downloaded from http://www.mateng.sk, online version of Materials Engineering - Materiálové inžinierstvo (MEMI) journal, ISSN 1335-0803 (print version), ISSN 1338-6174 (online

More information

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers

Abvanced Lab Course. Dynamical-Mechanical Analysis (DMA) of Polymers Abvanced Lab Course Dynamical-Mechanical Analysis (DMA) of Polymers M211 As od: 9.4.213 Aim: Determination of the mechanical properties of a typical polymer under alternating load in the elastic range

More information

Chapter 1 Fluid Characteristics

Chapter 1 Fluid Characteristics Chapter 1 Fluid Characteristics 1.1 Introduction 1.1.1 Phases Solid increasing increasing spacing and intermolecular liquid latitude of cohesive Fluid gas (vapor) molecular force plasma motion 1.1.2 Fluidity

More information

Measurement techniques

Measurement techniques Measurement techniques 1 GPC GPC = gel permeation chromatography GPC a type of size exclusion chromatography (SEC), that separates analytes on the basis of size. The column used for GPC is filled with

More information

The principals of rheology In pharmaceutical technology

The principals of rheology In pharmaceutical technology The principals of rheology In pharmaceutical technology Dr. Aleksandar Széchenyi University of Pécs Gyógyszertechnológiai és Biofarmáciai Intézet Institute of Pharmaceutical Technology and Biopharmacy

More information

Machine Learning for Data Science (CS4786) Lecture 24

Machine Learning for Data Science (CS4786) Lecture 24 Machine Learning for Data Science (CS4786) Lecture 24 Graphical Models: Approximate Inference Course Webpage : http://www.cs.cornell.edu/courses/cs4786/2016sp/ BELIEF PROPAGATION OR MESSAGE PASSING Each

More information

(Refer Slide Time: 00:58)

(Refer Slide Time: 00:58) Nature and Properties of Materials Professor Bishak Bhattacharya Department of Mechanical Engineering Indian Institute of Technology Kanpur Lecture 18 Effect and Glass Transition Temperature In the last

More information

Part III. Polymer Dynamics molecular models

Part III. Polymer Dynamics molecular models Part III. Polymer Dynamics molecular models I. Unentangled polymer dynamics I.1 Diffusion of a small colloidal particle I.2 Diffusion of an unentangled polymer chain II. Entangled polymer dynamics II.1.

More information

, to obtain a way to calculate stress from the energy function U(r).

, to obtain a way to calculate stress from the energy function U(r). BIOEN 36 014 LECTURE : MOLECULAR BASIS OF ELASTICITY Estimating Young s Modulus from Bond Energies and Structures First we consider solids, which include mostly nonbiological materials, such as metals,

More information

Chapter 3 Non-Newtonian fluid

Chapter 3 Non-Newtonian fluid Chapter 3 Non-Newtonian fluid 3-1. Introduction: The study of the deformation of flowing fluids is called rheology; the rheological behavior of various fluids is sketchen Figure 3-1. Newtonian fluids,

More information

RHEOLOGY OF BRANCHED POLYMERS

RHEOLOGY OF BRANCHED POLYMERS RHEOLOGY OF BRANCHED POLYMERS Overview: The Tube Model Shear and elongational viscosity Albena Lederer Leibniz-Institute of Polymer Research Dresden Member of Gottfried Wilhelm Leibniz Society WGL Hohe

More information

Rheology and Constitutive Equations. Rheology = Greek verb to flow. Rheology is the study of the flow and deformation of materials.

Rheology and Constitutive Equations. Rheology = Greek verb to flow. Rheology is the study of the flow and deformation of materials. Rheology and Constitutive Equations Rheology = Greek verb to flow Rheology is the study of the flow and deformation of materials. The focus of rheology is primarily on the study of fundamental, or constitutive,

More information

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr.

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Reading Assignments Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Sert) Study Set 1 You can find the answers of some of the following

More information

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA, SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA, 2016 Volume 24, Number 38

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA, SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA, 2016 Volume 24, Number 38 RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2016 Volume 24, Number 38 IMPACT OF VISCOSITY ON FILLING THE INJECTION MOULD CAVITY Lukáš

More information

Contents. Preface XIII. 1 General Introduction 1 References 6

Contents. Preface XIII. 1 General Introduction 1 References 6 VII Contents Preface XIII 1 General Introduction 1 References 6 2 Interparticle Interactions and Their Combination 7 2.1 Hard-Sphere Interaction 7 2.2 Soft or Electrostatic Interaction 7 2.3 Steric Interaction

More information

Chapter 6 Molten State

Chapter 6 Molten State Chapter 6 Molten State Rheology ( 流變學 ) study of flow and deformation of (liquid) fluids constitutive (stress-strain) relation of fluids shear flow shear rate ~ dγ/dt ~ velocity gradient dv 1 = dx 1 /dt

More information

Madrid, 8-9 julio 2013

Madrid, 8-9 julio 2013 VI CURSO DE INTRODUCCION A LA REOLOGÍA Madrid, 8-9 julio 2013 NON-LINEAR VISCOELASTICITY Prof. Dr. Críspulo Gallegos Dpto. Ingeniería Química. Universidad de Huelva & Institute of Non-Newtonian Fluid Mechanics

More information

An-Najah National University Civil Engineering Department. Fluid Mechanics. Chapter 1. General Introduction

An-Najah National University Civil Engineering Department. Fluid Mechanics. Chapter 1. General Introduction 1 An-Najah National University Civil Engineering Department Fluid Mechanics Chapter 1 General Introduction 2 What is Fluid Mechanics? Mechanics deals with the behavior of both stationary and moving bodies

More information

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling 10-708: Probabilistic Graphical Models 10-708, Spring 2014 27 : Distributed Monte Carlo Markov Chain Lecturer: Eric P. Xing Scribes: Pengtao Xie, Khoa Luu In this scribe, we are going to review the Parallel

More information

Mechanical Properties of Polymers. Scope. MSE 383, Unit 3-1. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept.

Mechanical Properties of Polymers. Scope. MSE 383, Unit 3-1. Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Mechanical Properties of Polymers Scope MSE 383, Unit 3-1 Joshua U. Otaigbe Iowa State University Materials Science & Engineering Dept. Structure - mechanical properties relations Time-dependent mechanical

More information

Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 4: Non-Newtonian fluids and rheometry (PART 1)

Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 4: Non-Newtonian fluids and rheometry (PART 1) Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 4: Non-Newtonian fluids and rheometry (PART 1) Globex Julmester 2017 Lecture #3 05 July 2017 Agenda Lecture #3 Section

More information

Lesson 02: Physical Properties of Matter. 01 Matter

Lesson 02: Physical Properties of Matter. 01 Matter Chemistry 11, Physical Properties, Unit 02 1 Lesson 02: Physical Properties of Matter 01 Matter Almost everything in the universe is made of matter matter has volume matter has mass matter is made up of

More information

4 Conservation of Energy

4 Conservation of Energy CHAPTER 13 4 Conservation of Energy SECTION Work and Energy KEY IDEAS As you read this section, keep these questions in mind: How can energy change from one form to another? What is the law of conservation

More information

For an imposed stress history consisting of a rapidly applied step-function jump in

For an imposed stress history consisting of a rapidly applied step-function jump in Problem 2 (20 points) MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING CAMBRIDGE, MASSACHUSETTS 0239 2.002 MECHANICS AND MATERIALS II SOLUTION for QUIZ NO. October 5, 2003 For

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Computer Science! Department of Statistical Sciences! rsalakhu@cs.toronto.edu! h0p://www.cs.utoronto.ca/~rsalakhu/ Lecture 7 Approximate

More information

CS 343: Artificial Intelligence

CS 343: Artificial Intelligence CS 343: Artificial Intelligence Bayes Nets: Sampling Prof. Scott Niekum The University of Texas at Austin [These slides based on those of Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley.

More information

Computer Vision Group Prof. Daniel Cremers. 10a. Markov Chain Monte Carlo

Computer Vision Group Prof. Daniel Cremers. 10a. Markov Chain Monte Carlo Group Prof. Daniel Cremers 10a. Markov Chain Monte Carlo Markov Chain Monte Carlo In high-dimensional spaces, rejection sampling and importance sampling are very inefficient An alternative is Markov Chain

More information

Rheological And Dielectric Characterization of Thermosetting Polymers. Jeffrey Gotro, Ph.D.

Rheological And Dielectric Characterization of Thermosetting Polymers. Jeffrey Gotro, Ph.D. Rheological And Dielectric Characterization of Thermosetting Polymers Outline Introduction Oscillatory parallel plate rheometry Dynamic dielectric measurements Simultaneous dynamic mechanical/dielectric

More information

Fundamentals of Polymer Rheology. Sarah Cotts TA Instruments Rubber Testing Seminar CUICAR, Greenville SC

Fundamentals of Polymer Rheology. Sarah Cotts TA Instruments Rubber Testing Seminar CUICAR, Greenville SC Fundamentals of Polymer Rheology Sarah Cotts TA Instruments Rubber Testing Seminar CUICAR, Greenville SC Rheology: An Introduction Rheology: The study of stress-deformation relationships =Viscosity =Modulus

More information

Physics. Assignment-1(UNITS AND MEASUREMENT)

Physics. Assignment-1(UNITS AND MEASUREMENT) Assignment-1(UNITS AND MEASUREMENT) 1. Define physical quantity and write steps for measurement. 2. What are fundamental units and derived units? 3. List the seven basic and two supplementary physical

More information

Forward Problems and their Inverse Solutions

Forward Problems and their Inverse Solutions Forward Problems and their Inverse Solutions Sarah Zedler 1,2 1 King Abdullah University of Science and Technology 2 University of Texas at Austin February, 2013 Outline 1 Forward Problem Example Weather

More information

University of Washington Department of Chemistry Chemistry 453 Winter Quarter 2013

University of Washington Department of Chemistry Chemistry 453 Winter Quarter 2013 Lecture 1 3/13/13 University of Washington Department of Chemistry Chemistry 53 Winter Quarter 013 A. Definition of Viscosity Viscosity refers to the resistance of fluids to flow. Consider a flowing liquid

More information

Quiz 1 Introduction to Polymers (Please answer each question even if you guess)

Quiz 1 Introduction to Polymers (Please answer each question even if you guess) 080407 Quiz 1 Introduction to Polymers (Please answer each question even if you guess) This week we explored the definition of a polymer in terms of properties. 1) The flow of polymer melts and concentrated

More information

Markov Networks.

Markov Networks. Markov Networks www.biostat.wisc.edu/~dpage/cs760/ Goals for the lecture you should understand the following concepts Markov network syntax Markov network semantics Potential functions Partition function

More information

Fluid Mechanics Testbank By David Admiraal

Fluid Mechanics Testbank By David Admiraal Fluid Mechanics Testbank By David Admiraal This testbank was created for an introductory fluid mechanics class. The primary intentions of the testbank are to help students improve their performance on

More information

Corrections to flow data in polymer melts

Corrections to flow data in polymer melts Corrections to flow data in polymer melts Narongrit Sombatsompop Polymer PROcessing and Flow (P-PROF) Materials Technology, School of Energy & Materials King Mongkut s University of Technology Thonburi

More information

BIOEN LECTURE 18: VISCOELASTIC MODELS

BIOEN LECTURE 18: VISCOELASTIC MODELS BIOEN 326 2013 LECTURE 18: VISCOELASTIC MODELS Definition of Viscoelasticity. Until now, we have looked at time-independent behaviors. This assumed that materials were purely elastic in the conditions

More information

Rheological Properties

Rheological Properties Rheological Properties Shear Stress the force experienced by the liquid is proportional to the area of the upper plate and is defined as the shear stress, σ = F/A (Units = Nm -2 or Pascals [Pa]) Shear

More information

Dynamic Mechanical Analysis of Solid Polymers and Polymer Melts

Dynamic Mechanical Analysis of Solid Polymers and Polymer Melts Polymer Physics 2015 Matilda Larsson Dynamic Mechanical Analysis of Solid Polymers and Polymer Melts Polymer & Materials Chemistry Introduction Two common instruments for dynamic mechanical thermal analysis

More information

Evaluating Pigment Dispersion Quality through Dynamic Oscillation Analysis John Meadows, Surface Specialties - UCB

Evaluating Pigment Dispersion Quality through Dynamic Oscillation Analysis John Meadows, Surface Specialties - UCB Evaluating Pigment Dispersion Quality through Dynamic Oscillation Analysis John Meadows, Surface Specialties - UCB Introduction The value of an ink s performance ultimately hinges on the quality of the

More information

Entanglements. M < M e. M > M e. Rouse. Zero-shear viscosity vs. M (note change of slope) Edwards degennes Doi. Berry + Fox, slope 3.4.

Entanglements. M < M e. M > M e. Rouse. Zero-shear viscosity vs. M (note change of slope) Edwards degennes Doi. Berry + Fox, slope 3.4. Entanglements Zero-shear viscosity vs. M (note change of slope) M < M e Rouse slope 3.4 M > M e Edwards degennes Doi slope 1 Berry + Fox, 1968 Question: Which factors affect the Me: T, P, M, flexibility,

More information

1. Introduction, fluid properties (1.1, 2.8, 4.1, and handouts)

1. Introduction, fluid properties (1.1, 2.8, 4.1, and handouts) 1. Introduction, fluid properties (1.1, 2.8, 4.1, and handouts) Introduction, general information Course overview Fluids as a continuum Density Compressibility Viscosity Exercises: A1 Fluid mechanics Fluid

More information

Supplementary material to On the rheology of pendular gels and morphological developments in paste- like ternary systems based on capillary attraction

Supplementary material to On the rheology of pendular gels and morphological developments in paste- like ternary systems based on capillary attraction Electronic Supplementary Material (ESI) for Soft Matter. This journal is The Royal Society of Chemistry 214 Supplementary material to On the rheology of pendular gels and morphological developments in

More information

We may have a general idea that a solid is hard and a fluid is soft. This is not satisfactory from

We may have a general idea that a solid is hard and a fluid is soft. This is not satisfactory from Chapter 1. Introduction 1.1 Some Characteristics of Fluids We may have a general idea that a solid is hard and a fluid is soft. This is not satisfactory from scientific or engineering point of view. In

More information

Bayesian Inference and MCMC

Bayesian Inference and MCMC Bayesian Inference and MCMC Aryan Arbabi Partly based on MCMC slides from CSC412 Fall 2018 1 / 18 Bayesian Inference - Motivation Consider we have a data set D = {x 1,..., x n }. E.g each x i can be the

More information

DIFFERENCE IN THERMOFORMING PROCESSABILITY OBSERVED FOR THREE HIGH IMPACT POLYSTYRENES

DIFFERENCE IN THERMOFORMING PROCESSABILITY OBSERVED FOR THREE HIGH IMPACT POLYSTYRENES Page 1 of 5 DIFFERENCE IN THERMOFORMING PROCESSABILITY OBSERVED FOR THREE HIGH IMPACT POLYSTYRENES Caroline Woelfle, Kurt Koppi, Stephane Costeux, Todd Hogan, Joe Dooley, Ronald Van Daele, Alexander De

More information

CM4655 Polymer Rheology Lab. Torsional Shear Flow: Parallel-plate and Cone-and-plate

CM4655 Polymer Rheology Lab. Torsional Shear Flow: Parallel-plate and Cone-and-plate CM4655 Polymer heology Lab Torsional Shear Flow: Parallel-plate and Cone-and-plate (Steady and SAOS) Professor Faith A. Morrison Department of Chemical Engineering Michigan Technological University r (-plane

More information

Fluid Mechanics Abdusselam Altunkaynak

Fluid Mechanics Abdusselam Altunkaynak Fluid Mechanics Abdusselam Altunkaynak 1. Unit systems 1.1 Introduction Natural events are independent on units. The unit to be used in a certain variable is related to the advantage that we get from it.

More information

States of Matter. Changes in State

States of Matter. Changes in State CHAPTER 8 States of Matter LESSON 2 Changes in State What do you think? Read the two statements below and decide whether you agree or disagree with them. Place an A in the Before column if you agree with

More information

Answers and expectations

Answers and expectations Answers and expectations For a function f(x) and distribution P(x), the expectation of f with respect to P is The expectation is the average of f, when x is drawn from the probability distribution P E

More information

Pharmaceutics I. Unit 6 Rheology of suspensions

Pharmaceutics I. Unit 6 Rheology of suspensions Pharmaceutics I اينالديصيدلينيات 1 Unit 6 Rheology of suspensions 1 Rheology, the science of the flow or deformation of matter (liquid or soft solid) under the effect of an applied force. It addresses

More information

Rheology, Adhesion, and Debonding of Lightly Cross-linked Polymer Gels

Rheology, Adhesion, and Debonding of Lightly Cross-linked Polymer Gels Rheology, Adhesion, and Debonding of Lightly Cross-linked Polymer Gels Nicholas B. Wyatt, and Anne M. Grillet 2 Materials Science and Engineering Division 2 Engineering Sciences Division Sandia National

More information

vs. Chapter 4: Standard Flows Chapter 4: Standard Flows for Rheology shear elongation 2/1/2016 CM4650 Lectures 1-3: Intro, Mathematical Review

vs. Chapter 4: Standard Flows Chapter 4: Standard Flows for Rheology shear elongation 2/1/2016 CM4650 Lectures 1-3: Intro, Mathematical Review CM465 Lectures -3: Intro, Mathematical //6 Chapter 4: Standard Flows CM465 Polymer Rheology Michigan Tech Newtonian fluids: vs. non-newtonian fluids: How can we investigate non-newtonian behavior? CONSTANT

More information

An Introduction to Reversible Jump MCMC for Bayesian Networks, with Application

An Introduction to Reversible Jump MCMC for Bayesian Networks, with Application An Introduction to Reversible Jump MCMC for Bayesian Networks, with Application, CleverSet, Inc. STARMAP/DAMARS Conference Page 1 The research described in this presentation has been funded by the U.S.

More information

Modelling the Rheology of Semi-Concentrated Polymeric Composites

Modelling the Rheology of Semi-Concentrated Polymeric Composites THALES Project No 1188 Modelling the Rheology of Semi-Concentrated Polymeric Composites Research Team Evan Mitsoulis (PI), Professor, NTUA, Greece Costas Papoulias (Research Student), NTUA, Greece Souzanna

More information

Who was Bayes? Bayesian Phylogenetics. What is Bayes Theorem?

Who was Bayes? Bayesian Phylogenetics. What is Bayes Theorem? Who was Bayes? Bayesian Phylogenetics Bret Larget Departments of Botany and of Statistics University of Wisconsin Madison October 6, 2011 The Reverand Thomas Bayes was born in London in 1702. He was the

More information

University of Hail Faculty of Engineering DEPARTMENT OF MECHANICAL ENGINEERING. ME Fluid Mechanics Lecture notes. Chapter 1

University of Hail Faculty of Engineering DEPARTMENT OF MECHANICAL ENGINEERING. ME Fluid Mechanics Lecture notes. Chapter 1 University of Hail Faculty of Engineering DEPARTMENT OF MECHANICAL ENGINEERING ME 311 - Fluid Mechanics Lecture notes Chapter 1 Introduction and fluid properties Prepared by : Dr. N. Ait Messaoudene Based

More information

Bayesian Phylogenetics

Bayesian Phylogenetics Bayesian Phylogenetics Bret Larget Departments of Botany and of Statistics University of Wisconsin Madison October 6, 2011 Bayesian Phylogenetics 1 / 27 Who was Bayes? The Reverand Thomas Bayes was born

More information

Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 17 Laminar and Turbulent flows

Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 17 Laminar and Turbulent flows Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay Lecture - 17 Laminar and Turbulent flows Welcome back to the video course on fluid mechanics. In

More information

Lecture 5. Rheology. Earth Structure (2 nd Edition), 2004 W.W. Norton & Co, New York Slide show by Ben van der Pluijm

Lecture 5. Rheology. Earth Structure (2 nd Edition), 2004 W.W. Norton & Co, New York Slide show by Ben van der Pluijm Lecture 5 Rheology Earth Structure (2 nd Edition), 2004 W.W. Norton & Co, New York Slide show by Ben van der Pluijm WW Norton; unless noted otherwise Rheology is... the study of deformation and flow of

More information

FIMMTECH, Inc. Frontier Injection Molding and Material Technologies, Inc. (760)

FIMMTECH, Inc. Frontier Injection Molding and Material Technologies, Inc.  (760) FIMMTECH, Inc. Frontier Injection Molding and Material Technologies, Inc. Suhas@fimmtech.com (760) 525 9053 ESTABLISHING A ROBUST INJECTION MOLDING PROCESS, PART 1: The Viscosity Curve and The Injection

More information

Dynamic analysis. 1. Force and stress

Dynamic analysis. 1. Force and stress Dynamic analysis 1. Force and stress Dynamics is the part of structural geology that involves energy, force, stress, and strength. It's very important to distinguish dynamic concepts from kinematic ones.

More information

Measuring the rheology of thermoplastic polymer melts

Measuring the rheology of thermoplastic polymer melts Measuring the rheology of thermoplastic polymer melts Using rotational and capillary rheometry to characterize polymer melts RHEOLOGY AND VISCOSITY Introduction Rheology is the science of studying the

More information

Fluid Mechanics II Viscosity and shear stresses

Fluid Mechanics II Viscosity and shear stresses Fluid Mechanics II Viscosity and shear stresses Shear stresses in a Newtonian fluid A fluid at rest can not resist shearing forces. Under the action of such forces it deforms continuously, however small

More information

Lecture 7. Rheology. Hamid Alghurabi. Assistant Lecturer in Pharmaceutics

Lecture 7. Rheology. Hamid Alghurabi. Assistant Lecturer in Pharmaceutics Physical Pharmacy Lecture 7 Rheology Assistant Lecturer in Pharmaceutics Overview Types of flow Newtonian systems Non-Newtonian systems Thixotropy Definition Applications in formulations Determination

More information

Markov Chains and MCMC

Markov Chains and MCMC Markov Chains and MCMC CompSci 590.02 Instructor: AshwinMachanavajjhala Lecture 4 : 590.02 Spring 13 1 Recap: Monte Carlo Method If U is a universe of items, and G is a subset satisfying some property,

More information

MAE 3130: Fluid Mechanics Lecture 7: Differential Analysis/Part 1 Spring Dr. Jason Roney Mechanical and Aerospace Engineering

MAE 3130: Fluid Mechanics Lecture 7: Differential Analysis/Part 1 Spring Dr. Jason Roney Mechanical and Aerospace Engineering MAE 3130: Fluid Mechanics Lecture 7: Differential Analysis/Part 1 Spring 2003 Dr. Jason Roney Mechanical and Aerospace Engineering Outline Introduction Kinematics Review Conservation of Mass Stream Function

More information

CHEMISTRY Matter and Change. Chapter 12: States of Matter

CHEMISTRY Matter and Change. Chapter 12: States of Matter CHEMISTRY Matter and Change Chapter 12: States of Matter CHAPTER 12 States of Matter Section 12.1 Section 12.2 Section 12.3 Section 12.4 Gases Forces of Attraction Liquids and Solids Phase Changes Click

More information

The Rheology Handbook

The Rheology Handbook Thomas G. Mezger The Rheology Handbook For users of rotational and oscillatory rheometers 2nd revised edition 10 Contents Contents 1 Introduction 16 1.1 Rheology, rheometry and viscoelasticity 16 1.2 Deformation

More information

What s important: viscosity Poiseuille's law Stokes' law Demo: dissipation in flow through a tube

What s important: viscosity Poiseuille's law Stokes' law Demo: dissipation in flow through a tube PHYS 101 Lecture 29x - Viscosity 29x - 1 Lecture 29x Viscosity (extended version) What s important: viscosity Poiseuille's law Stokes' law Demo: dissipation in flow through a tube Viscosity We introduced

More information

Pharmaceutics I صيدالنيات 1. Unit 6

Pharmaceutics I صيدالنيات 1. Unit 6 Pharmaceutics I صيدالنيات 1 Unit 6 1 Rheology of suspensions Rheology, the study of flow, addresses the viscosity characteristics of powders, fluids, and semisolids. Materials are divided into two general

More information

Lecture Outline Chapter 17. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc.

Lecture Outline Chapter 17. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc. Lecture Outline Chapter 17 Physics, 4 th Edition James S. Walker Chapter 17 Phases and Phase Changes Ideal Gases Kinetic Theory Units of Chapter 17 Solids and Elastic Deformation Phase Equilibrium and

More information

Reminder of some Markov Chain properties:

Reminder of some Markov Chain properties: Reminder of some Markov Chain properties: 1. a transition from one state to another occurs probabilistically 2. only state that matters is where you currently are (i.e. given present, future is independent

More information

Matter is made of atoms and molecules

Matter is made of atoms and molecules Name Per Talking to the Text Atoms and Molecules pt.2 Author Says (important ideas, vocabulary) Matter is made of atoms and molecules We have already used the term atom and molecule a couple of times.

More information

Introduction to Machine Learning CMU-10701

Introduction to Machine Learning CMU-10701 Introduction to Machine Learning CMU-10701 Markov Chain Monte Carlo Methods Barnabás Póczos & Aarti Singh Contents Markov Chain Monte Carlo Methods Goal & Motivation Sampling Rejection Importance Markov

More information

Theoretical Seismology. Astrophysics and Cosmology and Earth and Environmental Physics. Anelasticity. Fabio ROMANELLI

Theoretical Seismology. Astrophysics and Cosmology and Earth and Environmental Physics. Anelasticity. Fabio ROMANELLI Theoretical Seismology Astrophysics and Cosmology and Earth and Environmental Physics Anelasticity Fabio ROMANELLI Department of Mathematics & Geosciences University of Trieste romanel@units.it Intrinsic

More information

Chemical Engineering 160/260 Polymer Science and Engineering. Lecture 14: Amorphous State February 14, 2001

Chemical Engineering 160/260 Polymer Science and Engineering. Lecture 14: Amorphous State February 14, 2001 Chemical Engineering 160/260 Polymer Science and Engineering Lecture 14: Amorphous State February 14, 2001 Objectives! To provide guidance toward understanding why an amorphous polymer glass may be considered

More information

Bayes Nets: Sampling

Bayes Nets: Sampling Bayes Nets: Sampling [These slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at http://ai.berkeley.edu.] Approximate Inference:

More information