Multi-scale Modeling using the Adaptive Resolution Scheme

Size: px
Start display at page:

Download "Multi-scale Modeling using the Adaptive Resolution Scheme"

Transcription

1 Multi-scale Modeling using the Adaptive Resolution Scheme Christoph Junghans Los Alamos National Laboratory NM, USA Oct. 9, 2012 UNCLASSIFED(LA-UR ) 1

2 Coworkers A lot of people have contributed to AdResS: Cecilia Clementi (Rice University, Texas) Luigi Delle Site (MPI-P FU Berlin) Sebastian Fritsch (MPI-P) Kurt Kremer (MPI-P) Brad Lambeth (Rice University, Texas) Debashish Mukherji (MPI-P) Patrick Kiley (University of Cambridge) Simón Poblete (MPI-P FZ Jülich) Adolfo Poma (MPI-P Sapienza University of Rome) Matej Praprotnik (MPI-P National Institute of Chemistry, Slovenia) Stac Bevc (National Institute of Chemistry, Slovenia) UNCLASSIFED(LA-UR ) 2

3 Introduction The Adaptive Resolution Scheme (AdResS) The big idea 1 Coupling of two resolutions (AA and CG) by a force interpolation: F αβ = w α w β F AA αβ +[1 w αw β ] F CG αβ, where α and β are molecules 1 M. Praprotnik, L. Delle Site, and K. Kremer, JCP 123, (2005). UNCLASSIFED(LA-UR ) 3

4 Introduction Illustration Magnifier: Free motion: UNCLASSIFED(LA-UR ) 4

5 Introduction Motivation Inherited from coarse-graining Accessibility of bigger time- and length-scales Avoids sampling of unimportant degrees of freedom Better sampling through smoother energy landscape Computational speed-up As an analysis tool Study influence of coarse-graining Replace surrounding environment UNCLASSIFED(LA-UR ) 5

6 Introduction What kind of systems can be coupled? Atomistic and coarse-grained representation of the same system Atomistic and very simplified (LJ) system Quantum and atomistic systems Coupling conditions 2 ρ at = ρ cg, T at = T cg, (p at = p cg ) 2 M. Praprotnik, L. Delle Site and K. Kremer; Annu. Rev. Phys. Chem. 59, 545 (2008). UNCLASSIFED(LA-UR ) 6

7 Methodic Details The Weighting Function I 1 Atomistic Hybrid Coarse-grained w(x) 0 a 1 : atomistic/explicit region w(x) = 0 < w < 1 : hybrid region 0 : coarse-grained region b x UNCLASSIFED(LA-UR ) 7

8 Methodic Details The Weighting Function II 1 Atomistic Hybrid Coarse-grained w(x) 0 a b x Boundary conditions Monotonic No artificial barriers w (d ex ) = 0 = w (d ex +d hy ) smooth free energy transition UNCLASSIFED(LA-UR ) 8

9 Methodic Details The Weighting Function III 1 Atomistic Hybrid Coarse-grained w(x) 0 a ( 0 ) : x> d ex +d hy w(x) = cos 2 π 2d hy (x d ex ) : d ex +d hy >x> d ex 1 : d ex >x UNCLASSIFED(LA-UR ) 9 b x

10 AdResS at a First Glance Radial Distribution Function (Tetrahedral Liquid) g(r) [1] Explicit simulation AdResS r [σ] AdResS as a magnifier for a certain region RDF matches and accuracy depends more on the accuracy of the coarse-graining than on AdResS UNCLASSIFED(LA-UR ) 10

11 AdResS at a First Glance Particle Fluctuations t = 0 t = 100 t = t = 0 t = 100 t = N N CG HY AT 10 CG HY AT x x Particles can freely diffuse through the hybrid region Profile is slightly asymmetric Coarse-grained dynamics is slightly faster UNCLASSIFED(LA-UR ) 11

12 AdResS at a First Glance Density Artifacts in the Hybrid Region There is no free lunch! ρ/ρ0 [1] CG 10 HY 20 x [σ] EX 30 System is inhomogeneous in the hybrid region Linear interpolation is too simple Can be corrected, but is not necessary in all cases UNCLASSIFED(LA-UR ) 12

13 Theory of the Thermodynamic Force Idea Chemical potential in the hybrid region is different Add an external field 3 fthermo = (µ AA µ(w)) µex w to the linear interpolation to repair the density inhomogeneity Correction is not always necessary Allows to couple systems of different pressures 3 S. Poblete, M. Praprotnik, K. Kremer and L. Delle Site, JCP 132, (2010) UNCLASSIFED(LA-UR ) 13

14 Theory of the Thermodynamic Force Pressure View Chemical potential is tedious to measure Assumption of constant weight To obtain a flat density profile one needs to compensate for the different pressures in the hybrid region 4 fthermo = 1 ρ 0 (p AA p(w)) Local pressure depends on the local density fthermo = 1 ρ 2 0 κ (ρ(w)) Easier, because ρ(w) can be measured on the fly Iterative correction is possible 4 S. Poblete, S. Fritsch, C. Junghans, G. Ciccotti, K. Kremer and L. Delle Site, PRL 108, (2012) UNCLASSIFED(LA-UR ) 14

15 Numerical Details Overview I The problem is the hybrid region! Question How to reintroduce the atomistic details? How to initialize the atomistic velocities? How to introduced the correct bond distribution? How to map the molecular force interpolation to the atoms in the atomistic region? UNCLASSIFED(LA-UR ) 15

16 Numerical Details Overview II Consumed Computer Times in MD 70% Force calculation 15% Communication 8% Neighbor search 5% Position update 2% IO Position update is cheap do NOT remove atomistic particles, but do not treat them force-wise and integrate them everywhere. Double representation trick 5 ( everywhere) 5 C. Junghans and S. Poblete, Comp. Phys. Comm. 181, 1449 (2010). UNCLASSIFED(LA-UR ) 16

