Fully Automated, Parallel and Topology Agnostic Domain Connectivity For Overlapping Surface Meshes Fields

Size: px
Start display at page:

Download "Fully Automated, Parallel and Topology Agnostic Domain Connectivity For Overlapping Surface Meshes Fields"

Transcription

1 Overset and Composite Grid Symposium, University of Maryland Oct 1-3, 2018 Fully Automated, Parallel and Topology Agnostic Domain Connectivity For Overlapping Surface Meshes Fields Approved for public release; distribution unlimited. Review completed by the AMRDEC Public Affairs Office (PR3924, 18 June 2018) Jay Sitaraman Mark Potsdam Beatrice Roget PGA LLC Army ADD Science and Technology Corporation Aviation and Missile Research, Development and Engineering Center Moffett Field, CA

2 Who is AMRDEC? U.S. Army Aviation and Missile Research, Development, and Engineering Center Core Competencies Life Cycle Engineering Research, Technology Development and Demonstration Design and Modification Software Engineering Systems Integration Test and Evaluation Qualification Aerodynamics/ Aeromechanics Structures Propulsion Guidance/Navigation Autonomy and Teaming Radio Frequency (RF) Technology Fire Control Radar Technology Image Processing Models and Simulation Cyber Security 2

3 AMRDEC Mission Deliver collaborative and innovative aviation and missile capabilities for responsive and cost-effective research, development and life cycle engineering solutions. 3

4 AMRDEC Priorities #1: Readiness Provide aviation and missile systems solutions to ensure victory on the battlefield today. #2: Future Force Develop and mature Science and Technology to provide technical capability to our Army s (and nation s) aviation and missile systems. #3: Soldiers and People Develop the engineering talent to support both Science and Technology and the aviation and missile materiel enterprise 4

5 Introduction and Motivation Overlapping surfaces is ubiquitous in structured grid based overset methods Unstructured grid based overset methods most often do not require surface overlap solution since body can be easily closed with a single mesh But.. extending the solution of surface overlap problem to general (unstructured and structured) systems can support advanced simulations with sliding contacts. 5

6 Motivation Sikorsky Raider V-280 Valor Gaps are often left in models since sliding surfaces are hard problems 6

7 Motivation Upper hub Middle body For example Raider Coaxial Hub has no gaps But we have modeled them to date with gaps because of inability to model sliding contacts. Lower hub 7

8 Motivation Shaft grids! Upper hub Very easy to construct as structured grids Middle body Lower hub 8

9 Design Goals Run-time overset grid assembly, i.e. not a pre-processor Fully parallel - will use solver generated mesh partitioning at run time. Topology agnostic - individual meshes can be solved by structured grid based or unstructured grid based solvers in the same framework. Fully automated minimal additional information for bodies with overset surfaces, i.e. no X-rays or other hole-maps that need to be generated ahead of time. Will be integrated into CREATE A/V TM Helios and Kestrel for production use. 9

