What fluxgrid does beyond the separatrix. S.E. Kruger J.R. King

Size: px
Start display at page:

Download "What fluxgrid does beyond the separatrix. S.E. Kruger J.R. King"

Transcription

1 What fluxgrid does beyond the separatrix S.E. Kruger J.R. King

2 Outline Brief review of fluxgrid Beyond the separatrix (fg)nimeq with SOL currents

3 Two main methods for solving Grad- Shafranov equations exist Two methods for solving equilibrium: Direct, inverse Direct: Y(R,Z) Obvious approach: Callen and Dory in early 70s, EFIT: Lao 1985 Inverse: R(Y,Q), Z(Y,Q) Idea: Used mapped variables (DeLucia and Jardin, 1985) Mapping only works within separatrix (mapping becomes non-invertable for fixed points) Conventional wisdom for linear MHD codes: Way more accurate Main workhorse for tokamak computational studies throughout the 80s and 90s Linear MHD codes written in flux coordinates Prominent examples: TOQ (Miller, GA), JSolver (Jardin, PPPL) Simulations that have: Wall on separatrix: fixed-boundary Wall past separatrix: free-boundary Fixed-boundary simulations were common in 80s/90s. Useless generally. Fixed-boundary stabilizing. De-stabilize by raising pressure. Make high-n modes unstable. Made equilibrium useless. Inverse codes have limited usage.

4 Fluxgrid is a Grad-Shafranov mapping code Mapping code: Direct representation Y(R,Z)[,Q(R,Z)] to Inverse: R(Y,Q), Z(Y,Q) Basic method follows Grimm, Green, Johnson 1976 Overly complicated (3 coordinate systems) because of lack of good numerical interpolators/integrators Fluxgrid: Primary developers: Glasser, Gianakon, Kruger, King Only mapper to go beyond separatrix Only GATO mapper is as accurate based on comparisons Now irrelevant for NIMROD users because you should use nimeq anyway

5 Key to accuracy: Create grid, then interpolate From a linear MHD point of view: Derive everything from R(Y,Q), Z(Y,Q) Fields, metric elements, weird linear MHD quantities, etc. Tangles up mesh and quantities More direct view R(Y,Q), Z(Y,Q) is convenient for creating grid, analyzing equilibrium After grid created, put needed quantities associated with grid using interpolation based on original equilibrium For direct equilibria for NIMROD: read_direct.f, direct.f, grid.f Goal: Fill dir derived type (see global.f for definitions)

6 Key algorithm ideas for grid generation Create radial grid inside psihigh(subroutine psigrid) Radial coordinate to use: R outboard Worry about: Grid packing, high-order elements Create 2D grid inside separatrix For each psi surface: Integrate B pol to get surface Hard part is to get theta points while using lsode (interior nodes: PITA) Intermediate coordinate system also makes it hard to follow Create grid in vacuum region For each radial ray, create radial vacuum grid that uses geometric progression Geometric progression: dr(i+1)/dr(i)=c dr(psihigh)=dr(first vac point) [Continuity of grid for robustness]

7 Once grid is known, interpolate fields Inside psihigh: Near end of subroutine process_structured DO ipsi=0,mpsi DO itheta=0,mtheta r=twod%fs(1,itheta,ipsi) z=twod%fs(2,itheta,ipsi) CALL get_bfield(r,z,bf,1_i4)... ENDDO ENDDO Outside psihigh: subroutine calc_vacuum needs to know if in separatrix or not DO ivac=vacst,mpsi+mvac rnew= dir%fs(1,0,ivac) radc2=(rnew-ro)/(twod%fs(1,0,mpsi)-ro)*sqrt(sq%xs(mpsi)) DO itheta=0,mtheta rnew= dir%fs(1,itheta,ivac);znew= dir%fs(2,itheta,ivac) CALL get_bfield(rnew,znew,bf,1_i4) CALL sep_distance(rnew,znew,itheta,radc,dsep) IF (radc < 0..AND..NOT. sepmpsi) THEN! Inside separatrix btor=bf%f/rnew jr = -bf%f1*bf%br/mu0/psio jz = -bf%f1*bf%bz/mu0/psio jt = -(bf%f*bf%f1+bf%p1*rnew**2)/psio/(mu0*rnew**2) ELSE! Outside separatrix bf%p=psep; bf%pe=pesep; bf%nd=nsep IF (vacflows.and.psin<psi_flow0) THEN <Jake s new stuff>... ENDIF ENDIF ENDDO ENDDO