17 Numerical Details Virtual Sites How to implement the double representation? Virtual sites: Dummy particles, which are moved according to a geometrical rule rather than by Newton s equation of motion. Force distribution Force on an atom in an molecule with a virtual site: F i atom = (V +Vcg ) = F r i ex + cg F cg r COM = F ex m i + i i r i i α m F cg i Can be easily added to the integrator! UNCLASSIFED(LA-UR ) 17

18 Numerical Details Integrator Velocity Verlet Integrator (with AdResS and virtual sites) 1. v(t + t/2) = v(t)+ t/2f(t)/m 2. p(t + t) = p(t)+ tv(t + t/2) 2b. Update the positions, velocities and weighting functions w( R) of the virtual sites 3. Calculate f(t + t) from p(t + t), v(t + t/2) (and thermostat) 3b. Distribute the force of the virtual sites to the real particles 4. v(t + t) = v(t + t/2)+ t/2f(t + t) Virtual sites increase the amount of communication (O(N 2/3 VS )). UNCLASSIFED(LA-UR ) 18

19 Numerical Details Thermostat A thermostat is needed for a smooth transition. Langevin Thermostat Thermostat force acting on the atoms f thermo i = f D i + f R i = ξ i v i +σ i η i. One can show that i α f thermo i = F D α + F R α is also a Langevin thermostat with a common fluctuation-dissipation theorem (σ 2 = k B Tξ) if the friction constants ξ i have been scaled with the masses, ξ i = m i ξ. DPD thermostat can also be used, but more theory is involved. UNCLASSIFED(LA-UR ) 19

20 Numerical Details Reinitialization Possiblities for Velocity and Bond Reinitialization Initialization from Maxwell/bond distribution Freeze and unfreeze them Keep on integrating them Reminder: We have hybrid molecules everywhere Bonded interactions are cheap keep on integrating them is the easiest solution UNCLASSIFED(LA-UR ) 20

21 Numerical Details Cut-Offs AdResS needs a molecule-based cut-off due to the force interpolation. Molecular Cut-Offs Avoid that molecules interact half atomistic - half coarse-grained Avoid dipoles at the cut-off UNCLASSIFED(LA-UR ) 21

22 Numerical Details Speed-up Simulation of a big system with small atomistic region: 6 Ideal strong speed-up (const. systemsize) s 1 = ( tnew t old ) V AA <<V = CG t not-forces + t forces t total Toluene = t total (atoms per molecule) S. Fritsch, C. Junghans and K. Kremer, JCTC 8, 398 (2012). UNCLASSIFED(LA-UR ) 22