10 Software PUNDIT Parallel Unsteady Domain Information Technology Developed under the HPCMP CREATE A/V TM and manages all overset grid assembly functions in Helios and Kestrel production codes. Modular and fully automated -- only minimal essential data on a per process basis, i.e. following items per mesh partition Coordinates of grid nodes Volume connectivity of grid nodes (i.e. tets/prisms/pyra/hex ) Index of nodes on a wall boundary Index of nodes on an overset boundary Implicit Hole-cutting approach Active load balancing available Domain connectivity successfully demonstrated up to 20k cores. 10 journal papers (

11 Multi-code Operation in Helios overflow/mstrand fun3d,/kcfd/nsu3d/mstrand 11

12 Implicit-hole-cutting (1) Domain connectivity procedure attempts to find donor cells for all mesh points. Donors are selected if they have better resolution capacity Resolution capacity : Heuristic parameter that quantifies solution quality 12

13 Implicit-hole-cutting (2) Hole points: Mesh points that are inside a solid wall 13

14 Implicit-hole-cutting (3) Receptor Points: Mesh points that could find donor cells of better resolution capacity flow solution will be interpolated to these points Some points are mandatory receptors: Neighbors of hole points Neighbors of outer boundary 14

15 Implicit-hole-cutting (4) Automated procedure to identify point type (field, hole or receptor) minimal mesh overlap 15

16 Identifying Minimum Holes (1) Find bounding box of wall faces (gather info from all processors) Partitioned mesh Outer boundary Hole Bounding Box 16 Local wall bounding boxes

17 Identifying Minimum Holes (2) Create structured auxiliary mesh (SAM), refine until no sub-block (SB) contains both an outer face and wall face Exact Face-to-Cube intersection Checks Hole (wall) sub-blocks 17 Sparse matrix type storage for the hole-map using linked lists Hole sub-block containing outer cell faces (at coarser level)

18 Identifying Minimum Holes (3) Perform flood-fill to identify all hole sub-blocks Hole (inner) sub-blocks Outer layer of sub-blocks tagged as OUT (seeds of flood-fill algorithm) 18 Query point in hole SB AND no donor in hole mesh HOLE POINT Query point in hole SB, but donor cell exists in hole mesh Not a Hole Point

19 19 Exact Minimum Holes

20 Challenges Two challenges 1. Extension of the minimum hole-cutting algorithm for topologically open meshes 2. Projection problem to deal with non-matching discrete surfaces can occur between multiple topologically different meshes. Extra inputs needed: 1. Sub-body list for each composite body, i.e. compbody[1]=[1,2,3] etc 2. Projection threshold (optional) 3. Dominance of each body, i.e. cutter vs cuttee (optional) Maintain the original design philosophy, i.e. fully parallel run-time connectivity and no user input or intervention other than the strictly required ones 20

21 Composite Bodies Bodies composed of several meshes with matching surface overlap Meshes can add body protrusions: or remove parts of body: Mesh 2 Mesh 2 Mesh 1 Composite Body Composite Body Meshes can have relative motion: Mesh 1 Mesh 2 21

22 Finding Hole Points Due to Composite Bodies Each mesh computes its own wall map based on global SAM Outer boundary Wall Outer boundary Wall Refine until no SB contains both Wall and Outer faces Exclude fringe to make this feasible 22

23 Finding Hole Points due to Composite Bodies Each mesh computes its own wall map based on global SAM Outer boundary Wall Outer boundary Wall Refine until no SB contains both Wall and Outer faces Exclude fringe to make this feasible 23

24 Finding Hole Points Due to Composite Bodies Each mesh computes its own wall map based on global SAM Outer boundary Wall Outer boundary Wall Refine until no SB contains both Wall and Outer faces Exclude fringe to make this feasible 24

25 Finding Hole Points Due to Composite Bodies Combine into complete wall map for entire composite body: True wall SB after flood fill 25 Flood fill from outer SB until encountering Potential Wall True Wall Propagate True Wall tag to face neighbors that are Potential Wall ONLY IF tagger meshes are identical

26 Finding Hole Points Due to Composite Bodies Combine into complete wall map for entire composite body: Final wall map 26 Flood fill from outer SB until encountering Potential Wall True Wall Propagate True Wall tag to face neighbors that are Potential Wall ONLY IF tagger meshes are identical

27 Finding Hole Points Due to Composite Bodies Decision logic for hole points: Wall SB tagged by mesh 2 Wall SB tagged by both mesh 1 and mesh 2 no Point in INSIDE SB? no Point in (true) WALL SB? yes Donor cells in ALL meshes tagging SB as wall? yes yes no Wall SB tagged by mesh 1 Not a Hole Point Hole Point 27

28 Finding Hole Points Due to Composite Bodies Decision logic for hole points: HOLE POINTS Wall SB tagged by mesh 2 Wall SB tagged by both mesh 1 and mesh 2 no Point in INSIDE SB? no Point in (true) WALL SB? yes Donor cells in ALL meshes tagging SB as wall? yes yes no Wall SB tagged by mesh 1 Not a Hole Point Hole Point 28

29 Cutter Meshes Parts of the body can be removed by cutter meshes: Outer Mesh 2 boundary Wall Mesh 1 Outer boundary Wall Wall Composite Body 29

30 Cutter Meshes Extra step: 1/ tag SAM sub-blocks containing cells from cutter mesh, except wall SB in the exclude region Mesh SB These SB can not be WALL For cuttee mesh Cutter mesh Cuttee mesh SB in exclude region will not be tagged as WALL Let cuttee mesh tag as wall 2/ Prevent cuttee mesh from tagging those as WALL. 30

31 Cutter Meshes Create wall maps Outer boundary These SB can not be WALL Wall Wall 31

32 Cutter Meshes Combine wall maps Outer boundary 32

33 Cutter Meshes Flood fill + propagate Outer boundary Flood fill Neighbor propagation 33

34 Cutter Meshes Decision logic for hole points: Wall SB tagged by mesh 2 no Point in INSIDE SB? no Point in (true) WALL SB? yes yes Donor cells in ALL meshes tagging SB as wall? yes no Wall SB tagged by mesh 1 Not a Hole Point Hole Point 34

35 Cutter Meshes Decision logic for hole points: Wall SB tagged by mesh 2 no Point in INSIDE SB? no Point in (true) WALL SB? yes yes HOLE POINTS Donor cells in ALL meshes tagging SB as wall? yes no Wall SB tagged by mesh 1 Not a Hole Point Hole Point 35

36 Projection problem Discrete geometry causes mismatch between grids that are made on the same CAD surface Problem: 36 Find the best possible interpolant - i.e match the local wall distance of the donor with the receptor

37 Projection Algorithm Isolate nodes that need projection Have to be part of a mesh in the composite body list Have to be in the group of points isolated to be send for searching to mesh partition belonging to a sister mesh. Have to be at a distance within the projection threshold from its wall. For each node that need projection (1) Find closest point on the wall of its own mesh (A) (2) Find closest point to A on wall of mesh B (3) Move P by vector (B-A), with a decay P d P = P + (B-A)*decay(d) A B 37

38 Projection Smooth decay of displacement such that at a large distance the original and projected points match 38

39 Closest point on Quadrilateral fix Wall distance/closest point evaluation between a bilinear quadrilateral and a point in space requires iterative solution that performs a constrained minimization. Wall distance evaluation between a triangle and a point does not need an iterative solution -- for wall distance purposes quads are split into triangles However, closest point found on the sub-triangle may not lie on the actual bilinear quadrilateral. Q = T1 U T2 Find (u,v ) in Q that correspond to (u,v) in T1 or T2 T2 T1 (u,v ) can be solved using a quadratic formed by elimination of terms in the mapping equations. Once (u,v ) is found exact point on the quad face can be obtained 39 Lagae and Dutre, Efficient Ray Quadrilateral Intersection Test, Journal of Graphics Tools, 2005

40 40 RESULTS

41 Case1: Rotating Cylindrical Bearing FUN3D SAMCART OVERFLOW Before Domain Connectivity After Domain Connectivity 41

42 42 Flow Field

43 Case 2: PSUHUB wing interaction Hub and stand used FUN3D unstructured sovler Wing used OVERFLOW structured solver Off-body cartesian system uses SAMCART PUNDIT performs Domain Connectivity between all grids 43

44 Mesh Trimming Tunnel walls use prism layers to better handle viscous and inviscid wall spacings Allow for sufficient off-body overlap Cut distance hub: 1.4 inch stand: 4.0 inches 44

45 Unstructured Mesh Hole-cutting hub mesh stand mesh blanked out near-body near-body hole cuts 45

46 Wing With Unstructured/Structured Surface Overlap Unstructured stand / tunnel wall mesh (no wing) (FUN3D) 2.3M nodes Structured wing grid (OVERFLOW) 6.6M nodes (311 x 301 x 71) Improved spacing compatibility structured/ unstructured overlapping surfaces unstructured structured structured Cartesian Cartesian 46

47 OVERFLOW Wing 47 Good overset compatibility and contour continuity in overlapped surface area

48 Trailing edge view 48 Good overset compatibility and contour continuity in overlapped surface area

49 Movie Baseline Hub Overset grid assembly time/step : 7.5 seconds (about 20% of overall time step) Composite body processing and Projection overhead : 0.5 seconds 49

50 50 Movie Low Drag Hub

51 Hub Drag Coefficient A = in 2 Helios mean and phase-averages exclude the first 3 revolutions C D run repeatability < 0.6% C D rev-to-rev variability < 0.8% C D PSU Exp Phase III 0.88 Helios baseline ± Helios baseline (OV) ± Helios low drag ± Helios low drag (OV) ± baseline low drag

52 Instantaneous Flow Fields Vorticity Magnitude FUN3D wing OVERFLOW wing 52

53 Case3: Coaxial hub problem Counter rotating hubs on top of each other Upper hub Middle body Lower hub Hubs are complex, usually hard to grid with purely structured grids and quite easy to grid with unstructured/strand grid Modeling the non-physical gaps between the hubs sometimes cause the flow solvers to converge poorly within the gaps degrading the overall convergence. How can we prevent these gaps? 53

54 Coaxial hub problem Shaft grids! Upper hub Very easy to construct as structured grids Middle body Lower hub 54

55 Shaft middle body Middle body 55

56 56 Lower Hub

57 57 All meshes (Shaft added)

58 58 After Domain Connectivity (Hub and Middle body get cut)

59 Conclusions and Future Work Extended parallel implicit hole-cutting algorithm for composite bodies with surface overlap Projection and minimum hole-cutting overhead is minimal ~10% Demonstrated successful application to model problems and several real problems (only two presented here). Reduction of forces accurately is on going work Will follow USURP type approach by conservatively closing the cut surface grids. Force computation in Helios is done outside of flow solvers, i.e the cloud of points with forces on it that each solver sends, need to be weighted by a fraction. Determining this fraction to satisfy conservation constraints is the bulk of this work. 59

60 AMRDEC Web Site Facebook YouTube Public Affairs 60

HPCMP CREATE TM -AV Kestrel Dual Mesh Computations on the ROBIN Fuselage

HPCMP CREATE TM -AV Kestrel Dual Mesh Computations on the ROBIN Fuselage HPCMP CREATE TM -AV Kestrel Dual Mesh Computations on the ROBIN Fuselage Jennifer Abras NAVAIR Applied Aerodynamics and Store Separation Branch Nathan Hariharan HPCMP CREATE-AV 12 th Overset Grid Symposium

More information

High-Performance Computing Applications and Future Requirements for Army Rotorcraft

High-Performance Computing Applications and Future Requirements for Army Rotorcraft Presented to: HPC User Forum April 15, 2015 High-Performance Computing Applications and Future Requirements for Army Rotorcraft Dr. Roger Strawn US Army Aviation Development Directorate (AMRDEC) Ames Research

More information

Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons

Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons Stores Separation Introduction Flight Test Expensive, high-risk, sometimes catastrophic

More information

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić Coupled Simulation of Flow and Body Motion Using Overset Grids Eberhard Schreck & Milovan Perić Contents Dynamic Fluid-Body Interaction (DFBI) model in STAR-CCM+ Overset grids method in STAR-CCM+ Advantages

More information

Development of a High- Order Strand Solver for Helios

Development of a High- Order Strand Solver for Helios 12 th Symposium on Overset Composite Grids and Solution Technology Georgia Institute of Technology Oct 9, 2014 Development of a High- Order Strand Solver for Helios DISTRIBUTION STATEMENT A: Approved for

More information

Parallel Implicit Hole-cutting Method for Unstructured Chimera Grid

Parallel Implicit Hole-cutting Method for Unstructured Chimera Grid Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona, Spain, July 9-13, 2018 ICCFD10-052 Parallel Implicit Hole-cutting Method for Unstructured Chimera Grid X. H. Chang *,**,

More information

Large Scale Aerodynamic Calculation on Pleiades

Large Scale Aerodynamic Calculation on Pleiades Large Scale Aerodynamic Calculation on Pleiades Thomas H. Pulliam, Dennis C. Jespesen ABSTRACT A very large scale aerodynamic calculation on the NASA Pleiades supercomputer using the three-dimensional

More information

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 StarCCM_StarEurope_2011 4/6/11 1 Overview 2 Role of CFD in Aerodynamic Analyses Classical aerodynamics / Semi-Empirical

More information

arxiv: v1 [physics.comp-ph] 21 Nov 2017

arxiv: v1 [physics.comp-ph] 21 Nov 2017 A Parallel Direct Cut Algorithm for High-Order Overset Methods with Application to a Spinning Golf Ball arxiv:1711.07663v1 [physics.comp-ph] 21 Nov 2017 Abstract J. Crabill, F. D. Witherden, A. Jameson

More information

Unsteady Adaptive Mesh Refinement in the Helios Code

Unsteady Adaptive Mesh Refinement in the Helios Code Presented to: 10 th Symposium on Overset Grid and Solution Technology NASA Ames Research Center Unsteady Adaptive Mesh Refinement in the Helios Code Sept 22, 2010 Presented by: Andrew Wissink Approved

More information

Best Practices Workshop: Overset Meshing

Best Practices Workshop: Overset Meshing Best Practices Workshop: Overset Meshing Overview Introduction to Overset Meshes Range of Application Workflow Demonstrations and Best Practices What are Overset Meshes? Overset meshes are also known as

More information

ADVANCES IN PARALLEL OVERSET DOMAIN ASSEMBLY. Cameron Thomas Druyor Jr.

ADVANCES IN PARALLEL OVERSET DOMAIN ASSEMBLY. Cameron Thomas Druyor Jr. ADVANCES IN PARALLEL OVERSET DOMAIN ASSEMBLY By Cameron Thomas Druyor Jr. Steve L. Karman, Jr. Advance Research, Pointwise Inc. (Chair) James C. Newman III Professor of Computational Engineering (Committee

More information

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist Accurate and Efficient Turbomachinery Simulation Chad Custer, PhD Turbomachinery Technical Specialist Outline Turbomachinery simulation advantages Axial fan optimization Description of design objectives

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

A Direct Cut Approach for Overset Hole Cutting

A Direct Cut Approach for Overset Hole Cutting 18th AIAA Computational Fluid Dynamics Conference, June 25-28 2007, Miami, FL A Direct Cut Approach for Overset Hole Cutting Ralph W. Noack Applied Research Laboratory, The Pennsylvania State University,

More information

Geometric Modeling in Graphics

Geometric Modeling in Graphics Geometric Modeling in Graphics Part 10: Surface reconstruction Martin Samuelčík www.sccg.sk/~samuelcik samuelcik@sccg.sk Curve, surface reconstruction Finding compact connected orientable 2-manifold surface

More information

Directions: 1) Delete this text box 2) Insert desired picture here

