Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches...

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

Transcript of Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches...

Page 1: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation

D. Snyderpresented by R. Fitzsimmons

Page 2: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Flight Test– Expensive, high-risk, sometimes

catastrophic loss of aircraftWind Tunnel– Captive Trajectory (CTS) methods

developed in 1960’s– Expensive, require very small scale models– Difficulty in bays and multiple-stores

releasesCFD– CFD-Generated Aerodynamic Database

• Database of steady-state CFD solutions (1000s)

• “Grid” approach to build interference aerodynamics database

• Database lookup within 6DOF model• 1000’s of Monte-Carlo runs once model is

constructed– CFD-in-the-Loop

• Couples CFD with the 6DOF solver• Typically used to verify behavior of

aerodynamic database + 6DOF

Stores Separation – Introduction

Page 3: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

CFD Approaches– Block-structured overset mesh

• Difficult, complicated meshing• Many overset boundaries leads to

significant interpolation– Dynamic morphing/remesh

• Issues controlling volume meshdensity during motion

• Does not work well for “shearing” motions• High computational cost (~20-30%)• No benefit for “grid” approach

– Unstructured overset mesh• Best of both worlds: ease of

meshing / fewer overset boundaries• As implemented in STAR-CCM+

Stores Separation – CFD

Page 4: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Many Industries– Aerospace, Marine, Automotive,

Manufacturing, etc.Aero Applications– Parametric Studies

• Fewer meshes to build• Same mesh quality in important

regions– Same bodies at different relative

positions / orientations• Stores separation “grid” approach• Control surface deflections• High-lift configurations• Rotorcraft• Tube/Silo launches

– Bodies with complicated motion pattern

• Prescribed or coupled 6DOF

Overset Mesh

Page 5: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Arbitrary Unstructured Meshes

Complex geometries need not be broken down into simpler shapesReduces number of interfaces / interpolationsAny combination of mesh topologies (hex, tet, poly, etc.)

Page 6: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Implicit Grid Coupling

Solution is computed on all grids simultaneouslyInterpolation factors are included in the linear system(s)Improved robustness– Especially in regions of sharp gradients

Improved convergence

External Aero, Mach 0.7

Presenter
Presentation Notes
Other overset grid codes solve an iteration (or time step) on each grid (region) separately, then pass data across the overset interface. In STAR-CCM+, the interpolation factors are included in the linear system that is solved at each iteration, so the solution is computed simultaneously on all grids. Image 1 (Top Right). Example of matrix equation structure for two overset grids Image 2 (Bottom Right). Separation event at Mach 5 illustrating robustness to shocks (note you can’t tell where the shocks cross the overset interface). Image 3 (Bottom Left). Example convergence behavior for an external aerodynamics case at Mach 0.7. The “No Overset” case is a single region grid, as we would normally construct. The “Overset” case has similar mesh sizes, but contains an overset region around the body. This shows the convergence behavior with and without overset interfaces is essentially identical.
Page 7: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Control volumes are labeled as:– Active cells (may be donors)

• Regular discretized equations are solved

– Coupling (acceptors)• Algebraic equations are solved –

values are expressed via variables at a certain number of donor cells on other grid

• Many possibilities, currently use linear shape functions

– Passive• These cells are temporarily or

permanently de-activated

Overset Interface Interpolation

Presenter
Presentation Notes
See Milovan’s presentation for more details on this.
Page 8: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Each region (“grid”) meshed independently– Can use different mesh topologies– Cells should be similar sized at interface

Multiple-select regions, select Create Interface → Overset MeshPosition and orient foreground region(s) as desiredCell types (active, coupling, passive, etc.) determined automatically as needed.

Defining Overset Interfaces

8

Page 9: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Wing/Pylon/Store Benchmark Case

Geometry– Clipped delta wing with pylon– Standard 4-fin store ~10ft in length

Benchmark wind tunnel data available at Mach 1.2– Trajectory information– Surface pressure

Page 10: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Computational Mesh

Unstructured Cartesian Trim Cell– Cells refined in region of

expected store travel– Cell refined around store (nose,

tips, wake)– Minimum of 4 cells across the

small 1.4” gap between pylon and store

3.8M Cells Overall– 3.0M Farfield/Wing/Pylon– 0.8M Store

Lateral extents located at approximately 100 diameters

Page 11: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Density-based Coupled SolverInviscid Flow– Previous studies have shown this is sufficient for trajectory calculation

2nd-Order upwind spatial discretization2nd-Order implicit temporal discretization– Implicitly-coupled 6DOF motion– ∆t = 0.01s nominal, and and 0.002s fine

Solver Settings

Page 12: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Ejector Forces Definition

Modeled as arbitrary point loads– Defined through the GUI– Custom functional relationships to

match ejector force and stroke lengthVisualize loads real-time– Note that initial motion is dominated by

ejector forces

Presenter
Presentation Notes
Point out that the initial motion is dominated by ejector forces (this becomes important in evaluating some of the results). This can be seen via the large vectors for the ejector forces versus the small vectors for gravity and fluid force/moment at the initial time steps.
Page 13: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Initial nose-up motion due to ejector forcesStore rolls and yaws outboard

Visualization – Overall Trajectory

Page 14: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Visualization – Overset Region

Overset domain initially overlaps pylonOverset domain falls through refined region in background gridShock structures can be seen

Page 15: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Visualization – Small Gap

Flow within the small pylon/store gap is resolvedAutomatic activation/de-activation of cells is seen

Page 16: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Surface Pressures

t = 0.00

t = 0.16

t = 0.37

Presenter
Presentation Notes
What you’re looking at is pressure distribution along a line from the nose to the tail at two different circumferential locations (as shown in the diagrams on each plot). Within each plot, pressure distributions at three different times during the separation event are shown…both experimental and CFD. Agreement is very good.
Page 17: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Results are nearly identical for nominal and fine time stepY- and Z-position and velocity are in excellent agreementAft-ward X-movement is underpredicted– Common for this benchmark case– NOT due to viscous effects– Likely due to wind tunnel sting corrections

Trajectory: Position / Velocity

Page 18: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Trajectory: Angle / Angular Rates

Fine time step shows improved results, but only slightlyPitch and roll are in good agreementInitial outward yaw rate is underpredicted– Initial rates are dominated by ejector forces– Further investigation is needed to determine difference between CFD and

WT ejector force definition

Page 19: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

STAR-CCM+ unstructured overset mesh approach shown to be effective and successful for transonic stores separation– Trajectories are predicted well– Surface pressures are in excellent agreement– Quick turn-around time

• Meshing: ~ 1 hour from raw CAD model• Solution: 2 hrs on 6-core workstation for nominal ∆t

Future Work– Multiple moving bodies (ripple-release)– Constrained relative motion– Automatic mesh adaption– Collision modeling

Conclusions

Page 20: Validation of an Unstructured Overset Mesh Method for CFD ... · PDF fileCFD Approaches – Block-structured overset mesh • Difficult, complicated meshing • Many overset boundaries

Questions?