23 Basic Examples Tetrahedral Liquid Toy model for a liquid (methane-like). 7 Explicit (all-atom) Interactions Non-bonded (even inside the molecules), LJ: U ex LJ (r iαjβ) = Bonded, FENE: U ex FENE (r iαjα) = Coarse-grained Interactions { 4ǫ [ (σ/r iαjβ ) 12 (σ/r iαjβ ) ], riαjβ 2 1/6 σ 0, r iαjβ > 2 1/6 σ { 1 2 kr2 0 ln[ 1 (r iαjβ /R 0 ) 2], r iαjβ R 0 r iαjβ > R 0 Isotropic one-site tabulated potential U(r ij ) by IBI UNCLASSIFED(LA-UR 7 C. Junghans ) and S. Poblete, Comp. Phys. Comm. 181, 1449 (2010). 23

24 Basic Examples Tetrahedral Liquid (Structure) g(r) [1] Explicit simulation No correction ip correction tf correction r [σ] UNCLASSIFED(LA-UR ) 24

25 Basic Examples Tetrahedral Liquid (Density profile) 1.4 CG HY EX ρ/ρ0 [1] no correction ρ/ρ0 [1] tf correction x [σ] UNCLASSIFED(LA-UR ) 25

26 Basic Examples Water A realistic, but simple system Electrostatics by Reaction Field One bead coarse-grained model Can we couple a not pressure-corrected model, too? 8 8 S. Poblete, S. Fritsch, C. Junghans, G. Ciccotti, K. Kremer and L. Delle Site, PRL 108, (2012) UNCLASSIFED(LA-UR ) 26

27 Basic Examples Water (Coarse-grained Model) U(r) [kj/mol] g(r) [1] p cg = p ex κ cg = κ at full atomistic p cg = p ex κ cg = κ at r [nm] UNCLASSIFED(LA-UR ) 27

28 Basic Examples Water (Perturbation without Thermodynamic Force) g(r) [1] r [nm] d ex = (AA) d ex = 0.20 nm d ex = 0.35 nm d ex = 0.55 nm d ex = 1.00 nm d ex = 0 (CG) UNCLASSIFED(LA-UR ) 28

29 Basic Examples Water (Density profile) ρ/ρ0 [1] uncorrected AdResS it 1 it 2 it 3 it AA Hy CG x [nm] One can even bring non-pressure corrected model in equilibrium 16 UNCLASSIFED(LA-UR ) 29

30 Basic Examples Water (Thermodynamic Force) 12 AA Hy CG 10 Ftf (x) [kj/mol/nm] x [nm] UNCLASSIFED(LA-UR ) 30

31 Basic Examples Water (Diffusion Profile) ρ/ρ0 [1] AA Hy 2ps 100ps 200ps 300ps 400ps CG x [nm] UNCLASSIFED(LA-UR ) 31

32 Basic Examples Water (Particle Fluctuations in AA zone) 0.02 AdResS All-atom Gaussian approximation p(n) Grand-canonical behaviour 6350 N UNCLASSIFED(LA-UR ) 32

33 Basic Examples Water (Particle Fluctuations) < N 2 > < N > 2 / < N > AA Hy AdResS p cg = p ex AdResS κ cg = κ at full atomistic CG x [nm] UNCLASSIFED(LA-UR ) 33

34 Basic Examples Water (Thermodynamic Force) AA Hy CG 6000 p [bar] local p xx ρ 0 /M α x a F thdx x [nm] Thermodynamic force compensates the pressure difference. 15 UNCLASSIFED(LA-UR ) 34

35 Outlook AdResS: Useful analysis tool Speed-up simulations Molecules exchange between the two resolutions Things to work on: Electrostatics Adaptive implementation ESPResSo ++ UNCLASSIFED(LA-UR ) 35

36 The End Thank you for your attention! UNCLASSIFED(LA-UR ) 36

Adaptive Resolution Molecular Dynamics Simulation (AdResS): Changing the Degrees of Freedom on the Fly

Adaptive Resolution Molecular Dynamics Simulation (AdResS): Changing the Degrees of Freedom on the Fly Adaptive Resolution Molecular Dynamics Simulation (AdResS): Changing the Degrees of Freedom on the Fly Luigi Delle Site Max Planck Institute for Polymer Research Mainz Leipzig December 2007 Collaborators

More information

2054-2. Structure and Dynamics of Hydrogen-Bonded Systems. 26-27 October 2009. Hydrogen Bonds and Liquid Water

2054-2. Structure and Dynamics of Hydrogen-Bonded Systems. 26-27 October 2009. Hydrogen Bonds and Liquid Water 2054-2 Structure and Dynamics of Hydrogen-Bonded Systems 26-27 October 2009 Hydrogen Bonds and Liquid Water Ruth LYNDEN-BELL University of Cambridge, Department of Chemistry Lensfield Road Cambridge CB2

More information

Molecular Dynamics Simulations

Molecular Dynamics Simulations Molecular Dynamics Simulations Yaoquan Tu Division of Theoretical Chemistry and Biology, Royal Institute of Technology (KTH) 2011-06 1 Outline I. Introduction II. Molecular Mechanics Force Field III. Molecular

More information

LECTURE 11 : GLASSY DYNAMICS - Intermediate scattering function - Mean square displacement and beyond - Dynamic heterogeneities - Isoconfigurational

LECTURE 11 : GLASSY DYNAMICS - Intermediate scattering function - Mean square displacement and beyond - Dynamic heterogeneities - Isoconfigurational LECTURE 11 : GLASSY DYNAMICS - Intermediate scattering function - Mean square displacement and beyond - Dynamic heterogeneities - Isoconfigurational Ensemble - Energy landscapes A) INTERMEDIATE SCATTERING

More information

Statistical Mechanics, Kinetic Theory Ideal Gas. 8.01t Nov 22, 2004

Statistical Mechanics, Kinetic Theory Ideal Gas. 8.01t Nov 22, 2004 Statistical Mechanics, Kinetic Theory Ideal Gas 8.01t Nov 22, 2004 Statistical Mechanics and Thermodynamics Thermodynamics Old & Fundamental Understanding of Heat (I.e. Steam) Engines Part of Physics Einstein

More information

Data Visualization for Atomistic/Molecular Simulations. Douglas E. Spearot University of Arkansas

Data Visualization for Atomistic/Molecular Simulations. Douglas E. Spearot University of Arkansas Data Visualization for Atomistic/Molecular Simulations Douglas E. Spearot University of Arkansas What is Atomistic Simulation? Molecular dynamics (MD) involves the explicit simulation of atomic scale particles

More information

DISTANCE DEGREE PROGRAM CURRICULUM NOTE:

DISTANCE DEGREE PROGRAM CURRICULUM NOTE: Bachelor of Science in Electrical Engineering DISTANCE DEGREE PROGRAM CURRICULUM NOTE: Some Courses May Not Be Offered At A Distance Every Semester. Chem 121C General Chemistry I 3 Credits Online Fall

More information

KINETIC MOLECULAR THEORY OF MATTER

KINETIC MOLECULAR THEORY OF MATTER KINETIC MOLECULAR THEORY OF MATTER The kinetic-molecular theory is based on the idea that particles of matter are always in motion. The theory can be used to explain the properties of solids, liquids,

More information

CHEM 120 Online Chapter 7

CHEM 120 Online Chapter 7 CHEM 120 Online Chapter 7 Date: 1. Which of the following statements is not a part of kinetic molecular theory? A) Matter is composed of particles that are in constant motion. B) Particle velocity increases

More information

Chemistry 13: States of Matter

Chemistry 13: States of Matter Chemistry 13: States of Matter Name: Period: Date: Chemistry Content Standard: Gases and Their Properties The kinetic molecular theory describes the motion of atoms and molecules and explains the properties

More information

Lecture 24 - Surface tension, viscous flow, thermodynamics

Lecture 24 - Surface tension, viscous flow, thermodynamics Lecture 24 - Surface tension, viscous flow, thermodynamics Surface tension, surface energy The atoms at the surface of a solid or liquid are not happy. Their bonding is less ideal than the bonding of atoms

More information

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows 3.- 1 Basics: equations of continuum mechanics - balance equations for mass and momentum - balance equations for the energy and the chemical

More information

Physics 176 Topics to Review For the Final Exam

Physics 176 Topics to Review For the Final Exam Physics 176 Topics to Review For the Final Exam Professor Henry Greenside May, 011 Thermodynamic Concepts and Facts 1. Practical criteria for identifying when a macroscopic system is in thermodynamic equilibrium:

More information

Name Class Date. In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question.

Name Class Date. In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. Assessment Chapter Test A Chapter: States of Matter In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. 1. The kinetic-molecular

More information

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Scale bridging concepts in molecular simulation: coarse-graining and thermodynamic coupling