Directions: 1) Delete this text box 2) Insert desired picture here Directions: 1) Delete this text box 2) Insert desired picture here Multi-Disciplinary Applications using Overset Grid Technology in STAR-CCM+ CD-adapco Dmitry Pinaev, Frank Schäfer, Eberhard Schreck Outline

More information

Parallel Unsteady Overset Mesh Methodology for a Multi-Solver Paradigm with Adaptive Cartesian Grids

Parallel Unsteady Overset Mesh Methodology for a Multi-Solver Paradigm with Adaptive Cartesian Grids 26th AIAA Applied Aerodynamics Conference 18-21 August 2008, Honolulu, Hawaii AIAA 2008-7177 Parallel Unsteady Overset Mesh Methodology for a Multi-Solver Paradigm with Adaptive Cartesian Grids Jayanarayanan

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

Pegasus5: An Automated Pre-Processor For Overset-Grid CFD

Pegasus5: An Automated Pre-Processor For Overset-Grid CFD Pegasus5: An Automated Pre-Processor For Overset-Grid CFD Stuart E. Rogers Computational Aerosciences Branch NASA Supercomputing Division NASA Ames Research Center, Moffett Field, CA stuart.e.rogers@nasa.gov

More information

Manipulating the Boundary Mesh

Manipulating the Boundary Mesh Chapter 7. Manipulating the Boundary Mesh The first step in producing an unstructured grid is to define the shape of the domain boundaries. Using a preprocessor (GAMBIT or a third-party CAD package) you

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

