NEEP 541 Using Kalypso Fall 2002 Jake Blanchard. Outline Using the Kalypso code Run file Model file Impact file Inelastic file Output file Winnow.

Slides:



Advertisements
Similar presentations
Javier Junquera Exercises on basis set generation 1. The default basis set.
Advertisements

Rutherford Backscattering Spectrometry
Chapter 7 Impulse and Momentum.
Rutherford Backscattering Spectrometry
The Secondary Electron Yield Model in ECLOUD and Comparison to CLOUDLAND Jim Crittenden Cornell Laboratory for Accelerator-Based Sciences and Education.
Water cluster- silica collision Water cluster, 104 H 2 O Simulation time, 17ps NVE simulations O 1560 Si atoms Molecular mass g/mole.
Conservation of Momentum & Energy in Collisions. Given some information, & using conservation laws, we can determine a LOT about collisions without knowing.
Javier Junquera Molecular dynamics in the microcanonical (NVE) ensemble: the Verlet algorithm.
Introduction to Collisions Unit 5, Presentation 2.
1 PPMF102– Lecture 3 Linear Momentum. 2 Linear momentum (p) Linear momentum = mass x velocity Linear momentum = mass x velocity p = mv p = mv SI unit:
Mechanics Topic 2.3 Work, Energy and Power. Work A simple definition of work is the force multiplied by the distance moved However this does not take.
8 Conservation of Linear Momentum Conservation of Linear Momentum Kinetic Energy of a System Collisions Collisions in the Center of Mass Reference Frame.
Momentum The linear momentum of an object of mass m moving with a velocity is defined as the product of the mass and the velocity SI Units are kg m / s.
Energy and Energy Conservation. Energy Two types of Energy: 1. Kinetic Energy (KE) - energy of an object due to its motion 2. Potential Energy (PE) -
Work effect of force on the displacement of the object can be computed by multiplying the force by the parallel displacement force X displacement (assuming.
Chapter 9 - Collisions Momentum and force Conservation of momentum
NEEP 541 Kalypso Tutorial Fall 2002 Jake Blanchard.
Chapter 6 Momentum and Collisions. Momentum The linear momentum of an object of mass m moving with a velocity is defined as the product of the mass and.
Momentum and Impulse. March 24, 2009 Momentum and Momentum Conservation  Momentum  Impulse  Conservation of Momentum  Collision in 1-D  Collision.
PROJECTILE MOTION.
The total mechanical energy may or may not be conserved
Momentum.
2D Collisions Physics 12 Adv.
Linear Momentum and Collisions
Momentum. The p = m = mass v = velocity Unit: Vector Direction of momentum is determined by the direction of the.
Bremsstrahlung of fast electron on graphene
NEEP 541 – Neutron Damage Fall 2002 Jake Blanchard.
1 The Center of Mass Finding the Center of Mass by Integration (Omit)
Ying Yi PhD Chapter 6 Momentum and Collisions 1 PHYS HCC.
Ying Yi PhD Chapter 7 Impulse and Momentum 1 PHYS HCC.
NEEP 541 Molecular Dynamics Fall 2002 Jake Blanchard.
Physics I LECTURE 18 11/18/09.
Lecture 12 Chapter 9: Momentum & Impulse
Type II Projectiles.
Graphical Display of a Physics Simulation
Momentum and Collisions
Momentum and Collisions
Date of download: 10/14/2017 Copyright © ASME. All rights reserved.
LINEAR MOMENTUM The rate of change of the linear momentum of a particle is equal to the net force acting on the particle.
Examples of Solving Problems
Sponge - A golf ball rebounds from the floor and travels straight upward with an initial speed of 5.0 m/s. To what maximum height does the ball rise?
Projectile Motion Modelling assumptions
1a i) KE = ½ x mass x speed2 1a i)
Momentum And Impulse.
Momentum and Impulse.
Momentum is a vector. Suppose the mass of a block is 2kg
Physics 207, Lecture 12, Oct. 15 Assignment: HW5 due Wednesday
PROJECTILE MOTION.
IMPACT Today’s Objectives: Students will be able to:
9.8 Momentum and Kinetic Energy in Collisions
Linear Momentum.
Linear Momentum and Collisions
NEEP 541 – Sputtering Fall 2002 Jake Blanchard.
Friction (Static and Kinetic)
Aim: How do we apply conservation of energy to solving problems?
Non-Horizontally Launched Projectiles
average speed, distance and time:
Two Dimensional Motion
Chapter V Linear Momentum
MOMENTUM (p) is defined as the product of the mass and velocity -is based on Newton’s 2nd Law F = m a F = m Δv t F t = m Δv IMPULSE MOMENTUM.
Energy, Work & Power Energy Problems Day #1.
Introduction to projectile motion MANDATORY experiment
Science that goes boing AP Physics Part 1
APPC Unit 7: Momentum and Impulse
Choose a projectile that is launched up at an angle.
Projectile Motion Flow Chart
Introduction to 2D Projectile Motion
Formative Assessment.
NEEP 541 – Electronic Stopping
Presentation transcript:

NEEP 541 Using Kalypso Fall 2002 Jake Blanchard

Outline Using the Kalypso code Run file Model file Impact file Inelastic file Output file Winnow

Input files for Kalypso Spider prepares input files Kalypso runs simulation Winnow does post-processing (filtering)

spider Files are text files Target file defines initial atom locations and type (.trg) Si Projectile file defines projectile (.prj) Ar First number is energy in keV flags

.run file 1 Checkbox parameter 001 Sample frequency parameter (timesteps) 5 Checkbox parameter Polar angle of projectile incidence 0.00 Azimuthal angle of projectile incidence 01.0E-0016 Initial simulation timestep (s) 10 Frequency of updating neighbour list Termination times (fs): maximum, minimum 50 'Max. neighbours' parameter (allowed number of collision partners) [ke/ep > 20.0] User-defined output expression

More Spider Files.mdl file defines potential.imp file defines: impact parameter of the projectile in the XY plane (vary over many runs) height above the surface from which the projectile flight begins relative to the anchor atom in the target lattice (located by default at (0,0,0))..inl file defines parameters for electronic stopping

Output Files Kalypso outputs.snk files Winnow allows post-processing (filtering) of these files.snk files store position vector, momentum vector, time, mass, label for target row and impact parameter row This file will typically contain information for many runs

Winnow Approach First filter out data you don’t want …then compute desired result Averaging, histogram, and collating operators exist

Identifiers rx ry rz = position vx vy vz = velocity px py pz = momentum lx ly lz = angular momentum ti = time elapsed (t = 0 at the start of a simulated trajectory) ms = mass ke = kinetic energy phi, alt,phid,phi2, phi4, phi8, altd = angles phi = arctan(py/px) [azimuthal angle]

Sample Filters [rw > 0] [ke/ep >= 10.0] [pz > 0.0] & [rz > 0.0] & [ke/ep > 0.5]