Scale bridging concepts in molecular simulation: coarse-graining and thermodynamic coupling Scale bridging concepts in molecular simulation: coarse-graining and thermodynamic coupling Dissertation zur Erlangung des Grades Doktor der Naturwissenschaften am Fachbereich Physik der Johannes Gutenberg-Universität

More information

What is molecular dynamics (MD) simulation and how does it work?

What is molecular dynamics (MD) simulation and how does it work? What is molecular dynamics (MD) simulation and how does it work? A lecture for CHM425/525 Fall 2011 The underlying physical laws necessary for the mathematical theory of a large part of physics and the

More information

Chapter 6 Thermodynamics: The First Law

Chapter 6 Thermodynamics: The First Law Key Concepts 6.1 Systems Chapter 6 Thermodynamics: The First Law Systems, States, and Energy (Sections 6.1 6.8) thermodynamics, statistical thermodynamics, system, surroundings, open system, closed system,

More information

Geometric Constraints

Geometric Constraints Simulation in Computer Graphics Geometric Constraints Matthias Teschner Computer Science Department University of Freiburg Outline introduction penalty method Lagrange multipliers local constraints University

More information

Fluids Confined in Carbon Nanotubes

Fluids Confined in Carbon Nanotubes Fluids Confined in Carbon Nanotubes Constantine M. Megaridis Micro/Nanoscale Fluid Transport Laboratory Mechanical and Industrial Engineering University of Illinois at Chicago 1 Background and Societal

More information

Thermodynamics. Chapter 13 Phase Diagrams. NC State University

Thermodynamics. Chapter 13 Phase Diagrams. NC State University Thermodynamics Chapter 13 Phase Diagrams NC State University Pressure (atm) Definition of a phase diagram A phase diagram is a representation of the states of matter, solid, liquid, or gas as a function

More information

Chapter 1 Student Reading

Chapter 1 Student Reading Chapter 1 Student Reading Chemistry is the study of matter You could say that chemistry is the science that studies all the stuff in the entire world. A more scientific term for stuff is matter. So chemistry

More information

1 The water molecule and hydrogen bonds in water

1 The water molecule and hydrogen bonds in water The Physics and Chemistry of Water 1 The water molecule and hydrogen bonds in water Stoichiometric composition H 2 O the average lifetime of a molecule is 1 ms due to proton exchange (catalysed by acids

More information

Indiana's Academic Standards 2010 ICP Indiana's Academic Standards 2016 ICP. map) that describe the relationship acceleration, velocity and distance.

Indiana's Academic Standards 2010 ICP Indiana's Academic Standards 2016 ICP. map) that describe the relationship acceleration, velocity and distance. .1.1 Measure the motion of objects to understand.1.1 Develop graphical, the relationships among distance, velocity and mathematical, and pictorial acceleration. Develop deeper understanding through representations

More information

Chapter 10 Molecular Geometry and Chemical Bonding Theory

Chapter 10 Molecular Geometry and Chemical Bonding Theory Chem 1: Chapter 10 Page 1 Chapter 10 Molecular Geometry and Chemical Bonding Theory I) VSEPR Model Valence-Shell Electron-Pair Repulsion Model A) Model predicts Predicts electron arrangement and molecular

More information

SELF DIFFUSION COEFFICIENT OF LENNARD-JONES FLUID USING TEMPERATURE DEPENDENT INTERACTION PARAMETERS AT DIFFERENT PRESSURES

SELF DIFFUSION COEFFICIENT OF LENNARD-JONES FLUID USING TEMPERATURE DEPENDENT INTERACTION PARAMETERS AT DIFFERENT PRESSURES JIChE06 The Sixth Jordan International Chemical Engineering Conference 12 14 March 2012, Amman, Jordan SELF DIFFUSION COEFFICIENT OF LENNARD-JONES FLUID USING TEMPERATURE DEPENDENT INTERACTION PARAMETERS

More information

CBE 6333, R. Levicky 1 Review of Fluid Mechanics Terminology

CBE 6333, R. Levicky 1 Review of Fluid Mechanics Terminology CBE 6333, R. Levicky 1 Review of Fluid Mechanics Terminology The Continuum Hypothesis: We will regard macroscopic behavior of fluids as if the fluids are perfectly continuous in structure. In reality,

More information

Laboratory 11: Molecular Compounds and Lewis Structures

Laboratory 11: Molecular Compounds and Lewis Structures Introduction Laboratory 11: Molecular Compounds and Lewis Structures Molecular compounds are formed by sharing electrons between non-metal atoms. A useful theory for understanding the formation of molecular

More information

MASTER OF SCIENCE IN PHYSICS MASTER OF SCIENCES IN PHYSICS (MS PHYS) (LIST OF COURSES BY SEMESTER, THESIS OPTION)

MASTER OF SCIENCE IN PHYSICS MASTER OF SCIENCES IN PHYSICS (MS PHYS) (LIST OF COURSES BY SEMESTER, THESIS OPTION) MASTER OF SCIENCE IN PHYSICS Admission Requirements 1. Possession of a BS degree from a reputable institution or, for non-physics majors, a GPA of 2.5 or better in at least 15 units in the following advanced

More information

Test 5 Review questions. 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will

Test 5 Review questions. 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will Name: Thursday, December 13, 2007 Test 5 Review questions 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will 1. decrease 2. increase 3. remain the same 2. The graph below

More information

Iterative Solvers for Linear Systems

Iterative Solvers for Linear Systems 9th SimLab Course on Parallel Numerical Simulation, 4.10 8.10.2010 Iterative Solvers for Linear Systems Bernhard Gatzhammer Chair of Scientific Computing in Computer Science Technische Universität München

More information

Turbulence, Heat and Mass Transfer (THMT 09) Poiseuille flow of liquid methane in nanoscopic graphite channels by molecular dynamics simulation