ALPINE Automated Layout with a Python Integrated NDARC Environment

ALPINE Automated Layout with a Python Integrated NDARC Environment Presented at: OpenVSP Workshop 2017 ALPINE Automated Layout with a Python Integrated NDARC Environment Distribution Statement A Approved for Public Release Distribution Unlimited. Review Completed by AMRDEC

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

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming L1 - Introduction Contents Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming 1 Definitions Computer-Aided Design (CAD) The technology concerned with the

More information

Recent applications of overset mesh technology in SC/Tetra

Recent applications of overset mesh technology in SC/Tetra Recent applications of overset mesh technology in SC/Tetra NIA CFD Seminar October 6, 2014 Tomohiro Irie Software Cradle Co., Ltd. 1 Contents Introduction Software Cradle SC/Tetra Background of Demands

More information

Structured Grid Generation for Turbo Machinery Applications using Topology Templates

Structured Grid Generation for Turbo Machinery Applications using Topology Templates Structured Grid Generation for Turbo Machinery Applications using Topology Templates January 13th 2011 Martin Spel martin.spel@rtech.fr page 1 Agenda: R.Tech activities Grid Generation Techniques Structured

More information

Best Practices: Volume Meshing Kynan Maley

Best Practices: Volume Meshing Kynan Maley Best Practices: Volume Meshing Kynan Maley Volume Meshing Volume meshing is the basic tool that allows the creation of the space discretization needed to solve most of the CAE equations for: CFD Stress

More information

Ezequiel Martin, Pablo Carrica, IIHR Hydroscience & Engineering, University of Iowa. Ralph Noack, Celeritas Simulation Technology, LLC