8 Key algorithm is sep_distance Distance of the R,Z point to the separatrix along the theta array Acts a pseudo-radial coordinate (useful for other stuff) Negative inside separatrix To calculate in-or-out, use cross-product of vector of point to separatrix, and the clockwise tangential vector of the separatrix. Does not work for arbitrary point (see gen_sep_distance) but obviously fast Algorithm Find intersection of R outboard and separatrix (subroutine position) Find contour of y sep -e, save points, order CW

9 Jake s latest development adds new region: Scrape-Off-Layer currents Detailed write up in King, et.al. submitted to Physics of Plasmas Recommended for ALL NIMROD simulations of H-mode plasmas With nimeq re-solve, of course More physical, no discontinuities, more accurate If you do not have data, use parameterized functions

10 Comparing methods Mapping: Convergence issues for edge modes SOL currents: Do not affect linear stability Do make nonlinear runs better (continuity is always good)

11 Quantitative accuracy: Dominant source of inaccuracy is hold y boundary fixed from EFIT Density, temperature improve (by definition) Edge coil measurements get worse Movement of separatrix: Up to 3 cm for high current discharges (like QH mode) EFIT: y=y coils +y plasma Should hold y coils fixed and solve as free-boundary

GA A22637 REAL TIME EQUILIBRIUM RECONSTRUCTION FOR CONTROL OF THE DISCHARGE IN THE DIII D TOKAMAK

GA A22637 REAL TIME EQUILIBRIUM RECONSTRUCTION FOR CONTROL OF THE DISCHARGE IN THE DIII D TOKAMAK GA A22637 TION FOR CONTROL OF THE DISCHARGE IN THE DIII D TOKAMAK by J.R. FERRON, M.L. WALKER, L.L. LAO, B.G. PENAFLOR, H.E. ST. JOHN, D.A. HUMPHREYS, and J.A. LEUER JULY 1997 This report was prepared

More information

A. Introduction. B. GTNEUT Geometric Input