Turbulence, Heat and Mass Transfer (THMT 09) Poiseuille flow of liquid methane in nanoscopic graphite channels by molecular dynamics simulation Turbulence, Heat and Mass Transfer (THMT 09) Poiseuille flow of liquid methane in nanoscopic graphite channels by molecular dynamics simulation Sapienza Università di Roma, September 14, 2009 M. T. HORSCH,

More information

NMR and IR spectra & vibrational analysis

NMR and IR spectra & vibrational analysis Lab 5: NMR and IR spectra & vibrational analysis A brief theoretical background 1 Some of the available chemical quantum methods for calculating NMR chemical shifts are based on the Hartree-Fock self-consistent

More information

Chapter Outline. Diffusion - how do atoms move through solids?

Chapter Outline. Diffusion - how do atoms move through solids? Chapter Outline iffusion - how do atoms move through solids? iffusion mechanisms Vacancy diffusion Interstitial diffusion Impurities The mathematics of diffusion Steady-state diffusion (Fick s first law)

More information

Objectives: 1. Be able to list the assumptions and methods associated with the Virial Equation of state.

Objectives: 1. Be able to list the assumptions and methods associated with the Virial Equation of state. Lecture #19 1 Lecture 19 Objectives: 1. Be able to list the assumptions and methods associated with the Virial Equation of state. 2. Be able to compute the second virial coefficient from any given pair

More information

JEE (Main) 2014. A Detailed Analysis by Resonance

JEE (Main) 2014. A Detailed Analysis by Resonance JEE (Main) 2014 A Detailed by Resonance OVERALL MARKS DISTRIBUTION OVERALL DIFFICULTY LEVEL ANALYSIS Difficulty Level Overall Physics Mathematics Chemistry 1.70 1.74 1.76 1.76 1.66 1.68 1.70 1.72 1.74

More information

Why? Intermolecular Forces. Intermolecular Forces. Chapter 12 IM Forces and Liquids. Covalent Bonding Forces for Comparison of Magnitude

Why? Intermolecular Forces. Intermolecular Forces. Chapter 12 IM Forces and Liquids. Covalent Bonding Forces for Comparison of Magnitude 1 Why? Chapter 1 Intermolecular Forces and Liquids Why is water usually a liquid and not a gas? Why does liquid water boil at such a high temperature for such a small molecule? Why does ice float on water?

More information

Solid State Detectors = Semi-Conductor based Detectors

Solid State Detectors = Semi-Conductor based Detectors Solid State Detectors = Semi-Conductor based Detectors Materials and their properties Energy bands and electronic structure Charge transport and conductivity Boundaries: the p-n junction Charge collection

More information

Dynamic Process Modeling. Process Dynamics and Control

Dynamic Process Modeling. Process Dynamics and Control Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits

More information

Molecular simulation of fluid dynamics on the nanoscale

Molecular simulation of fluid dynamics on the nanoscale VI. International Conference on Computational Fluid Dynamics Molecular simulation of fluid dynamics on the nanoscale St. Petersburg, July 16, 2010 M. Horsch, Y.-Tz. Hsiang, Z. Liu, S. K. Miroshnichenko,

More information

Kinematics & Dynamics

Kinematics & Dynamics Overview Kinematics & Dynamics Adam Finkelstein Princeton University COS 46, Spring 005 Kinematics Considers only motion Determined by positions, velocities, accelerations Dynamics Considers underlying

More information

Basic Principles in Microfluidics

Basic Principles in Microfluidics Basic Principles in Microfluidics 1 Newton s Second Law for Fluidics Newton s 2 nd Law (F= ma) : Time rate of change of momentum of a system equal to net force acting on system!f = dp dt Sum of forces

More information

Chapter 13 - LIQUIDS AND SOLIDS

Chapter 13 - LIQUIDS AND SOLIDS Chapter 13 - LIQUIDS AND SOLIDS Problems to try at end of chapter: Answers in Appendix I: 1,3,5,7b,9b,15,17,23,25,29,31,33,45,49,51,53,61 13.1 Properties of Liquids 1. Liquids take the shape of their container,

More information

Physical Chemistry. Tutor: Dr. Jia Falong

Physical Chemistry. Tutor: Dr. Jia Falong Physical Chemistry Professor Jeffrey R. Reimers FAA School of Chemistry, The University of Sydney NSW 2006 Australia Room 702 Chemistry School CCNU Tutor: Dr. Jia Falong Text: Atkins 9 th Edition assumed

More information

CHEM6085: Density Functional Theory Lecture 2. Hamiltonian operators for molecules

CHEM6085: Density Functional Theory Lecture 2. Hamiltonian operators for molecules CHEM6085: Density Functional Theory Lecture 2 Hamiltonian operators for molecules C.-K. Skylaris 1 The (time-independent) Schrödinger equation is an eigenvalue equation operator for property A eigenfunction

More information

Appendix A: Science Practices for AP Physics 1 and 2

Appendix A: Science Practices for AP Physics 1 and 2 Appendix A: Science Practices for AP Physics 1 and 2 Science Practice 1: The student can use representations and models to communicate scientific phenomena and solve scientific problems. The real world

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

TESLA Report 2003-03

TESLA Report 2003-03 TESLA Report 23-3 A multigrid based 3D space-charge routine in the tracking code GPT Gisela Pöplau, Ursula van Rienen, Marieke de Loos and Bas van der Geer Institute of General Electrical Engineering,

More information

Infrared Spectroscopy: Theory

Infrared Spectroscopy: Theory u Chapter 15 Infrared Spectroscopy: Theory An important tool of the organic chemist is Infrared Spectroscopy, or IR. IR spectra are acquired on a special instrument, called an IR spectrometer. IR is used

More information

Overview of NAMD and Molecular Dynamics

Overview of NAMD and Molecular Dynamics Overview of NAMD and Molecular Dynamics Jim Phillips Low-cost Linux Clusters for Biomolecular Simulations Using NAMD Outline Overview of molecular dynamics Overview of NAMD NAMD parallel design NAMD config