Ezequiel Martin, Pablo Carrica, IIHR Hydroscience & Engineering, University of Iowa. Ralph Noack, Celeritas Simulation Technology, LLC 12 th Overset Grid Symposium, Atlanta, GA October 6-9, 2014 Multiple Body Overset Connectivity Method with Application to Wind Farm Simulations Ezequiel Martin, Pablo Carrica, IIHR Hydroscience & Engineering,

More information

Three dimensional meshless point generation technique for complex geometry

Three dimensional meshless point generation technique for complex geometry Three dimensional meshless point generation technique for complex geometry *Jae-Sang Rhee 1), Jinyoung Huh 2), Kyu Hong Kim 3), Suk Young Jung 4) 1),2) Department of Mechanical & Aerospace Engineering,

More information

Application of STAR-CCM+ to Helicopter Rotors in Hover

Application of STAR-CCM+ to Helicopter Rotors in Hover Application of STAR-CCM+ to Helicopter Rotors in Hover Lakshmi N. Sankar and Chong Zhou School of Aerospace Engineering, Georgia Institute of Technology, Atlanta, GA Ritu Marpu Eschol CD-Adapco, Inc.,

More information

A fully automated Chimera methodology for multiple moving body problems

A fully automated Chimera methodology for multiple moving body problems INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2000; 33: 919 938 A fully automated Chimera methodology for multiple moving body problems Z. J. Wang and V. Parthasarathy*

More information

Workshop 1: Basic Skills

Workshop 1: Basic Skills Workshop 1: Basic Skills 14.5 Release Introduction to ANSYS Fluent Meshing 2011 ANSYS, Inc. December 21, 2012 1 I Introduction Workshop Description: This workshop shows some of the clean up tools in Tgrid

More information

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

CHARMS: A Simple Framework for Adaptive Simulation SIGGRAPH Presented by Jose Guerra

