Percolation Properties of Triangles with Variable Aspect Ratios Gabriela Calinao Correa University of Massachusetts at Amherst Department of Electrical.

Slides:



Advertisements
Similar presentations
LaGriT Los Alamos Grid Toolbox Carl Gable meshing.lanl.gov lagrit.lanl.gov.
Advertisements

Road-Sign Detection and Recognition Based on Support Vector Machines Saturnino, Sergio et al. Yunjia Man ECG 782 Dr. Brendan.
Modeling Malware Spreading Dynamics Michele Garetto (Politecnico di Torino – Italy) Weibo Gong (University of Massachusetts – Amherst – MA) Don Towsley.
Linear Constraint Graph for Floorplan Optimization with Soft Blocks Jia Wang Electrical and Computer Engineering Illinois Institute of Technology Chicago,
It’s a Small World by Jamie Luo. Introduction Small World Networks and their place in Network Theory An application of a 1D small world network to model.
Chapter 17 Design Analysis using Inventor Stress Analysis Module
Sagar Nadimpalli NSF REU Bioengineering University of Illinois at Chicago.
Advanced Simulation of Gas Meter Components Muhammad Arsalan Farooq University of Heidelberg, Heidelberg, Germany.
Introduction to ABAQUS 27 th February, Units Before starting to define any model, you need to decide which system of units you will use. ABAQUS.
Chapter 2 Sketching.
Google SketchUp Castle
On Distinguishing between Internet Power Law B Bu and Towsley Infocom 2002 Presented by.
Lesson 1 Introduction.  Workbook- Use it like one (You are not going to sell this book back)  Use Questions and Exercises at end of each chapter to.
2010 New Math Standards. Mathematical Practices 1. Attend to precision 2. Construct viable arguments and critique the reasoning of others 3. Make sense.
MEMB AutoCAD Part 2. MEMB113 | Dept. of Mechanical Engineering | UNITEN | AutoCAD Part 2 Content OSNAP OTRACK LAYER BLOCK & INSERT Draw.
The Effect of Different Geometries on Percolation in Two Dimensions
COMPUTER AIDED DESIGN -(CAD)-3
Quantifying the dynamics of Binary Search Trees under combined insertions and deletions BACKGROUND The complexity of many operations on Binary Search Trees.
Percolation Effects on Electrical Resistivity and Electron Mobility [Mott Corporation, 2009] By: Jared Weddell University of Illinois at Chicago Department.
In Chapter 1, you studied many common geometric shapes and learned ways to describe a shape using its attributes. In this chapter, you will further investigate.
Chap 3 : Binary Image Analysis. Counting Foreground Objects.
Random-Graph Theory The Erdos-Renyi model. G={P,E}, PNP 1,P 2,...,P N E In mathematical terms a network is represented by a graph. A graph is a pair of.
The student will identify and extend geometric and arithmetic sequences.
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
Class 10: Introduction to CINET Using CINET for network analysis and visualization Network Science: Introduction to CINET 2015 Prof. Boleslaw K. Szymanski.
A Probabilistic Model for Message Propagation in Two-Dimensional Vehicular Ad-Hoc Networks Yanyan Zhuang, Jianping Pan and Lin Cai University of Victoria,
Stress constrained optimization using X-FEM and Level Set Description
Faculty of Electrical Engineering 1 Lecture : En. Syahrom Bin Zakaria EC202 COMPUTER AIDED DESIGN.
UIC Physics Tessa Cooper Materials Science and Engineering Rutgers University Advisors: Dr. R. Klie and Q. Qiao Department of Physics, University of Illinois.
Volume: The Disc Method
Lecture 10: Network models CS 765: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
Triangles 1st year P26 Chapter 4.
Know and apply properties of congruent and similar figures to solve problems and logically justify results.
Complex brain networks: graph theoretical analysis of structural and functional systems.
Geometric Construction Notes. Table of Contents How to navigate this presentation Geometric Construction Introduction Drawing Guidelines Parts of the.
Sectionals Sliced view of a part or component in a drawing showing its internal make up.componentdrawing.
1.2 Angle Relationships and similar triangles
Network Theory: Community Detection Dr. Henry Hexmoor Department of Computer Science Southern Illinois University Carbondale.
Modeling K The Common Core State Standards in Mathematics Geometry Measurement and Data The Number System Number and Operations.
Volumes by Slicing 7.3 Solids of Revolution.
Volumes by Slicing. disk Find the Volume of revolution using the disk method washer Find the volume of revolution using the washer method shell Find the.
Section Volumes by Slicing 7.3 Solids of Revolution.
Basic Assembly © 2012 Project Lead The Way, Inc.Introduction to Engineering Design.
Granular Physics: Making Particles and Measuring the Angle of Repose Becky Carlton Advisor: Dr. Alan Feinerman August 3, 2006.
Visualization of Biological Information with Circular Drawings.
Isometric Drawing Chippewa Middle School Production Engineering.
Method for Characterizing Icephobicity of Hydrophobic Coatings Jillian McManus Micro/Nanoscale Fluid Transport Lab- Dr. C. Megaridis 2010 UIC REU.
Using Geoboards. Identify and describe shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). This entire cluster.
Computer – Aided Design Terminology You must have a generic understanding of commands and techniques which are used in a number of packages (YOU CANNOT.
Cascading failures of loads in interconnected networks under intentional attack Yongxiang Xia Department of Information Science and Electronic Engineering.
Exploiting Input Features for Controlling Tunable Approximate Programs Sherry Zhou Department of electronic engineering Tsinghua University.
Technical Free Hand Sketching Leon Grant. Essential Question Why is free hand sketching still such an important tool for engineers with the abundance.
Introduction to AutoCAD
Sectionals Sliced view of a part or component in a drawing showing its internal make up.
6.17 The student will identify and extend geometric and arithmetic sequences.
Engineering Geometry Engineering geometry is the basic geometric elements and forms used in engineering design. Engineering and technical graphics are.
How to transform a shape with a rotation
Basic Assembly.
Method for Characterizing Icephobicity of Hydrophobic Coatings
Content-Based Image Retrieval
Content-Based Image Retrieval
Basic Assembly.
Basic Assembly Introduction to Engineering Design
Basic Assembly.
Basic Assembly.
Section Volumes by Slicing
Approximation of Percolation Thresholds
Network Models Michael Goodrich Some slides adapted from:
Donghui Zhang, Tian Xia Northeastern University
Presentation transcript:

Percolation Properties of Triangles with Variable Aspect Ratios Gabriela Calinao Correa University of Massachusetts at Amherst Department of Electrical & Computer Engineering Dr. Alan Feinerman University of Illinois at Chicago Department of Electrical & Computer Engineering

Outline Percolation Overview Methods & Analysis Matlab AutoCAD Data Conclusions Acknowledgements & Citations

Percolation Theory Overview Percolation: study of random networks & their nature of connectivity Percolation Threshold ( p c ): Below p c no giant connected component exists Above p c a giant connected component exists

Methods & Analysis Data Percolated Aluminum Mylar CO 2 LASER AutoCAD MATLAB Resistance Measured pcpc

Matlab Define Parameters Percolation Area Location in AutoCAD file Dimensions Values Kerf Node Size Triangle Aspect Ratio Area Location Pseudorandom Within Boundary Orientation Pseudorandom Angle Rotation Matrix Generate Triangles AutoCAD CAD Commands Define Shapes Determine Area Loss Binary Matrix 1 - indicates Node removed 0 - indicates untouched Node Threshol d Label Clusters Find if Path Exists Percent Area Left Percolated

Logic for Triangle Generation if intersection exists if i in box edge on box add 1 st intersect add point i if i+1 in box add point i+1 if intersection DNE add 1 st intersect two points in box YesNo add point i+2 add 2 nd intersect if triangle on corner add corner point Draw Whole Triangle i+1 i i+2 intersection point

AutoCAD Loads file made by Matlab Defines Laser Settings Creates Parts o Guides o Acrylic Fasteners

Aluminum Coated Mylar Film Paper Sandblasted Aluminum Base

Exponential Relationship Percolation Properties of Random Ellipses B. Xia and M. Thorpe, Physical Review A 38, 2650 (1988). p c = exp(-πabn c ) p c is the percolation threshold n c is the hole density per unit volume at p c b/a is the aspect ratio of an ellipse x = Aspect Ratio f(x) = Percolation Threshold f(x) = a*exp(b*x) + c*exp(d*x) Coefficients (with 95% confidence bounds): a = ( , ) b = ( , ) c = ( , ) d = ( , )

Conclusions Generated Data from o Matlab o Experimental Setup Exponential Relationship o Triangular relationship ~ Elliptical relationship Additional Experiments o Refine Data o Percolate over Larger Area Further Geometric Exploration: o Double Triangles  e.g. equilateral triangle to equilateral rhombus

Nils Burglund B. Xia and M. Thorpe, Physical Review A 38, 2650 (1988). EEC-NSF Grant # Dr. Takoudis, Dr. Jursich, & the REU staff Tatjana Dankovic, Prateek Gupta, Michael Walsh The University of Illinois at Chicago Citations Acknowledgements