More information

Thermodynamics. Thermodynamics 1

Thermodynamics. Thermodynamics 1 Thermodynamics 1 Thermodynamics Some Important Topics First Law of Thermodynamics Internal Energy U ( or E) Enthalpy H Second Law of Thermodynamics Entropy S Third law of Thermodynamics Absolute Entropy

More information

1 The basic equations of fluid dynamics

1 The basic equations of fluid dynamics 1 The basic equations of fluid dynamics The main task in fluid dynamics is to find the velocity field describing the flow in a given domain. To do this, one uses the basic equations of fluid flow, which

More information

Potential Energy and Equilibrium in 1D

Potential Energy and Equilibrium in 1D Potential Energy and Equilibrium in 1D Figures 6-27, 6-28 and 6-29 of Tipler-Mosca. du = F x dx A particle is in equilibrium if the net force acting on it is zero: F x = du dx = 0. In stable equilibrium

More information

CHEM 36 General Chemistry EXAM #1 February 13, 2002

CHEM 36 General Chemistry EXAM #1 February 13, 2002 CHEM 36 General Chemistry EXAM #1 February 13, 2002 Name: Serkey, Anne INSTRUCTIONS: Read through the entire exam before you begin. Answer all of the questions. For questions involving calculations, show

More information

CHAPTER 10: INTERMOLECULAR FORCES: THE UNIQUENESS OF WATER Problems: 10.2, 10.6,10.15-10.33, 10.35-10.40, 10.56-10.60, 10.101-10.

CHAPTER 10: INTERMOLECULAR FORCES: THE UNIQUENESS OF WATER Problems: 10.2, 10.6,10.15-10.33, 10.35-10.40, 10.56-10.60, 10.101-10. CHAPTER 10: INTERMOLECULAR FORCES: THE UNIQUENESS OF WATER Problems: 10.2, 10.6,10.15-10.33, 10.35-10.40, 10.56-10.60, 10.101-10.102 10.1 INTERACTIONS BETWEEN IONS Ion-ion Interactions and Lattice Energy

More information

7.14 Linear triatomic: A-----B-----C. Bond angles = 180 degrees. Trigonal planar: Bond angles = 120 degrees. B < B A B = 120

7.14 Linear triatomic: A-----B-----C. Bond angles = 180 degrees. Trigonal planar: Bond angles = 120 degrees. B < B A B = 120 APTER SEVEN Molecular Geometry 7.13 Molecular geometry may be defined as the three-dimensional arrangement of atoms in a molecule. The study of molecular geometry is important in that a molecule s geometry

More information

PHYS-2010: General Physics I Course Lecture Notes Section XIII

PHYS-2010: General Physics I Course Lecture Notes Section XIII PHYS-2010: General Physics I Course Lecture Notes Section XIII Dr. Donald G. Luttermoser East Tennessee State University Edition 2.5 Abstract These class notes are designed for use of the instructor and

More information

2. Spin Chemistry and the Vector Model

2. Spin Chemistry and the Vector Model 2. Spin Chemistry and the Vector Model The story of magnetic resonance spectroscopy and intersystem crossing is essentially a choreography of the twisting motion which causes reorientation or rephasing

More information

Introduction To Materials Science FOR ENGINEERS, Ch. 5. Diffusion. MSE 201 Callister Chapter 5

Introduction To Materials Science FOR ENGINEERS, Ch. 5. Diffusion. MSE 201 Callister Chapter 5 Diffusion MSE 21 Callister Chapter 5 1 Goals: Diffusion - how do atoms move through solids? Fundamental concepts and language Diffusion mechanisms Vacancy diffusion Interstitial diffusion Impurities Diffusion

More information

CHEM 1211K Test IV. MULTIPLE CHOICE (3 points each)

CHEM 1211K Test IV. MULTIPLE CHOICE (3 points each) CEM 1211K Test IV MULTIPLE COICE (3 points each) 1) ow many single covalent bonds must a silicon atom form to have a complete octet in its valence shell? A) 4 B) 3 C) 1 D) 2 E) 0 2) What is the maximum

More information

MOLECULAR DYNAMICS SIMULATION OF DYNAMIC RESPONSE OF BERYLLIUM

MOLECULAR DYNAMICS SIMULATION OF DYNAMIC RESPONSE OF BERYLLIUM MOLECULAR DYNAMICS SIMULATION OF DYNAMIC RESPONSE OF BERYLLIUM Aidan P. Thompson, J. Matthew D. Lane and Michael P. Desjarlais Sandia National Laboratories, Albuquerque, New Mexico 87185, USA Abstract.

More information

AP Chemistry A. Allan Chapter 8 Notes - Bonding: General Concepts

AP Chemistry A. Allan Chapter 8 Notes - Bonding: General Concepts AP Chemistry A. Allan Chapter 8 Notes - Bonding: General Concepts 8.1 Types of Chemical Bonds A. Ionic Bonding 1. Electrons are transferred 2. Metals react with nonmetals 3. Ions paired have lower energy

More information

CFD Based Air Flow and Contamination Modeling of Subway Stations

CFD Based Air Flow and Contamination Modeling of Subway Stations CFD Based Air Flow and Contamination Modeling of Subway Stations Greg Byrne Center for Nonlinear Science, Georgia Institute of Technology Fernando Camelli Center for Computational Fluid Dynamics, George

More information

1. The Kinetic Theory of Matter states that all matter is composed of atoms and molecules that are in a constant state of constant random motion

1. The Kinetic Theory of Matter states that all matter is composed of atoms and molecules that are in a constant state of constant random motion Physical Science Period: Name: ANSWER KEY Date: Practice Test for Unit 3: Ch. 3, and some of 15 and 16: Kinetic Theory of Matter, States of matter, and and thermodynamics, and gas laws. 1. The Kinetic