CHARMS: A Simple Framework for Adaptive Simulation SIGGRAPH Presented by Jose Guerra CHARMS: A Simple Framework for Adaptive Simulation SIGGRAPH 2002 Eitan Grinspun Caltech Petr Krysl UCSD Peter Schröder Caltech Presented by Jose Guerra 1 Outline Background Motivation (Element vs. Basis

More information

Module 3 Mesh Generation

Module 3 Mesh Generation Module 3 Mesh Generation 1 Lecture 3.1 Introduction 2 Mesh Generation Strategy Mesh generation is an important pre-processing step in CFD of turbomachinery, quite analogous to the development of solid

More information

CAD-BASED WORKFLOWS. VSP Workshop 2017

CAD-BASED WORKFLOWS. VSP Workshop 2017 CAD-BASED WORKFLOWS VSP Workshop 2017 RESEARCH IN FLIGHT COMPANY Established 2012 Primary functions are the development, marketing and support of FlightStream and the development of aerodynamic solutions

More information

An added mass partitioned algorithm for rigid bodies and incompressible flows

An added mass partitioned algorithm for rigid bodies and incompressible flows An added mass partitioned algorithm for rigid bodies and incompressible flows Jeff Banks Rensselaer Polytechnic Institute Overset Grid Symposium Mukilteo, WA October 19, 216 Collaborators Bill Henshaw,

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering Debojyoti Ghosh Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering To study the Dynamic Stalling of rotor blade cross-sections Unsteady Aerodynamics: Time varying

More information

Capstone: A platform for geometry, mesh and attribution modeling for physics-based analysis and design

Capstone: A platform for geometry, mesh and attribution modeling for physics-based analysis and design : A platform for geometry, mesh and attribution modeling for physics-based analysis and design Dr. Saikat Dey, Code 7131, US NRL, Washington, DC Distribution Statement A: Approved for public release; distribution

More information

5. Create two planes and split the outer cylinder volume into four quadrants using the menus

5. Create two planes and split the outer cylinder volume into four quadrants using the menus Generating a 3D GAMBIT grid for concentric rotating cylinders Prepared by: Jagannath R Nanduri (jaggu.nanduri@mail.wvu.edu) 304-293-3111x2348 1. In order to overcome the problem of generating small size

More information

Lecture notes: Object modeling

Lecture notes: Object modeling Lecture notes: Object modeling One of the classic problems in computer vision is to construct a model of an object from an image of the object. An object model has the following general principles: Compact

More information

Recent developments for the multigrid scheme of the DLR TAU-Code

Recent developments for the multigrid scheme of the DLR TAU-Code www.dlr.de Chart 1 > 21st NIA CFD Seminar > Axel Schwöppe Recent development s for the multigrid scheme of the DLR TAU-Code > Apr 11, 2013 Recent developments for the multigrid scheme of the DLR TAU-Code

More information

A Coupled Unstructured-Adaptive Cartesian CFD Approach for Hover Prediction

A Coupled Unstructured-Adaptive Cartesian CFD Approach for Hover Prediction A Coupled Unstructured-Adaptive Cartesian CFD Approach for Hover Prediction Andrew Wissink, Mark Potsdam, Venkateswaran Sankaran U.S. Army Aeroflightdynamics Directorate (AMRDEC) Research, Development,

More information

Meshing in STAR-CCM+: Recent Advances Aly Khawaja

Meshing in STAR-CCM+: Recent Advances Aly Khawaja Meshing in STAR-CCM+: Recent Advances Aly Khawaja Outline STAR-CCM+: a complete simulation workflow Emphasis on pre-processing technology Recent advances in surface preparation and meshing Continue to

More information

Efficient Aero-Acoustic Simulation of the HART II Rotor with the Compact Pade Scheme Gunther Wilke DLR AS-HEL Sept 6th nd ERF Lille, France

Efficient Aero-Acoustic Simulation of the HART II Rotor with the Compact Pade Scheme Gunther Wilke DLR AS-HEL Sept 6th nd ERF Lille, France www.dlr.de Chart 1 Efficient Aero-Acoustic Simulation of the HART II Rotor with the Compact Pade Scheme Gunther Wilke DLR AS-HEL Sept 6th 2016 42nd ERF Lille, France www.dlr.de Chart 2 Overview - Motivation

More information

Sliding Split Tube Telescope

Sliding Split Tube Telescope LESSON 15 Sliding Split Tube Telescope Objectives: Shell-to-shell contact -accounting for shell thickness. Creating boundary conditions and loads by way of rigid surfaces. Simulate large displacements,

More information

Cartesian Off-Body Grid Adaption for Viscous Time- Accurate Flow Simulation

Cartesian Off-Body Grid Adaption for Viscous Time- Accurate Flow Simulation 20th AIAA Computational Fluid Dynamics Conference 27-30 June 2011, Honolulu, Hawaii AIAA 2011-3693 Cartesian Off-Body Grid Adaption for Viscous Time- Accurate Flow Simulation Pieter G. Buning * NASA Langley

More information

NUMERICAL SIMULATION OF 3D FLAPPING WING BASED ON CHIMERA METHOD

NUMERICAL SIMULATION OF 3D FLAPPING WING BASED ON CHIMERA METHOD 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES NUMERICAL SIMULATION OF 3D FLAPPING WING Wenqing Yang, Bifeng Song, Wenping Song School of Aeronautics, Northwestern Polytechnical University,

More information

Overview of ANSA & Moldex3D Coupling

Overview of ANSA & Moldex3D Coupling Contents Overview of ANSA & Moldex3D Coupling How ANSA & Moldex3D Users benefit from the Coupling ANSA Specialties Moldex3D Simulation Process Special Features in ANSA for Moldex3D users Sample Cases Support

More information

Free Convection Cookbook for StarCCM+

Free Convection Cookbook for StarCCM+ ME 448/548 February 28, 2012 Free Convection Cookbook for StarCCM+ Gerald Recktenwald gerry@me.pdx.edu 1 Overview Figure 1 depicts a two-dimensional fluid domain bounded by a cylinder of diameter D. Inside

More information

Introduction to ANSYS ICEM CFD

Introduction to ANSYS ICEM CFD Lecture 4 Volume Meshing 14. 0 Release Introduction to ANSYS ICEM CFD 1 2011 ANSYS, Inc. March 21, 2012 Introduction to Volume Meshing To automatically create 3D elements to fill volumetric domain Generally

More information

Surface Modeling. Polygon Tables. Types: Generating models: Polygon Surfaces. Polygon surfaces Curved surfaces Volumes. Interactive Procedural

Surface Modeling. Polygon Tables. Types: Generating models: Polygon Surfaces. Polygon surfaces Curved surfaces Volumes. Interactive Procedural Surface Modeling Types: Polygon surfaces Curved surfaces Volumes Generating models: Interactive Procedural Polygon Tables We specify a polygon surface with a set of vertex coordinates and associated attribute

More information

Mesh Generation of Large Size Industrial CFD Applications using a Cartesian Grid based Shrink Wrap approach

Mesh Generation of Large Size Industrial CFD Applications using a Cartesian Grid based Shrink Wrap approach Mesh Generation of Large Size Industrial CFD Applications using a Cartesian Grid based Shrink Wrap approach October 17, 2007 Tetrahedron II Erling Eklund, ANSYS Fluent France Y. K. Lee, ANSYS Inc., Evanston,

More information

From CAD surface models to quality meshes. Patrick LAUG. Projet GAMMA. INRIA Rocquencourt. Outline

From CAD surface models to quality meshes. Patrick LAUG. Projet GAMMA. INRIA Rocquencourt. Outline From CAD surface models to quality meshes Patrick LAUG Projet GAMMA INRIA Rocquencourt Tetrahedron II Oct. 2007 1 Outline 1. Introduction B-Rep, patches 2. CAD repair ant topology recovery 3. Discretization

More information

03 - Reconstruction. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Spring 17 - Daniele Panozzo

03 - Reconstruction. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Spring 17 - Daniele Panozzo 3 - Reconstruction Acknowledgements: Olga Sorkine-Hornung Geometry Acquisition Pipeline Scanning: results in range images Registration: bring all range images to one coordinate system Stitching/ reconstruction:

More information

Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI

Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI François Thirifay and Philippe Geuzaine CENAERO, Avenue Jean Mermoz 30, B-6041 Gosselies, Belgium Abstract. This paper reports

More information

METHOD IMPROVEMENTS IN THERMAL ANALYSIS OF MACH 10 LEADING EDGES

METHOD IMPROVEMENTS IN THERMAL ANALYSIS OF MACH 10 LEADING EDGES METHOD IMPROVEMENTS IN THERMAL ANALYSIS OF MACH 10 LEADING EDGES Ruth M. Amundsen National Aeronautics and Space Administration Langley Research Center Hampton VA 23681-2199 ABSTRACT Several improvements

More information

Overview and Recent Developments of Dynamic Mesh Capabilities

Overview and Recent Developments of Dynamic Mesh Capabilities Overview and Recent Developments of Dynamic Mesh Capabilities Henrik Rusche and Hrvoje Jasak h.rusche@wikki-gmbh.de and h.jasak@wikki.co.uk Wikki Gmbh, Germany Wikki Ltd, United Kingdom 6th OpenFOAM Workshop,

More information

Solving Partial Differential Equations on Overlapping Grids

Solving Partial Differential Equations on Overlapping Grids **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** Solving Partial Differential Equations on Overlapping Grids William D. Henshaw Centre for Applied Scientific

More information

CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+

CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+ CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+ by G. J. Grigoropoulos and I..S. Kefallinou 1. Introduction and setup 1. 1 Introduction The

More information

PERFORMANCE CAPTURE FROM SPARSE MULTI-VIEW VIDEO

PERFORMANCE CAPTURE FROM SPARSE MULTI-VIEW VIDEO Stefan Krauß, Juliane Hüttl SE, SoSe 2011, HU-Berlin PERFORMANCE CAPTURE FROM SPARSE MULTI-VIEW VIDEO 1 Uses of Motion/Performance Capture movies games, virtual environments biomechanics, sports science,

More information

Topology and Shape optimization within the ANSA-TOSCA Environment

Topology and Shape optimization within the ANSA-TOSCA Environment Topology and Shape optimization within the ANSA-TOSCA Environment Introduction Nowadays, manufacturers need to design and produce, reliable but still light weighting and elegant components, at minimum

More information

Programmable Shaders for Deformation Rendering

Programmable Shaders for Deformation Rendering Programmable Shaders for Deformation Rendering Carlos D. Correa, Deborah Silver Rutgers, The State University of New Jersey Motivation We present a different way of obtaining mesh deformation. Not a modeling,

More information

Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D.

Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D. Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D. Outline Introduction Aerospace Applications Summary New Capabilities for Aerospace Continuity Convergence Accelerator

More information

Accurate 3D Face and Body Modeling from a Single Fixed Kinect

Accurate 3D Face and Body Modeling from a Single Fixed Kinect Accurate 3D Face and Body Modeling from a Single Fixed Kinect Ruizhe Wang*, Matthias Hernandez*, Jongmoo Choi, Gérard Medioni Computer Vision Lab, IRIS University of Southern California Abstract In this

More information

Parallel FEM Computation and Multilevel Graph Partitioning Xing Cai

Parallel FEM Computation and Multilevel Graph Partitioning Xing Cai Parallel FEM Computation and Multilevel Graph Partitioning Xing Cai Simula Research Laboratory Overview Parallel FEM computation how? Graph partitioning why? The multilevel approach to GP A numerical example

More information

Shrinkwrap developments for computational electromagnetics in ICE NITe

Shrinkwrap developments for computational electromagnetics in ICE NITe Shrinkwrap developments for computational electromagnetics in ICE NITe Preparing CAD models for electromagnetic analysis remains a complex, time consuming process. Typically, the CAD model will contain

More information

Available online at ScienceDirect. Procedia Engineering 99 (2015 )

Available online at   ScienceDirect. Procedia Engineering 99 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 99 (2015 ) 575 580 APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology, APISAT2014 A 3D Anisotropic

More information

Contouring and Isosurfaces. Ronald Peikert SciVis Contouring 2-1

Contouring and Isosurfaces. Ronald Peikert SciVis Contouring 2-1 Contouring and Isosurfaces Ronald Peikert SciVis 2007 - Contouring 2-1 What are contours? Set of points where the scalar field s has a given value c: Examples in 2D: height contours on maps isobars on

More information

Flow Visualization with Integral Surfaces

Flow Visualization with Integral Surfaces Flow Visualization with Integral Surfaces Visual and Interactive Computing Group Department of Computer Science Swansea University R.S.Laramee@swansea.ac.uk 1 1 Overview Flow Visualization with Integral

More information

STAR-CCM+ overset mesh

STAR-CCM+ overset mesh STAR-CCM+ overset mesh Providing increased modeling accuracy, reduced simulation time and improved designs Benefits Improves modeling accuracy with realistic motions Reduces design time through automated

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

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

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE

More information

Section 8.3: Examining and Repairing the Input Geometry. Section 8.5: Examining the Cartesian Grid for Leakages

Section 8.3: Examining and Repairing the Input Geometry. Section 8.5: Examining the Cartesian Grid for Leakages Chapter 8. Wrapping Boundaries TGrid allows you to create a good quality boundary mesh using a bad quality surface mesh as input. This can be done using the wrapper utility in TGrid. The following sections

More information

Accelerating Double Precision FEM Simulations with GPUs

Accelerating Double Precision FEM Simulations with GPUs Accelerating Double Precision FEM Simulations with GPUs Dominik Göddeke 1 3 Robert Strzodka 2 Stefan Turek 1 dominik.goeddeke@math.uni-dortmund.de 1 Mathematics III: Applied Mathematics and Numerics, University

More information

Outline. Visualization Discretization Sampling Quantization Representation Continuous Discrete. Noise

Outline. Visualization Discretization Sampling Quantization Representation Continuous Discrete. Noise Fundamentals Data Outline Visualization Discretization Sampling Quantization Representation Continuous Discrete Noise 2 Data Data : Function dependent on one or more variables. Example Audio (1D) - depends

More information

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School

More information

Physically-Based Modeling and Animation. University of Missouri at Columbia

Physically-Based Modeling and Animation. University of Missouri at Columbia Overview of Geometric Modeling Overview 3D Shape Primitives: Points Vertices. Curves Lines, polylines, curves. Surfaces Triangle meshes, splines, subdivision surfaces, implicit surfaces, particles. Solids

More information

Femap Version

Femap Version Femap Version 11.3 Benefits Easier model viewing and handling Faster connection definition and setup Faster and easier mesh refinement process More accurate meshes with minimal triangle element creation

More information

Shape optimisation using breakthrough technologies

Shape optimisation using breakthrough technologies Shape optimisation using breakthrough technologies Compiled by Mike Slack Ansys Technical Services 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Introduction Shape optimisation technologies

More information

Digital Geometry Processing

Digital Geometry Processing Digital Geometry Processing Spring 2011 physical model acquired point cloud reconstructed model 2 Digital Michelangelo Project Range Scanning Systems Passive: Stereo Matching Find and match features in

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

Contribution to GMGW-1

Contribution to GMGW-1 Contribution to GMGW-1 Vivek Ahuja, Shaunak Pai, John Wilson, Rajesh Kumar, Michael Stubert Inc. (003) Restricted Siemens AG 2017 Realize innovation. Summary of meshes generated Star-CCM+ Geometry Core

More information

RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent

RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent RBF Morph An Add-on Module for Mesh Morphing in ANSYS Fluent Gilles Eggenspieler Senior Product Manager 1 Morphing & Smoothing A mesh morpher is a tool capable of performing mesh modifications in order

More information

Subdivision Surfaces

Subdivision Surfaces Subdivision Surfaces CS 4620 Lecture 31 Cornell CS4620 Fall 2015 1 Administration A5 due on Friday Dreamworks visiting Thu/Fri Rest of class Surfaces, Animation, Rendering w/ prior instructor Steve Marschner

More information

Subdivision Curves and Surfaces: An Introduction

Subdivision Curves and Surfaces: An Introduction Subdivision Curves and Surfaces: An Introduction Corner Cutting De Casteljau s and de Boor s algorithms all use corner-cutting procedures. Corner cutting can be local or non-local. A cut is local if it

More information

Explicit and Implicit Coupling Strategies for Overset Grids. Jörg Brunswig, Manuel Manzke, Thomas Rung

Explicit and Implicit Coupling Strategies for Overset Grids. Jörg Brunswig, Manuel Manzke, Thomas Rung Explicit and Implicit Coupling Strategies for s Outline FreSCo+ Grid Coupling Interpolation Schemes Implementation Mass Conservation Examples Lid-driven Cavity Flow Cylinder in a Channel Oscillating Cylinder

More information

The Link Between Mesh and Geometry in Pointwise

The Link Between Mesh and Geometry in Pointwise The Link Between Mesh and Geometry in Pointwise John P. Steinbrenner Pointwise, Inc. Fort Worth, TX USA ITI CAE Geometry Workshop, Murray Edwards College Cambridge, England 14-15 Sep 2017 Outline Evolution

More information

Solution Recording and Playback: Vortex Shedding

Solution Recording and Playback: Vortex Shedding STAR-CCM+ User Guide 6663 Solution Recording and Playback: Vortex Shedding This tutorial demonstrates how to use the solution recording and playback module for capturing the results of transient phenomena.

More information

DEVELOPMENT OF A CFD MODEL FOR SIMULATION OF SELF-PROPULSION TESTS

DEVELOPMENT OF A CFD MODEL FOR SIMULATION OF SELF-PROPULSION TESTS DEVELOPMENT OF A CFD MODEL FOR SIMULATION OF SELF-PROPULSION TESTS Alexandre T. P. Alho Laboratório de Sistemas de Propulsão DENO/POLI, UFRJ INTRODUCTION Motivation Growing demand for high efficiency propulsion

More information

LES Applications in Aerodynamics

LES Applications in Aerodynamics LES Applications in Aerodynamics Kyle D. Squires Arizona State University Tempe, Arizona, USA 2010 Tutorial School on Fluid Dynamics: Topics in Turbulence Center for Scientific Computation and Mathematical

More information

Polygonization of Implicit Surfaces

Polygonization of Implicit Surfaces Polygonization of Implicit Surfaces Hongxin Zhang and Jieqing Feng 2007-01-11 State Key Lab of CAD&CG Zhejiang University Contents Polygonization of Implicit Surfaces Other Methods for Displaying Implicit

More information

RIBLETS FOR AIRFOIL DRAG REDUCTION IN SUBSONIC FLOW

RIBLETS FOR AIRFOIL DRAG REDUCTION IN SUBSONIC FLOW RIBLETS FOR AIRFOIL DRAG REDUCTION IN SUBSONIC FLOW Baljit Singh Sidhu, Mohd Rashdan Saad, Ku Zarina Ku Ahmad and Azam Che Idris Department of Mechanical Engineering, Faculty of Engineering, Universiti

More information

Abstract. Introduction:

Abstract. Introduction: Abstract This project analyzed a lifecycle test fixture for stress under generic test loading. The maximum stress is expected to occur near the shrink fit pin on the lever arm. The model was constructed

More information

An Automated Marching Scheme for Overset Structured Surface Mesh Generation

An Automated Marching Scheme for Overset Structured Surface Mesh Generation Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona, Spain, July 9-13, 2018 ICCFD10-097 An Automated Marching Scheme for Overset Structured Surface Mesh Generation Shishir

More information

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Here SolidWorks stress simulation tutorials will be re-visited to show how they

More information

Training Course Content

Training Course Content Pioneering engineering software systems, support & services. Training Course Content 29800 Middlebelt Road Suite 100 Farmington Hills, MI 48334 United States of America Tel: +1 248 737 9760 Fax: +1 248

More information