A. Introduction. B. GTNEUT Geometric Input III. IMPLEMENTATION OF THE GTNEUT 2D NEUTRALS TRANSPORT CODE FOR ROUTINE DIII-D ANALYSIS (Z. W. Friis and W. M. Stacey, Georgia Tech; T. D. Rognlien, Lawrence Livermore National Laboratory; R. J. Groebner,

More information

Optimization Results for Consistent Steady-State Plasma Solution

Optimization Results for Consistent Steady-State Plasma Solution Optimization Results for Consistent Steady-State Plasma Solution A.D. Turnbull, R. Buttery, M. Choi, L.L Lao, S. Smith, H. St John General Atomics ARIES Team Meeting Gaithersburg Md October 14 2011 Progress

More information

3D Equilibrium Reconstruction for Stellarators and Tokamaks

3D Equilibrium Reconstruction for Stellarators and Tokamaks 3D Equilibrium Reconstruction for Stellarators and Tokamaks Samuel A. Lazerson 1 D. Gates 1, N. Pablant 1, J. Geiger 2, Y. Suzuki 3, T. Strait 4 [1] Princeton Plasma Physics Laboratory [2] Institute for

More information

DIII-D Equilibrium and Stability Modelling with Caltrans

DIII-D Equilibrium and Stability Modelling with Caltrans DIII-D Equilibrium and Stability Modelling with Caltrans R. H. Bulmer and L. D. Pearlstein January 28, 2003 Revision 2 1 Introduction The Caltrans executable (caltrans) consists of compiled and interpreted

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Thesis Statement(s) High Field Utilization (I p /I tf ) needed to access! t ~ 1 and High I N

Thesis Statement(s) High Field Utilization (I p /I tf ) needed to access! t ~ 1 and High I N Thesis Statement(s) High Field Utilization (I p /I tf ) needed to access! t ~ 1 and High I N in an ultra-lowaspect-ratio torus (ULART) Operations in the PEGASUS ULART have shown the need for discharge

More information

Abstract Fortran in NIMROD Discussion. NIMROD team meeting Sherwood, April 21st 2018 Auburn, AL

Abstract Fortran in NIMROD Discussion. NIMROD team meeting Sherwood, April 21st 2018 Auburn, AL Abstract Fortran in NIMROD Discussion NIMROD team meeting Sherwood, April 21st 2018 Auburn, AL What is abstraction? Why should we do it? With abstraction we can rewrite hard-coded blocks loop from this:

More information

APS-DPP, Denver, CO, October 2005, EAU. PEGASUS Toroidal Experiment University of Wisconsin-Madison

APS-DPP, Denver, CO, October 2005, EAU. PEGASUS Toroidal Experiment University of Wisconsin-Madison PEGASUS Extends ST Parameter Space Goals 12 1 Limits on β t and I p /I TF (kink) as A 1 - Overlap between tokamak and spheromak 8 6 4 Conventional Tokamaks Increase Aux. Heating Stability and confinement

More information

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models C. Aberle, A. Hakim, and U. Shumlak Aerospace and Astronautics University of Washington, Seattle American Physical Society

More information

CFD Post-Processing of Rampressor Rotor Compressor

CFD Post-Processing of Rampressor Rotor Compressor Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele I. Introduction Recent movements

More information

Clipping and Intersection

Clipping and Intersection Clipping and Intersection Clipping: Remove points, line segments, polygons outside a region of interest. Need to discard everything that s outside of our window. Point clipping: Remove points outside window.

More information

Mesh Generation for Confined Fusion Plasma Simulation

Mesh Generation for Confined Fusion Plasma Simulation Engineering with Computers manuscript No. (will be inserted by the editor) Mesh Generation for Confined Fusion Plasma Simulation Fan Zhang Robert Hager Seung-Hoe Ku Choong-Seock Chang Stephen C. Jardin

More information

Module D: Laminar Flow over a Flat Plate

Module D: Laminar Flow over a Flat Plate Module D: Laminar Flow over a Flat Plate Summary... Problem Statement Geometry and Mesh Creation Problem Setup Solution. Results Validation......... Mesh Refinement.. Summary This ANSYS FLUENT tutorial

More information

Guidelines for proper use of Plate elements

Guidelines for proper use of Plate elements Guidelines for proper use of Plate elements In structural analysis using finite element method, the analysis model is created by dividing the entire structure into finite elements. This procedure is known

More information

Ray Diagrams. Ray Diagrams Used for determining location, size, orientation, and type of image

Ray Diagrams. Ray Diagrams Used for determining location, size, orientation, and type of image Ray Diagrams Reflection for concave mirror: Any incident ray traveling parallel to the principal axis on the way to the mirror will pass through the focal point upon reflection. Any incident ray passing

More information

Water. Notes. Free surface. Boundary conditions. This week: extend our 3D flow solver to full 3D water We need to add two things:

Water. Notes. Free surface. Boundary conditions. This week: extend our 3D flow solver to full 3D water We need to add two things: Notes Added a 2D cross-section viewer for assignment 6 Not great, but an alternative if the full 3d viewer isn t working for you Warning about the formulas in Fedkiw, Stam, and Jensen - maybe not right

More information

Evolution the 2D Spatial Profile of Visible Emission During an ELM in the DIII-D Divertor

Evolution the 2D Spatial Profile of Visible Emission During an ELM in the DIII-D Divertor Evolution the 2D Spatial Profile of Visible Emission During an ELM in the DIII-D Divertor M. E. Fenstermacher J. Boedo, M. Groth, C.J. Lasnier,, A.W. Leonard J. Watkins and the DIII-D Team presented at

More information

Möbius Transformations in Scientific Computing. David Eppstein

Möbius Transformations in Scientific Computing. David Eppstein Möbius Transformations in Scientific Computing David Eppstein Univ. of California, Irvine School of Information and Computer Science (including joint work with Marshall Bern from WADS 01 and SODA 03) Outline

More information

Compressible Flow in a Nozzle

Compressible Flow in a Nozzle SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 1 Compressible Flow in a Nozzle Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification Consider air flowing at high-speed through a

More information

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Eulerian Grid Methods The methods covered so far in this course use an Eulerian grid: Prescribed coordinates In `lab frame' Fluid elements flow

More information

Using a Single Rotating Reference Frame

Using a Single Rotating Reference Frame Tutorial 9. Using a Single Rotating Reference Frame Introduction This tutorial considers the flow within a 2D, axisymmetric, co-rotating disk cavity system. Understanding the behavior of such flows is

More information

GEO-SLOPE International Ltd, Calgary, Alberta, Canada Lysimeters

GEO-SLOPE International Ltd, Calgary, Alberta, Canada   Lysimeters 1 Introduction Lysimeters This steady state SEEP/W example illustrates how to model a lysimeter from construction of the model to interpretation of the results. Lysimeters are used to measure flow through

More information

CS-184: Computer Graphics. Today. Forward kinematics Inverse kinematics. Wednesday, November 12, Pin joints Ball joints Prismatic joints

CS-184: Computer Graphics. Today. Forward kinematics Inverse kinematics. Wednesday, November 12, Pin joints Ball joints Prismatic joints CS-184: Computer Graphics Lecture #18: Forward and Prof. James O Brien University of California, Berkeley V2008-F-18-1.0 1 Today Forward kinematics Inverse kinematics Pin joints Ball joints Prismatic joints

More information

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Dipl.-Ing. (FH) Günther Lang, CFDnetwork Engineering Dipl.-Ing. Burkhard Lewerich, CFDnetwork

More information

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr.

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr. Mid-Year Report Discontinuous Galerkin Euler Equation Solver Friday, December 14, 2012 Andrey Andreyev Advisor: Dr. James Baeder Abstract: The focus of this effort is to produce a two dimensional inviscid,

More information

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11 Julius Saitz Ansoft Corporation Overview Curved versus Faceted Surfaces Mesh Operations Data Link Advanced Field Plotting

More information

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling CIVL 7/8117 1/43 Chapter 7 Learning Objectives To present concepts that should be considered when modeling for a situation by the finite element method, such as aspect ratio, symmetry, natural subdivisions,

More information

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis Tutorial 7 Finite Element Groundwater Seepage Steady state seepage analysis Groundwater analysis mode Slope stability analysis Introduction Within the Slide program, Slide has the capability to carry out

More information

2.2 Scientific Notation & Dimensional Analysis. Monday, September 23, 13

2.2 Scientific Notation & Dimensional Analysis. Monday, September 23, 13 2.2 Scientific Notation & Dimensional Analysis Scientific Notation Can be used to express any number as a number between 1 and 10 (coefficient) multiplied by 10 raised to any power (exponent). 36,000 =

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver Abstract - The dominant method to solve magnetic field problems is the finite element method. It has been used

More information

Lecture 2 Unstructured Mesh Generation

Lecture 2 Unstructured Mesh Generation Lecture 2 Unstructured Mesh Generation MIT 16.930 Advanced Topics in Numerical Methods for Partial Differential Equations Per-Olof Persson (persson@mit.edu) February 13, 2006 1 Mesh Generation Given a

More information

Generalized Curvilinear Coordinates in Hybrid and Electromagnetic Codes

Generalized Curvilinear Coordinates in Hybrid and Electromagnetic Codes Advanced Methods for Space Simulations, edited by H. Usui and Y. Omura, pp. 77 89. c TERRAPUB, Tokyo, 2007. Generalized Curvilinear Coordinates in Hybrid and Electromagnetic Codes Daniel W. Swift Geophysical

More information

Combos: Advection-Diffusion and operator splitting

Combos: Advection-Diffusion and operator splitting 96 Chapter 7 Combos: Advection-Diffusion and operator splitting Up to this point we have treated advection and diffusion as two separate processes and considered appropriate numerical techniques for solving

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

Continuum-Microscopic Models

Continuum-Microscopic Models Scientific Computing and Numerical Analysis Seminar October 1, 2010 Outline Heterogeneous Multiscale Method Adaptive Mesh ad Algorithm Refinement Equation-Free Method Incorporates two scales (length, time

More information

DIII D QTYUIOP Software Tools for Enhanced Collaboration at the DIII D National Fusion Facility. J. Schachter.

DIII D QTYUIOP Software Tools for Enhanced Collaboration at the DIII D National Fusion Facility. J. Schachter. Software Tools for Enhanced Collaboration at the National Fusion Facility Presented by J. Schachter for the National Team Presented to 2nd IAEA Technical Committee Meeting on Control, Data Acquisition

More information

Scrape-off Layer Plasma Flow in L- and H-Mode Plasmas on JT-60U )

Scrape-off Layer Plasma Flow in L- and H-Mode Plasmas on JT-60U ) Scrape-off Layer Plasma Flow in L- and H-Mode Plasmas on JT-60U ) Nobuyuki ASAKURA Japan Atomic Energy Agency, Naka, Ibaraki 311-0193 Japan (Received 24 September 2008 / Accepted 24 February 2009) Significant

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

A new Eulerian computational method for the propagation of short acoustic and electromagnetic pulses

A new Eulerian computational method for the propagation of short acoustic and electromagnetic pulses A new Eulerian computational method for the propagation of short acoustic and electromagnetic pulses J. Steinhoff, M. Fan & L. Wang. Abstract A new method is described to compute short acoustic or electromagnetic

More information

Microwell Mixing with Surface Tension

Microwell Mixing with Surface Tension Microwell Mixing with Surface Tension Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract For many applications in the pharmaceutical

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

Voronoi Diagram. Xiao-Ming Fu

Voronoi Diagram. Xiao-Ming Fu Voronoi Diagram Xiao-Ming Fu Outlines Introduction Post Office Problem Voronoi Diagram Duality: Delaunay triangulation Centroidal Voronoi tessellations (CVT) Definition Applications Algorithms Outlines

More information

The Laser Model in FLASH

The Laser Model in FLASH The Laser Model in FLASH Milad Fatenejad RAL Tutorial May 2012 1 of 31 Summary FLASH contains code for modeling laser energy deposition and radiation diffusion Laser ray tracing Radiation diffusion Example

More information

Application of a FEA Model for Conformability Calculation of Tip Seal in Compressor

Application of a FEA Model for Conformability Calculation of Tip Seal in Compressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2008 Application of a FEA Model for Conformability Calculation of Tip Seal in Compressor

More information

Modeling ion extraction from a free-plasma surface with a flexible conformal mesh

Modeling ion extraction from a free-plasma surface with a flexible conformal mesh Modeling ion extraction from a free-plasma surface with a flexible conformal mesh STANLEY HUMPHRIES JR. Field Precision, PO Box 13595, Albuquerque, New Mexico 87192 Abstract This paper describes a new

More information

NASA Rotor 67 Validation Studies

NASA Rotor 67 Validation Studies NASA Rotor 67 Validation Studies ADS CFD is used to predict and analyze the performance of the first stage rotor (NASA Rotor 67) of a two stage transonic fan designed and tested at the NASA Glenn center

More information

An Object-Oriented Serial and Parallel DSMC Simulation Package

An Object-Oriented Serial and Parallel DSMC Simulation Package An Object-Oriented Serial and Parallel DSMC Simulation Package Hongli Liu and Chunpei Cai Department of Mechanical and Aerospace Engineering, New Mexico State University, Las Cruces, New Mexico, 88, USA

More information

Refraction of Light. This bending of the ray is called refraction

Refraction of Light. This bending of the ray is called refraction Refraction & Lenses Refraction of Light When a ray of light traveling through a transparent medium encounters a boundary leading into another transparent medium, part of the ray is reflected and part of

More information

2 T. x + 2 T. , T( x, y = 0) = T 1

2 T. x + 2 T. , T( x, y = 0) = T 1 LAB 2: Conduction with Finite Difference Method Objective: The objective of this laboratory is to introduce the basic steps needed to numerically solve a steady state two-dimensional conduction problem

More information

Study Of Overloading Effects, In A Refrigerated Display Case

Study Of Overloading Effects, In A Refrigerated Display Case Study Of Overloading Effects, In A Refrigerated Display Case Sandeep Palaksha Senior CAE Engineer HUSSMANN Basavanagudi Bangalore 04, India p.sandeep@hussmann.com Narasimhamurthy CAE Engineer HUSSMANN

More information

Cloud-based simulation of plasma sources for surface treatment

Cloud-based simulation of plasma sources for surface treatment Cloud-based simulation of plasma sources for surface treatment Using the PlasmaSolve Simulation Suite (P3S) Adam Obrusnik, Petr Zikan June 7, 2018 Outline 1. About PlasmaSolve 2. PlasmaSolve Simulation

More information

Modeling High-current Relativistic Beams in Ray-tracing Codes

Modeling High-current Relativistic Beams in Ray-tracing Codes Modeling High-current Relativistic Beams in Ray-tracing Codes Stanley Humphries Field Precision and John Petillo Science Applications International Corporation Abstract 1. Introduction This paper describes

More information

TEAMS National Competition High School Version Photometry Solution Manual 25 Questions

TEAMS National Competition High School Version Photometry Solution Manual 25 Questions TEAMS National Competition High School Version Photometry Solution Manual 25 Questions Page 1 of 15 Photometry Questions 1. When an upright object is placed between the focal point of a lens and a converging

More information

Let s start with occluding contours (or interior and exterior silhouettes), and look at image-space algorithms. A very simple technique is to render

Let s start with occluding contours (or interior and exterior silhouettes), and look at image-space algorithms. A very simple technique is to render 1 There are two major classes of algorithms for extracting most kinds of lines from 3D meshes. First, there are image-space algorithms that render something (such as a depth map or cosine-shaded model),

More information

Tutorial: Heat and Mass Transfer with the Mixture Model

Tutorial: Heat and Mass Transfer with the Mixture Model Tutorial: Heat and Mass Transfer with the Mixture Model Purpose The purpose of this tutorial is to demonstrate the use of mixture model in FLUENT 6.0 to solve a mixture multiphase problem involving heat

More information

Using the Discrete Ordinates Radiation Model

Using the Discrete Ordinates Radiation Model Tutorial 6. Using the Discrete Ordinates Radiation Model Introduction This tutorial illustrates the set up and solution of flow and thermal modelling of a headlamp. The discrete ordinates (DO) radiation

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 36 In last class, we have derived element equations for two d elasticity problems

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

Integrated Predictive Modelling at JET

Integrated Predictive Modelling at JET Integrated Predictive Modelling at JET V. Parail, G. Corrigan, D. Heading, J. Spence, P. Belo, G. Huysmans, F. Imbeaux, J. Lonnroth, F. Nave, M. O Mullane, G. Pereverzev, V. Petrzilka, S. Sharapov, P.

More information

CAD Model Preparation in SMITER 3D Field Line Tracing Code

CAD Model Preparation in SMITER 3D Field Line Tracing Code CAD Model Preparation in SMITER 3D Field Line Tracing Code Marijo Telenta 1, Leon Kos 1, Rob Akers 2, Richard Pitts 3 and the EUROfusion MST1 Team 1 1 Faculty of Mechanical Engineering, University of Ljubljana

More information

Outline. COMSOL Multyphysics: Overview of software package and capabilities

Outline. COMSOL Multyphysics: Overview of software package and capabilities COMSOL Multyphysics: Overview of software package and capabilities Lecture 5 Special Topics: Device Modeling Outline Basic concepts and modeling paradigm Overview of capabilities Steps in setting-up a

More information

Ch. 26: Geometrical Optics

Ch. 26: Geometrical Optics Sec. 6-1: The Reflection of Light Wave Fronts and Rays Ch. 6: Geometrical Optics Wave front: a surface on which E is a maximum. Figure 5-3: Plane Wave *For this wave, the wave fronts are a series of planes.

More information

Super-Parameterization of Boundary Layer Roll Vortices in Tropical Cyclone Models

Super-Parameterization of Boundary Layer Roll Vortices in Tropical Cyclone Models DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Super-Parameterization of Boundary Layer Roll Vortices in Tropical Cyclone Models PI Isaac Ginis Graduate School of Oceanography

More information

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows Jan Hesse, Rainer Andres CFX Berlin Software GmbH, Berlin, Germany 1 Introduction Numerical simulation results of a dry scroll vacuum

More information

General Plasma Physics

General Plasma Physics Present and Future Computational Requirements General Plasma Physics Center for Integrated Computation and Analysis of Reconnection and Turbulence () Kai Germaschewski, Homa Karimabadi Amitava Bhattacharjee,

More information

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent

More information

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm)

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm) STAR-CCM+: Ventilation SPRING 208. Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, pm). Features of the Exercise Natural ventilation driven by localised

More information

Ch. 25 The Reflection of Light

Ch. 25 The Reflection of Light Ch. 25 The Reflection of Light 25. Wave fronts and rays We are all familiar with mirrors. We see images because some light is reflected off the surface of the mirror and into our eyes. In order to describe

More information

Geometric Representations. Stelian Coros

Geometric Representations. Stelian Coros Geometric Representations Stelian Coros Geometric Representations Languages for describing shape Boundary representations Polygonal meshes Subdivision surfaces Implicit surfaces Volumetric models Parametric

More information

Potsdam Propeller Test Case (PPTC)

Potsdam Propeller Test Case (PPTC) Second International Symposium on Marine Propulsors smp 11, Hamburg, Germany, June 2011 Workshop: Propeller performance Potsdam Propeller Test Case (PPTC) Olof Klerebrant Klasson 1, Tobias Huuva 2 1 Core

More information

Distributed and Asynchronous Bees Algorithm Applied to Plasma Confinement

Distributed and Asynchronous Bees Algorithm Applied to Plasma Confinement 1 THC/P5-01 Distributed and Asynchronous Bees Algorithm Applied to Plasma Confinement A. Gómez-Iglesias 1), F. Castejón 1), A. Bustos 1), M.A. Vega-Rodríguez 2) 1) Laboratorio Nacional de Fusión, Asociación

More information

The purpose of this tutorial is to illustrate how to set up and solve a problem using the. Moving Deforming Mesh (MDM) using the layering algorithm.

The purpose of this tutorial is to illustrate how to set up and solve a problem using the. Moving Deforming Mesh (MDM) using the layering algorithm. Tutorial: Introduction The purpose of this tutorial is to illustrate how to set up and solve a problem using the following two features in FLUENT. Moving Deforming Mesh (MDM) using the layering algorithm.

More information

The Level Set Method applied to Structural Topology Optimization

The Level Set Method applied to Structural Topology Optimization The Level Set Method applied to Structural Topology Optimization Dr Peter Dunning 22-Jan-2013 Structural Optimization Sizing Optimization Shape Optimization Increasing: No. design variables Opportunity

More information

This work is about a new method for generating diffusion curve style images. Although this topic is dealing with non-photorealistic rendering, as you

This work is about a new method for generating diffusion curve style images. Although this topic is dealing with non-photorealistic rendering, as you This work is about a new method for generating diffusion curve style images. Although this topic is dealing with non-photorealistic rendering, as you will see our underlying solution is based on two-dimensional

More information

MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, From your book and other

MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, From your book and other MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, 2016 1.0 From your book and other sources, write a paragraph explaining CFD and finite element

More information

PS wave AVO aspects on processing, inversion, and interpretation

PS wave AVO aspects on processing, inversion, and interpretation PS wave AVO aspects on processing, inversion, and interpretation Yong Xu, Paradigm Geophysical Canada Summary Using PS wave AVO inversion, density contrasts can be obtained from converted wave data. The

More information

Intro to Linear Programming. The problem that we desire to address in this course is loosely stated below.

Intro to Linear Programming. The problem that we desire to address in this course is loosely stated below. . Introduction Intro to Linear Programming The problem that we desire to address in this course is loosely stated below. Given a number of generators make price-quantity offers to sell (each provides their

More information

Mesh Morphing and the Adjoint Solver in ANSYS R14.0. Simon Pereira Laz Foley

Mesh Morphing and the Adjoint Solver in ANSYS R14.0. Simon Pereira Laz Foley Mesh Morphing and the Adjoint Solver in ANSYS R14.0 Simon Pereira Laz Foley 1 Agenda Fluent Morphing-Optimization Feature RBF Morph with ANSYS DesignXplorer Adjoint Solver What does an adjoint solver do,

More information

Geometric Algebra. 8. Conformal Geometric Algebra. Dr Chris Doran ARM Research

Geometric Algebra. 8. Conformal Geometric Algebra. Dr Chris Doran ARM Research Geometric Algebra 8. Conformal Geometric Algebra Dr Chris Doran ARM Research Motivation Projective geometry showed that there is considerable value in treating points as vectors Key to this is a homogeneous

More information

Flow and Heat Transfer in a Mixing Elbow

Flow and Heat Transfer in a Mixing Elbow Flow and Heat Transfer in a Mixing Elbow Objectives The main objectives of the project are to learn (i) how to set up and perform flow simulations with heat transfer and mixing, (ii) post-processing and

More information

Smoothing the Path to Simulation-Led Device Design

Smoothing the Path to Simulation-Led Device Design Smoothing the Path to Simulation-Led Device Design Beverly E. Pryor 1, and Roger W. Pryor, Ph.D. *,2 1 Pryor Knowledge Systems, Inc. 2 Pryor Knowledge Systems, Inc. *Corresponding author: 4918 Malibu Drive,

More information

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction SURFACE WATER MODELING SYSTEM CGWAVE Analysis 1 Introduction This lesson will teach you how to prepare a mesh for analysis and run a solution for CGWAVE. You will start with the data file indiana.xyz which

More information

Exercise 16: Magnetostatics

Exercise 16: Magnetostatics Exercise 16: Magnetostatics Magnetostatics is part of the huge field of electrodynamics, founding on the well-known Maxwell-equations. Time-dependent terms are completely neglected in the computation of

More information

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona,Spain, July 9-13, 2018 ICCFD10-047 ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving

More information

(Refer Slide Time: 00:03:51)

(Refer Slide Time: 00:03:51) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 17 Scan Converting Lines, Circles and Ellipses Hello and welcome everybody

More information

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs C.-C. Su a, C.-W. Hsieh b, M. R. Smith b, M. C. Jermy c and J.-S. Wu a a Department of Mechanical Engineering, National Chiao Tung

More information

TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions

TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions TEAMS National Competition Middle School Version Photometry Solution Manual 25 Questions Page 1 of 14 Photometry Questions 1. When an upright object is placed between the focal point of a lens and a converging

More information

Lighting and Shading

Lighting and Shading Lighting and Shading Today: Local Illumination Solving the rendering equation is too expensive First do local illumination Then hack in reflections and shadows Local Shading: Notation light intensity in,

More information

LECTURE 7. Announcements

LECTURE 7. Announcements LECTURE 7 Announcements Minecraft 4 Feedback Looks good! A game that minimally involves platforms Not based on any game in particular Super Mario 64? Team Fortress 2? Completely up to you to make unique

More information

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn Backward facing step Homework Department of Fluid Mechanics Budapest University of Technology and Economics Budapest, 2010 autumn Updated: October 26, 2010 CONTENTS i Contents 1 Introduction 1 2 The problem

More information

Plasma Boundary Reconstruction using Fast Camera on the COMPASS Tokamak

Plasma Boundary Reconstruction using Fast Camera on the COMPASS Tokamak WDS'14 Proceedings of Contributed Papers Physics, 221 226, 2014. ISBN 978-80-7378-276-4 MATFYZPRESS Plasma Boundary Reconstruction using Fast Camera on the COMPASS Tokamak P. Hacek, 1,2 M. Berta, 2,3 J.

More information

POME A mobile camera system for accurate indoor pose

POME A mobile camera system for accurate indoor pose POME A mobile camera system for accurate indoor pose Paul Montgomery & Andreas Winter November 2 2016 2010. All rights reserved. 1 ICT Intelligent Construction Tools A 50-50 joint venture between Trimble

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics 23.1 The Ray Model of Light Light very often travels in straight lines. We represent light using rays, which are straight lines emanating from an object. This is an idealization,

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

Lecture 2: Introduction

Lecture 2: Introduction Lecture 2: Introduction v2015.0 Release ANSYS HFSS for Antenna Design 1 2015 ANSYS, Inc. Multiple Advanced Techniques Allow HFSS to Excel at a Wide Variety of Applications Platform Integration and RCS

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Dose calculation algorithms! Correction based! Model based 1 Dose calculation algorithms!

More information

Phys102 Lecture 21/22 Light: Reflection and Refraction

Phys102 Lecture 21/22 Light: Reflection and Refraction Phys102 Lecture 21/22 Light: Reflection and Refraction Key Points The Ray Model of Light Reflection and Mirrors Refraction, Snell s Law Total internal Reflection References 23-1,2,3,4,5,6. The Ray Model

More information