More information

Gases. States of Matter. Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large Chaotic (random)

Gases. States of Matter. Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large Chaotic (random) Gases States of Matter States of Matter Kinetic E (motion) Potential E(interaction) Distance Between (size) Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large

More information

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING Essential Standard: STUDENTS WILL UNDERSTAND THAT THE PROPERTIES OF MATTER AND THEIR INTERACTIONS ARE A CONSEQUENCE OF THE STRUCTURE OF MATTER,

More information

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives Physics 9e/Cutnell correlated to the College Board AP Physics 1 Course Objectives Big Idea 1: Objects and systems have properties such as mass and charge. Systems may have internal structure. Enduring

More information

Give all answers in MKS units: energy in Joules, pressure in Pascals, volume in m 3, etc. Only work the number of problems required. Chose wisely.

Give all answers in MKS units: energy in Joules, pressure in Pascals, volume in m 3, etc. Only work the number of problems required. Chose wisely. Chemistry 45/456 0 July, 007 Midterm Examination Professor G. Drobny Universal gas constant=r=8.3j/mole-k=0.08l-atm/mole-k Joule=J= Nt-m=kg-m /s 0J= L-atm. Pa=J/m 3 =N/m. atm=.0x0 5 Pa=.0 bar L=0-3 m 3.

More information

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi Diffusione e perfusione in risonanza magnetica E. Pagani, M. Filippi DW-MRI DIFFUSION-WEIGHTED MRI Principles Diffusion results from a microspic random motion known as Brownian motion THE RANDOM WALK How

More information

Mulliken suggested to split the shared density 50:50. Then the electrons associated with the atom k are given by:

Mulliken suggested to split the shared density 50:50. Then the electrons associated with the atom k are given by: 1 17. Population Analysis Population analysis is the study of charge distribution within molecules. The intention is to accurately model partial charge magnitude and location within a molecule. This can

More information

Matter, Materials, Crystal Structure and Bonding. Chris J. Pickard

Matter, Materials, Crystal Structure and Bonding. Chris J. Pickard Matter, Materials, Crystal Structure and Bonding Chris J. Pickard Why should a theorist care? Where the atoms are determines what they do Where the atoms can be determines what we can do Overview of Structure

More information

Physical and Chemical Properties of Matter

Physical and Chemical Properties of Matter Physical and Chemical Properties of Matter What is matter? Anything that has mass and takes up space Chemical or Physical Property? Physical properties of matter: characteristics that can be observed or

More information

Ch 2 Properties of Fluids - II. Ideal Fluids. Real Fluids. Viscosity (1) Viscosity (3) Viscosity (2)

Ch 2 Properties of Fluids - II. Ideal Fluids. Real Fluids. Viscosity (1) Viscosity (3) Viscosity (2) Ch 2 Properties of Fluids - II Ideal Fluids 1 Prepared for CEE 3500 CEE Fluid Mechanics by Gilberto E. Urroz, August 2005 2 Ideal fluid: a fluid with no friction Also referred to as an inviscid (zero viscosity)

More information

Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1

Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1 Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1 FV 6/26/13 MATERIALS: PURPOSE: 1000 ml tall-form beaker, 10 ml graduated cylinder, -10 to 110 o C thermometer, thermometer clamp, plastic pipet, long

More information

KINETIC THEORY OF MATTER - molecules in matter are always in motion - speed of molecules is proportional to the temperature

KINETIC THEORY OF MATTER - molecules in matter are always in motion - speed of molecules is proportional to the temperature 1 KINETIC TERY F MATTER - molecules in matter are always in motion - speed of molecules is proportional to the temperature TE STATES F MATTER 1. Gas a) ideal gas - molecules move freely - molecules have

More information

Activity Two. Getting to Know the Water Molecule

Activity Two. Getting to Know the Water Molecule Activity Overview: Activity Two Getting to Know the Water Molecule Key concepts: Water molecules are small and highly polar. Their polar nature gives water its unusual, macroscopic properties. On a microscopic

More information

LAMMPS Developer Guide 23 Aug 2011

LAMMPS Developer Guide 23 Aug 2011 LAMMPS Developer Guide 23 Aug 2011 This document is a developer guide to the LAMMPS molecular dynamics package, whose WWW site is at lammps.sandia.gov. It describes the internal structure and algorithms

More information

10.7 Kinetic Molecular Theory. 10.7 Kinetic Molecular Theory. Kinetic Molecular Theory. Kinetic Molecular Theory. Kinetic Molecular Theory

10.7 Kinetic Molecular Theory. 10.7 Kinetic Molecular Theory. Kinetic Molecular Theory. Kinetic Molecular Theory. Kinetic Molecular Theory The first scheduled quiz will be given next Tuesday during Lecture. It will last 5 minutes. Bring pencil, calculator, and your book. The coverage will be pp 364-44, i.e. Sections 0.0 through.4. 0.7 Theory

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

Chapter 6. Work and Energy

Chapter 6. Work and Energy Chapter 6 Work and Energy The concept of forces acting on a mass (one object) is intimately related to the concept of ENERGY production or storage. A mass accelerated to a non-zero speed carries energy

More information

The first law: transformation of energy into heat and work. Chemical reactions can be used to provide heat and for doing work.

The first law: transformation of energy into heat and work. Chemical reactions can be used to provide heat and for doing work. The first law: transformation of energy into heat and work Chemical reactions can be used to provide heat and for doing work. Compare fuel value of different compounds. What drives these reactions to proceed

More information

Chapter 7 Energy and Energy Balances

Chapter 7 Energy and Energy Balances CBE14, Levicky Chapter 7 Energy and Energy Balances The concept of energy conservation as expressed by an energy balance equation is central to chemical engineering calculations. Similar to mass balances

More information

POLARITY AND MOLECULAR SHAPE WITH HYPERCHEM LITE

POLARITY AND MOLECULAR SHAPE WITH HYPERCHEM LITE POLARITY AND MOLECULAR SHAPE WITH HYPERCHEM LITE LAB MOD4.COMP From Gannon University SIM INTRODUCTION Many physical properties of matter, such as boiling point and melting point, are the result of the

More information

- particle with kinetic energy E strikes a barrier with height U 0 > E and width L. - classically the particle cannot overcome the barrier

- particle with kinetic energy E strikes a barrier with height U 0 > E and width L. - classically the particle cannot overcome the barrier Tunnel Effect: - particle with kinetic energy E strikes a barrier with height U 0 > E and width L - classically the particle cannot overcome the barrier - quantum mechanically the particle can penetrated

More information

Interpretation of density profiles and pair correlation functions

Interpretation of density profiles and pair correlation functions Interpretation of density profiles and pair correlation functions Martin Horsch and Cemal Engin Paderborn, 22 nd June 12 IV. Annual Meeting of the Boltzmann Zuse Society Surface tension of nanodroplets

More information

States of Matter CHAPTER 10 REVIEW SECTION 1. Name Date Class. Answer the following questions in the space provided.

States of Matter CHAPTER 10 REVIEW SECTION 1. Name Date Class. Answer the following questions in the space provided. CHAPTER 10 REVIEW States of Matter SECTION 1 SHORT ANSWER Answer the following questions in the space provided. 1. Identify whether the descriptions below describe an ideal gas or a real gas. ideal gas

More information

ENERGY CONSERVATION The First Law of Thermodynamics and the Work/Kinetic-Energy Theorem

ENERGY CONSERVATION The First Law of Thermodynamics and the Work/Kinetic-Energy Theorem PH-211 A. La Rosa ENERGY CONSERVATION The irst Law of Thermodynamics and the Work/Kinetic-Energy Theorem ENERGY TRANSER of ENERGY Heat-transfer Q Macroscopic external Work W done on a system ENERGY CONSERVATION

More information

Chemical Kinetics. Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B

Chemical Kinetics. Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B Reaction Rates: Chemical Kinetics Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B change in number of moles of B Average rate = change in

More information

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL 14 th European Conference on Mixing Warszawa, 10-13 September 2012 AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL Joanna Karcz, Lukasz Kacperski

More information

Period #16: Soil Compressibility and Consolidation (II)

Period #16: Soil Compressibility and Consolidation (II) Period #16: Soil Compressibility and Consolidation (II) A. Review and Motivation (1) Review: In most soils, changes in total volume are associated with reductions in void volume. The volume change of the

More information

PHY1020 BASIC CONCEPTS IN PHYSICS I

PHY1020 BASIC CONCEPTS IN PHYSICS I PHY1020 BASIC CONCEPTS IN PHYSICS I Jackson Levi Said 14 lectures/tutorials/past paper session Project on one of the interesting fields in physics (30%) Exam in January/February (70%) 1 The Course RECOMMENDED

More information

Polarity. Andy Schweitzer

Polarity. Andy Schweitzer Polarity Andy Schweitzer What does it mean to be polar? A molecule is polar if it contains + and somewhere in the molecule. Remember: Protons can not move. So for a molecule to get a +/- it must somehow

More information

A. Kinetic Molecular Theory (KMT) = the idea that particles of matter are always in motion and that this motion has consequences.

A. Kinetic Molecular Theory (KMT) = the idea that particles of matter are always in motion and that this motion has consequences. I. MOLECULES IN MOTION: A. Kinetic Molecular Theory (KMT) = the idea that particles of matter are always in motion and that this motion has consequences. 1) theory developed in the late 19 th century to

More information

Lesson 3: Isothermal Hydrostatic Spheres. B68: a self-gravitating stable cloud. Hydrostatic self-gravitating spheres. P = "kt 2.

Lesson 3: Isothermal Hydrostatic Spheres. B68: a self-gravitating stable cloud. Hydrostatic self-gravitating spheres. P = kt 2. Lesson 3: Isothermal Hydrostatic Spheres B68: a self-gravitating stable cloud Bok Globule Relatively isolated, hence not many external disturbances Though not main mode of star formation, their isolation

More information

Mathematical Modeling and Engineering Problem Solving

Mathematical Modeling and Engineering Problem Solving Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with

More information

Topic 2: Energy in Biological Systems

Topic 2: Energy in Biological Systems Topic 2: Energy in Biological Systems Outline: Types of energy inside cells Heat & Free Energy Energy and Equilibrium An Introduction to Entropy Types of energy in cells and the cost to build the parts

More information

Contents. Microfluidics - Jens Ducrée Physics: Navier-Stokes Equation 1

Contents. Microfluidics - Jens Ducrée Physics: Navier-Stokes Equation 1 Contents 1. Introduction 2. Fluids 3. Physics of Microfluidic Systems 4. Microfabrication Technologies 5. Flow Control 6. Micropumps 7. Sensors 8. Ink-Jet Technology 9. Liquid Handling 10.Microarrays 11.Microreactors

More information

Gas Laws. The kinetic theory of matter states that particles which make up all types of matter are in constant motion.

Gas Laws. The kinetic theory of matter states that particles which make up all types of matter are in constant motion. Name Period Gas Laws Kinetic energy is the energy of motion of molecules. Gas state of matter made up of tiny particles (atoms or molecules). Each atom or molecule is very far from other atoms or molecules.

More information

Science Standard Articulated by Grade Level Strand 5: Physical Science

Science Standard Articulated by Grade Level Strand 5: Physical Science Concept 1: Properties of Objects and Materials Classify objects and materials by their observable properties. Kindergarten Grade 1 Grade 2 Grade 3 Grade 4 PO 1. Identify the following observable properties

More information