SlideShare a Scribd company logo
1Built-to-Spec | Product Approval | Engineering Services | Software Development
Unsteady problems &
Separation Studies in CFD
Compute heavy simulations, will require HPC
2
©ZeusNumerixPvtLtd:ConfidentialDocument
Contents
Unsteady problems & Separation Studies in CFD
▪ Unsteady vs. unsteady flows
▪ Methods of analysis of unsteady flows
▪ Oct-tree based solvers for solution unsteady problems
▪ Some insight in to difficulty with Oct-tree based solvers
▪ Some examples
▪ 6 DoF equations
2
15-Jul-2019
3
©ZeusNumerixPvtLtd:ConfidentialDocument
3
What is Unsteady Flow?
Flow field at given point is changing with time
Unsteady problems & Separation Studies in CFD15-Jul-2019
4
©ZeusNumerixPvtLtd:ConfidentialDocument
Steady vs. Unsteady Problems
▪ If temporal derivatives (i.e. /t) at a fixed point is nonzero the flow is unsteady
▪ In some cases unsteady flow can be converted to steady flow by changing the frame of
reference.
4
V = 0V = 10
V = 10V = 0
flow changes with time
flow does not change
Unsteady problems & Separation Studies in CFD15-Jul-2019
5
©ZeusNumerixPvtLtd:ConfidentialDocument
Steady vs. Unsteady Problems
▪ In rotating flows the field can be made stationary in the rotating frame
▪ Rotating frame of reference is not inertial frame. But valid equations can be written
5
V = 100
V = 100 – r 
flow does not change
Unsteady problems & Separation Studies in CFD15-Jul-2019
6
©ZeusNumerixPvtLtd:ConfidentialDocument
Unsteady Problem
▪ If the motion of object is known, appropriate eqns of motions and boundary
conditions can be arrived at; e.g. turbo-machinery flows
▪ If motion of object mostly depends on flow the fluid domain or the boundary
conditions or both change with time
▪ Arbitrary Lagrangean-Eulerian (ALE) description of flow
6
V = 100 m/s
Unsteady problems & Separation Studies in CFD15-Jul-2019
7
©ZeusNumerixPvtLtd:ConfidentialDocument
7
Arbitrary Lagrangean-Eulerian (ALE)
▪ Elements are stationary in space and flow flows
through the surface of the elements
▪ Find fluid dynamic properties in cells
▪ Elements are made of fluid. The elements
change their position, shape, size, currently un-
knows are required to be found out
▪ The elements are neither stationary nor moving
with fluid, but their motion is known
▪ Find out the fluid dynamic properties of the
moving elements
Unsteady problems & Separation Studies in CFD15-Jul-2019
8
©ZeusNumerixPvtLtd:ConfidentialDocument
Equations in ALE
▪ Inviscid compressible flow (Euler Equations)
Vs
Vs is velocity of cell face
Unsteady problems & Separation Studies in CFD
8
15-Jul-2019
9
©ZeusNumerixPvtLtd:ConfidentialDocument
Statement of the Problem - I
▪ The motion of a rigid body / bodies is known
▪ For every instant of time
 Create a new mesh
 Execute CFD solver written ALE formulation
 Inspect the flow field
▪ Go to the next instant and repeat 2nd step
▪ Applications
 mixing flows,
 wind mills,
 Turbo-machinery flow
9
Unsteady problems & Separation Studies in CFD15-Jul-2019
10
©ZeusNumerixPvtLtd:ConfidentialDocument
Statement of the Problem - II
▪ The forces other than fluid dynamic forces acting on the body / bodies are known
▪ For every instant of time
 Create a new mesh
 Execute CFD solver written ALE formulation
 Find out the position of bodies as all the forces including fluid dynamic forces are known
 Inspect the flow field
▪ Go to the next instant and repeat 2nd step
▪ Applications
 Motion of flying objects
 Store separation
10
Unsteady problems & Separation Studies in CFD15-Jul-2019
11
©ZeusNumerixPvtLtd:ConfidentialDocument
Basic Requirement – Create a New Mesh I
▪ Un-structured grid approach
 Grid shearing in regions of large relative motion
 Grid generation is sensitive to body definition
Unsteady problems & Separation Studies in CFD
11
15-Jul-2019
12
©ZeusNumerixPvtLtd:ConfidentialDocument
Basic Requirement – Create a New Mesh II
▪ Chimera approach
 Data interpolation is difficult in regions between close objects
 Body-fitted grids are sensitive to body definition
Unsteady problems & Separation Studies in CFD
12
15-Jul-2019
13
©ZeusNumerixPvtLtd:ConfidentialDocument
Basic Requirement – Create a New Mesh III
▪ Oct-tree approach
 Divide the cells to capture geometry and flow features
 Staircase approximation reduces the accuracy
Unsteady problems & Separation Studies in CFD
13
15-Jul-2019
14
©ZeusNumerixPvtLtd:ConfidentialDocument
Basics for Oct-tree Meshes
Unsteady problems & Separation Studies in CFD
▪ Start with a block of L x M x N cells
▪ The cells constitute a structured Cartesian grid
▪ Cells must be identified as one of three types: flow; solid; or intersected
▪ Intersected cells must be cut to produce cut-cells
▪ Some cells may become split cells
14
15-Jul-2019
15
©ZeusNumerixPvtLtd:ConfidentialDocument
Grid Refinement to Capture Geometry
Unsteady problems & Separation Studies in CFD
▪ NumerixExpertTM: An Oct-tree Cartesian Based Solver
15
15-Jul-2019
16
©ZeusNumerixPvtLtd:ConfidentialDocument
Unsteady problems & Separation Studies in CFD
16
Solution Adaptive Mesh Refinement
NumerixExpertTM: An Oct-tree Cartesian Based Solver
15-Jul-2019
17
©ZeusNumerixPvtLtd:ConfidentialDocument
Basics of Oct-tree Meshes
Unsteady problems & Separation Studies in CFD
▪ Each cell is divided in to 8 cells if better
space resolution is required
▪ Resolution may be required to capture
slope discontinuity curvature, etc.
▪ Resolution may be required to capture
shock, separation, etc.
▪ Resolution can be carried out
selectively to economise cost of
simulation whenever and wherever
required
▪ Can be parallelised
17
2D Oct-tree (Quad-tree) without cut
cells with Adaptive Mesh Refinement
15-Jul-2019
18
©ZeusNumerixPvtLtd:ConfidentialDocument
Oct-tree Ideal for Multi-bodies Relative Motion
Unsteady problems & Separation Studies in CFD
▪ Runge-Kutta formulation permits a
varying control (cell) volume
▪ Cell geometry needed at three instances
during an update
▪ Time step calculation and flux
computation must now include cell face
velocities (damping derivatives required
for 6DOF simulations are automatically
get built in forces)
18
15-Jul-2019
19
©ZeusNumerixPvtLtd:ConfidentialDocument
Kinematics Affecting the Properties of Cells
Unsteady problems & Separation Studies in CFD
▪ Cell volumes can appear or disappear during a solution update
▪ Permit a cell transforming from solid to cut cell or vice versa and fluid to cut and vice
versa
▪ Do not permit transformation from solid to fluid directly or vice versa
19
15-Jul-2019
20
©ZeusNumerixPvtLtd:ConfidentialDocument
Kinematics Affecting the Properties of Cells
Unsteady problems & Separation Studies in CFD
▪ Multiple simply connected cells are grouped together
▪ Each group of cells is treated as an individual composite cell during a solution update
▪ At the end of the update each member cell receives its appropriate portion of the
updated solution
20
15-Jul-2019
21
©ZeusNumerixPvtLtd:ConfidentialDocument
Re-triangularisation of geometry
Unsteady problems & Separation Studies in CFD
▪ Surface triangles get split due to oct-tree cells further
21
15-Jul-2019
22
©ZeusNumerixPvtLtd:ConfidentialDocument
Possible Direction for RANS Simulations
Unsteady problems & Separation Studies in CFD
▪ To accommodate boundary layer
prismatic layers are required
▪ Instead of cutting cells along xy, yz
and zx planes, divide the cells along
diagonal
22
15-Jul-2019
23
©ZeusNumerixPvtLtd:ConfidentialDocument
Basic Validation: Is the Formulation true ALE?
Unsteady problems & Separation Studies in CFD
▪ Both the sphere and free stream with the same velocity V=100 (i + j + k)
23
Solution after large number of iterations shows only 1% error in veloicity and pressure
Solver is able to handle Arbitrary Lagrangean Eulerian simulations
15-Jul-2019
24
©ZeusNumerixPvtLtd:ConfidentialDocument
Dynamic Geometry
Unsteady problems & Separation Studies in CFD
Solution of one or more objects either stationary of moving with time does not pose
any problems
24
15-Jul-2019
25
©ZeusNumerixPvtLtd:ConfidentialDocument
15-Jul-2019 Unsteady problems & Separation Studies in CFD
25
Doability on a Complex Geometry with two
Objects in Relative Motion
26
©ZeusNumerixPvtLtd:ConfidentialDocument
Unsteady problems & Separation Studies in CFD
26
Validation Case
15-Jul-2019
27
©ZeusNumerixPvtLtd:ConfidentialDocument
Rigid body dynamics with 6
Degrees of Freedom
27
Unsteady problems & Separation Studies in CFD15-Jul-2019
28
©ZeusNumerixPvtLtd:ConfidentialDocument
28
Formulation
M dV/dt + V dM/dt = Fexternal (In inertial frame of
reference)
M dV/dt + M [Ω]BE [u v w] =
= Fa,p + [T]BLMg - 2[Ω]EI [u v w] - [Ω]EI[Ω]EISBI (in body frame of
reference)
where
Unsteady problems & Separation Studies in CFD15-Jul-2019
29
©ZeusNumerixPvtLtd:ConfidentialDocument
29
FormulationWritten explicitly
After integration
produces position for the c.g. of the body
Unsteady problems & Separation Studies in CFD15-Jul-2019
30
©ZeusNumerixPvtLtd:ConfidentialDocument
30
Formulation
ω dI/dt + I dω/dt = Ma,p (Inertial frame)
I dω/dt + I [Ω] [p q r] = MBa,p (body frame)
[dp/dt dq/dt dr/dt] = [I]-1 ( - [I] [Ω] [p q r] + Ma,p )
where
Unsteady problems & Separation Studies in CFD15-Jul-2019
31
©ZeusNumerixPvtLtd:ConfidentialDocument
31
Formulation
Integration of these equations produces Euler angles for the body
Unsteady problems & Separation Studies in CFD15-Jul-2019
32
©ZeusNumerixPvtLtd:ConfidentialDocument
References
Unsteady problems & Separation Studies in CFD
1) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Implicit Approaches for Moving Boundaries in a 3-D Cartesian Method” , AIAA-2003-1119
2) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Simulations of 6-DOF Motion with a Cartesian Method” , AIAA 2003-1246
3) Alex Cenko, “Experience in the use of computational aerodynamics to predict store release characteristics” Progress in Aerospace Sciences 37, 477–495,
(2001)
4) Elias E. Panagiotopoulos, Spyridon D. Kyparissis, “CFD Transonic Store Separation Trajectory Predictions with Comparison to Wind Tunnel Investigations”
5) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Simulations of Store Separation from an F/A-18 with a Cartesian Method”, journal of aircraft,
August 2004
6) A. Cenko, “Store Separation Lessons Learned During the last 30 years”, ICAS, 2010
7) Lawrence E. Lijewski, Norman E. Suhst., “Time-Accurate Computational Fluid Dynamics Approach to Transonic Store Separation Trajectory Prediction”, Jounal
of Aircraft, July-Aug. 1994
8) Alex Cenko, Frank Taverna., “The United States Navy‟s Integrated Approach to Store Separation Analysis”, 1998
9) Finney. Luke Patrick., “Investigation of Cavity Flow Effects on Store Separation Trajectories”,2010
10) Marsha J. Berger, “Cartesian grids for Moving Geometries”, 2006
11) Z.J. Wang, Ravishekar Kannan, “An Overset Adaptive Cartesian/Prism Grid Method for Moving Boundary Flow Problems”
12) H. ¨Ozg¨ur Demir, “Computational Fluid Dynamics Analysis Of Store Separation”
13) T Mahmood, M N Aizud, S Zahir., “Aerodynamic Effects of the Store Release on the Roll Attitude of a Wing Configuration in Transonic Flight”, 2011
32
15-Jul-2019
33
www.zeusnumerix.com
+91 72760 31511
Abhishek Jain
abhishek@zeusnumerix.com
Thank You !

More Related Content

Similar to Unsteady Problems & Separation Studies @ Zeus Numerix

Instancing at the Gate v1 The Load with Mark Up and Drivers
Instancing at the Gate v1 The Load with Mark Up and DriversInstancing at the Gate v1 The Load with Mark Up and Drivers
Instancing at the Gate v1 The Load with Mark Up and Drivers
Brij Consulting, LLC
 
11 generalsisation of fluent
11 generalsisation of fluent11 generalsisation of fluent
11 generalsisation of fluent
chowdavaramsaiprasad
 
CFD-CH01-Rao-2021-1.pdf
CFD-CH01-Rao-2021-1.pdfCFD-CH01-Rao-2021-1.pdf
CFD-CH01-Rao-2021-1.pdf
Syfy2
 
FEA Structural Analysis @ Zeus Numerix
FEA Structural Analysis @ Zeus NumerixFEA Structural Analysis @ Zeus Numerix
FEA Structural Analysis @ Zeus Numerix
Abhishek Jain
 
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET-  	  Optimal Generation Scheduling for Thermal UnitsIRJET-  	  Optimal Generation Scheduling for Thermal Units
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET Journal
 
9 incorporating energy storage into pv system design
9   incorporating energy storage into pv system design9   incorporating energy storage into pv system design
9 incorporating energy storage into pv system design
Sandia National Laboratories: Energy & Climate: Renewables
 
Deriving composite service specifications
Deriving composite service specificationsDeriving composite service specifications
Deriving composite service specifications
George Baryannis
 
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
Waqas Tariq
 
IRJET- Structural and Modal Analysis of Kaplan Turbine
IRJET-  	  Structural and Modal Analysis of Kaplan TurbineIRJET-  	  Structural and Modal Analysis of Kaplan Turbine
IRJET- Structural and Modal Analysis of Kaplan Turbine
IRJET Journal
 

Similar to Unsteady Problems & Separation Studies @ Zeus Numerix (11)

Instancing at the Gate v1 The Load with Mark Up and Drivers
Instancing at the Gate v1 The Load with Mark Up and DriversInstancing at the Gate v1 The Load with Mark Up and Drivers
Instancing at the Gate v1 The Load with Mark Up and Drivers
 
11 generalsisation of fluent
11 generalsisation of fluent11 generalsisation of fluent
11 generalsisation of fluent
 
CFD-CH01-Rao-2021-1.pdf
CFD-CH01-Rao-2021-1.pdfCFD-CH01-Rao-2021-1.pdf
CFD-CH01-Rao-2021-1.pdf
 
FEA Structural Analysis @ Zeus Numerix
FEA Structural Analysis @ Zeus NumerixFEA Structural Analysis @ Zeus Numerix
FEA Structural Analysis @ Zeus Numerix
 
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET-  	  Optimal Generation Scheduling for Thermal UnitsIRJET-  	  Optimal Generation Scheduling for Thermal Units
IRJET- Optimal Generation Scheduling for Thermal Units
 
9 incorporating energy storage into pv system design
9   incorporating energy storage into pv system design9   incorporating energy storage into pv system design
9 incorporating energy storage into pv system design
 
PowerGraph
PowerGraphPowerGraph
PowerGraph
 
Paper RotCFD NASA
Paper RotCFD NASAPaper RotCFD NASA
Paper RotCFD NASA
 
Deriving composite service specifications
Deriving composite service specificationsDeriving composite service specifications
Deriving composite service specifications
 
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
Probabilistic Analysis of a Desalination Plant with Major and Minor Failures ...
 
IRJET- Structural and Modal Analysis of Kaplan Turbine
IRJET-  	  Structural and Modal Analysis of Kaplan TurbineIRJET-  	  Structural and Modal Analysis of Kaplan Turbine
IRJET- Structural and Modal Analysis of Kaplan Turbine
 

More from Abhishek Jain

Optimization in CFD and Case Studies
Optimization in CFD and Case StudiesOptimization in CFD and Case Studies
Optimization in CFD and Case Studies
Abhishek Jain
 
Aero Acoustic Field & its Modeling @ Zeus Numerix
Aero Acoustic Field & its Modeling @ Zeus NumerixAero Acoustic Field & its Modeling @ Zeus Numerix
Aero Acoustic Field & its Modeling @ Zeus Numerix
Abhishek Jain
 
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing MaterialsCEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
Abhishek Jain
 
CEM Workshop Lectures (9/11): Modelling Electromagnetics Field
CEM Workshop Lectures (9/11):  Modelling Electromagnetics FieldCEM Workshop Lectures (9/11):  Modelling Electromagnetics Field
CEM Workshop Lectures (9/11): Modelling Electromagnetics Field
Abhishek Jain
 
CEM Workshop Lectures (8/11): Method of moments
CEM Workshop Lectures (8/11):  Method of momentsCEM Workshop Lectures (8/11):  Method of moments
CEM Workshop Lectures (8/11): Method of moments
Abhishek Jain
 
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS ComputationCEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
Abhishek Jain
 
CEM Workshop Lectures (5/11): Best Practices in RCS Prediction
CEM Workshop Lectures (5/11): Best Practices in RCS PredictionCEM Workshop Lectures (5/11): Best Practices in RCS Prediction
CEM Workshop Lectures (5/11): Best Practices in RCS Prediction
Abhishek Jain
 
CEM Workshop Lectures (4/11): CEM of High Frequency Methods
CEM Workshop Lectures (4/11): CEM of High Frequency MethodsCEM Workshop Lectures (4/11): CEM of High Frequency Methods
CEM Workshop Lectures (4/11): CEM of High Frequency Methods
Abhishek Jain
 
CEM Workshop Lectures (1/11): ABC of CEM and RCS
CEM Workshop Lectures (1/11): ABC of CEM and RCSCEM Workshop Lectures (1/11): ABC of CEM and RCS
CEM Workshop Lectures (1/11): ABC of CEM and RCS
Abhishek Jain
 
CFD Lecture (8/8): CFD in Chemical Systems
CFD Lecture (8/8): CFD in Chemical SystemsCFD Lecture (8/8): CFD in Chemical Systems
CFD Lecture (8/8): CFD in Chemical Systems
Abhishek Jain
 
CFD Lecture (7/8): Best Practices in CFD
CFD Lecture (7/8): Best Practices in CFDCFD Lecture (7/8): Best Practices in CFD
CFD Lecture (7/8): Best Practices in CFD
Abhishek Jain
 
CFD Lecture (5/8): Solvers- Compressible Flow
CFD Lecture (5/8): Solvers- Compressible FlowCFD Lecture (5/8): Solvers- Compressible Flow
CFD Lecture (5/8): Solvers- Compressible Flow
Abhishek Jain
 
CFD Lecture (4/8): Compressible Flow- Basics
CFD Lecture (4/8): Compressible Flow- BasicsCFD Lecture (4/8): Compressible Flow- Basics
CFD Lecture (4/8): Compressible Flow- Basics
Abhishek Jain
 
CFD Lecture (3/8): Mesh Generation in CFD
CFD Lecture (3/8): Mesh Generation in CFDCFD Lecture (3/8): Mesh Generation in CFD
CFD Lecture (3/8): Mesh Generation in CFD
Abhishek Jain
 
CFD Lecture (1/8): ZNTutor CFD- An Introduction
CFD Lecture (1/8): ZNTutor CFD- An IntroductionCFD Lecture (1/8): ZNTutor CFD- An Introduction
CFD Lecture (1/8): ZNTutor CFD- An Introduction
Abhishek Jain
 
Revisiting Projection Methods over Automatic Oct-tree Meshes
Revisiting Projection Methods over Automatic Oct-tree MeshesRevisiting Projection Methods over Automatic Oct-tree Meshes
Revisiting Projection Methods over Automatic Oct-tree Meshes
Abhishek Jain
 
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated SpacesCFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
Abhishek Jain
 
Automatic Target Recognition Using Recurrent Neural Networks
Automatic Target Recognition Using Recurrent Neural NetworksAutomatic Target Recognition Using Recurrent Neural Networks
Automatic Target Recognition Using Recurrent Neural Networks
Abhishek Jain
 
An Approach of Minimizing Dust Ingress Problem in an Open Vehicle
An Approach of Minimizing Dust Ingress Problem in an Open VehicleAn Approach of Minimizing Dust Ingress Problem in an Open Vehicle
An Approach of Minimizing Dust Ingress Problem in an Open Vehicle
Abhishek Jain
 
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Abhishek Jain
 

More from Abhishek Jain (20)

Optimization in CFD and Case Studies
Optimization in CFD and Case StudiesOptimization in CFD and Case Studies
Optimization in CFD and Case Studies
 
Aero Acoustic Field & its Modeling @ Zeus Numerix
Aero Acoustic Field & its Modeling @ Zeus NumerixAero Acoustic Field & its Modeling @ Zeus Numerix
Aero Acoustic Field & its Modeling @ Zeus Numerix
 
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing MaterialsCEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
CEM Workshop Lectures (10/11): Numerical Modeling of Radar Absorbing Materials
 
CEM Workshop Lectures (9/11): Modelling Electromagnetics Field
CEM Workshop Lectures (9/11):  Modelling Electromagnetics FieldCEM Workshop Lectures (9/11):  Modelling Electromagnetics Field
CEM Workshop Lectures (9/11): Modelling Electromagnetics Field
 
CEM Workshop Lectures (8/11): Method of moments
CEM Workshop Lectures (8/11):  Method of momentsCEM Workshop Lectures (8/11):  Method of moments
CEM Workshop Lectures (8/11): Method of moments
 
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS ComputationCEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
CEM Workshop Lectures (7/11): PO/PTD Solver for RCS Computation
 
CEM Workshop Lectures (5/11): Best Practices in RCS Prediction
CEM Workshop Lectures (5/11): Best Practices in RCS PredictionCEM Workshop Lectures (5/11): Best Practices in RCS Prediction
CEM Workshop Lectures (5/11): Best Practices in RCS Prediction
 
CEM Workshop Lectures (4/11): CEM of High Frequency Methods
CEM Workshop Lectures (4/11): CEM of High Frequency MethodsCEM Workshop Lectures (4/11): CEM of High Frequency Methods
CEM Workshop Lectures (4/11): CEM of High Frequency Methods
 
CEM Workshop Lectures (1/11): ABC of CEM and RCS
CEM Workshop Lectures (1/11): ABC of CEM and RCSCEM Workshop Lectures (1/11): ABC of CEM and RCS
CEM Workshop Lectures (1/11): ABC of CEM and RCS
 
CFD Lecture (8/8): CFD in Chemical Systems
CFD Lecture (8/8): CFD in Chemical SystemsCFD Lecture (8/8): CFD in Chemical Systems
CFD Lecture (8/8): CFD in Chemical Systems
 
CFD Lecture (7/8): Best Practices in CFD
CFD Lecture (7/8): Best Practices in CFDCFD Lecture (7/8): Best Practices in CFD
CFD Lecture (7/8): Best Practices in CFD
 
CFD Lecture (5/8): Solvers- Compressible Flow
CFD Lecture (5/8): Solvers- Compressible FlowCFD Lecture (5/8): Solvers- Compressible Flow
CFD Lecture (5/8): Solvers- Compressible Flow
 
CFD Lecture (4/8): Compressible Flow- Basics
CFD Lecture (4/8): Compressible Flow- BasicsCFD Lecture (4/8): Compressible Flow- Basics
CFD Lecture (4/8): Compressible Flow- Basics
 
CFD Lecture (3/8): Mesh Generation in CFD
CFD Lecture (3/8): Mesh Generation in CFDCFD Lecture (3/8): Mesh Generation in CFD
CFD Lecture (3/8): Mesh Generation in CFD
 
CFD Lecture (1/8): ZNTutor CFD- An Introduction
CFD Lecture (1/8): ZNTutor CFD- An IntroductionCFD Lecture (1/8): ZNTutor CFD- An Introduction
CFD Lecture (1/8): ZNTutor CFD- An Introduction
 
Revisiting Projection Methods over Automatic Oct-tree Meshes
Revisiting Projection Methods over Automatic Oct-tree MeshesRevisiting Projection Methods over Automatic Oct-tree Meshes
Revisiting Projection Methods over Automatic Oct-tree Meshes
 
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated SpacesCFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
CFD Study on Controlling Aerosol Dispersion Inside Closed Ventilated Spaces
 
Automatic Target Recognition Using Recurrent Neural Networks
Automatic Target Recognition Using Recurrent Neural NetworksAutomatic Target Recognition Using Recurrent Neural Networks
Automatic Target Recognition Using Recurrent Neural Networks
 
An Approach of Minimizing Dust Ingress Problem in an Open Vehicle
An Approach of Minimizing Dust Ingress Problem in an Open VehicleAn Approach of Minimizing Dust Ingress Problem in an Open Vehicle
An Approach of Minimizing Dust Ingress Problem in an Open Vehicle
 
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 

Unsteady Problems & Separation Studies @ Zeus Numerix

  • 1. 1Built-to-Spec | Product Approval | Engineering Services | Software Development Unsteady problems & Separation Studies in CFD Compute heavy simulations, will require HPC
  • 2. 2 ©ZeusNumerixPvtLtd:ConfidentialDocument Contents Unsteady problems & Separation Studies in CFD ▪ Unsteady vs. unsteady flows ▪ Methods of analysis of unsteady flows ▪ Oct-tree based solvers for solution unsteady problems ▪ Some insight in to difficulty with Oct-tree based solvers ▪ Some examples ▪ 6 DoF equations 2 15-Jul-2019
  • 3. 3 ©ZeusNumerixPvtLtd:ConfidentialDocument 3 What is Unsteady Flow? Flow field at given point is changing with time Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 4. 4 ©ZeusNumerixPvtLtd:ConfidentialDocument Steady vs. Unsteady Problems ▪ If temporal derivatives (i.e. /t) at a fixed point is nonzero the flow is unsteady ▪ In some cases unsteady flow can be converted to steady flow by changing the frame of reference. 4 V = 0V = 10 V = 10V = 0 flow changes with time flow does not change Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 5. 5 ©ZeusNumerixPvtLtd:ConfidentialDocument Steady vs. Unsteady Problems ▪ In rotating flows the field can be made stationary in the rotating frame ▪ Rotating frame of reference is not inertial frame. But valid equations can be written 5 V = 100 V = 100 – r  flow does not change Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 6. 6 ©ZeusNumerixPvtLtd:ConfidentialDocument Unsteady Problem ▪ If the motion of object is known, appropriate eqns of motions and boundary conditions can be arrived at; e.g. turbo-machinery flows ▪ If motion of object mostly depends on flow the fluid domain or the boundary conditions or both change with time ▪ Arbitrary Lagrangean-Eulerian (ALE) description of flow 6 V = 100 m/s Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 7. 7 ©ZeusNumerixPvtLtd:ConfidentialDocument 7 Arbitrary Lagrangean-Eulerian (ALE) ▪ Elements are stationary in space and flow flows through the surface of the elements ▪ Find fluid dynamic properties in cells ▪ Elements are made of fluid. The elements change their position, shape, size, currently un- knows are required to be found out ▪ The elements are neither stationary nor moving with fluid, but their motion is known ▪ Find out the fluid dynamic properties of the moving elements Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 8. 8 ©ZeusNumerixPvtLtd:ConfidentialDocument Equations in ALE ▪ Inviscid compressible flow (Euler Equations) Vs Vs is velocity of cell face Unsteady problems & Separation Studies in CFD 8 15-Jul-2019
  • 9. 9 ©ZeusNumerixPvtLtd:ConfidentialDocument Statement of the Problem - I ▪ The motion of a rigid body / bodies is known ▪ For every instant of time  Create a new mesh  Execute CFD solver written ALE formulation  Inspect the flow field ▪ Go to the next instant and repeat 2nd step ▪ Applications  mixing flows,  wind mills,  Turbo-machinery flow 9 Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 10. 10 ©ZeusNumerixPvtLtd:ConfidentialDocument Statement of the Problem - II ▪ The forces other than fluid dynamic forces acting on the body / bodies are known ▪ For every instant of time  Create a new mesh  Execute CFD solver written ALE formulation  Find out the position of bodies as all the forces including fluid dynamic forces are known  Inspect the flow field ▪ Go to the next instant and repeat 2nd step ▪ Applications  Motion of flying objects  Store separation 10 Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 11. 11 ©ZeusNumerixPvtLtd:ConfidentialDocument Basic Requirement – Create a New Mesh I ▪ Un-structured grid approach  Grid shearing in regions of large relative motion  Grid generation is sensitive to body definition Unsteady problems & Separation Studies in CFD 11 15-Jul-2019
  • 12. 12 ©ZeusNumerixPvtLtd:ConfidentialDocument Basic Requirement – Create a New Mesh II ▪ Chimera approach  Data interpolation is difficult in regions between close objects  Body-fitted grids are sensitive to body definition Unsteady problems & Separation Studies in CFD 12 15-Jul-2019
  • 13. 13 ©ZeusNumerixPvtLtd:ConfidentialDocument Basic Requirement – Create a New Mesh III ▪ Oct-tree approach  Divide the cells to capture geometry and flow features  Staircase approximation reduces the accuracy Unsteady problems & Separation Studies in CFD 13 15-Jul-2019
  • 14. 14 ©ZeusNumerixPvtLtd:ConfidentialDocument Basics for Oct-tree Meshes Unsteady problems & Separation Studies in CFD ▪ Start with a block of L x M x N cells ▪ The cells constitute a structured Cartesian grid ▪ Cells must be identified as one of three types: flow; solid; or intersected ▪ Intersected cells must be cut to produce cut-cells ▪ Some cells may become split cells 14 15-Jul-2019
  • 15. 15 ©ZeusNumerixPvtLtd:ConfidentialDocument Grid Refinement to Capture Geometry Unsteady problems & Separation Studies in CFD ▪ NumerixExpertTM: An Oct-tree Cartesian Based Solver 15 15-Jul-2019
  • 16. 16 ©ZeusNumerixPvtLtd:ConfidentialDocument Unsteady problems & Separation Studies in CFD 16 Solution Adaptive Mesh Refinement NumerixExpertTM: An Oct-tree Cartesian Based Solver 15-Jul-2019
  • 17. 17 ©ZeusNumerixPvtLtd:ConfidentialDocument Basics of Oct-tree Meshes Unsteady problems & Separation Studies in CFD ▪ Each cell is divided in to 8 cells if better space resolution is required ▪ Resolution may be required to capture slope discontinuity curvature, etc. ▪ Resolution may be required to capture shock, separation, etc. ▪ Resolution can be carried out selectively to economise cost of simulation whenever and wherever required ▪ Can be parallelised 17 2D Oct-tree (Quad-tree) without cut cells with Adaptive Mesh Refinement 15-Jul-2019
  • 18. 18 ©ZeusNumerixPvtLtd:ConfidentialDocument Oct-tree Ideal for Multi-bodies Relative Motion Unsteady problems & Separation Studies in CFD ▪ Runge-Kutta formulation permits a varying control (cell) volume ▪ Cell geometry needed at three instances during an update ▪ Time step calculation and flux computation must now include cell face velocities (damping derivatives required for 6DOF simulations are automatically get built in forces) 18 15-Jul-2019
  • 19. 19 ©ZeusNumerixPvtLtd:ConfidentialDocument Kinematics Affecting the Properties of Cells Unsteady problems & Separation Studies in CFD ▪ Cell volumes can appear or disappear during a solution update ▪ Permit a cell transforming from solid to cut cell or vice versa and fluid to cut and vice versa ▪ Do not permit transformation from solid to fluid directly or vice versa 19 15-Jul-2019
  • 20. 20 ©ZeusNumerixPvtLtd:ConfidentialDocument Kinematics Affecting the Properties of Cells Unsteady problems & Separation Studies in CFD ▪ Multiple simply connected cells are grouped together ▪ Each group of cells is treated as an individual composite cell during a solution update ▪ At the end of the update each member cell receives its appropriate portion of the updated solution 20 15-Jul-2019
  • 21. 21 ©ZeusNumerixPvtLtd:ConfidentialDocument Re-triangularisation of geometry Unsteady problems & Separation Studies in CFD ▪ Surface triangles get split due to oct-tree cells further 21 15-Jul-2019
  • 22. 22 ©ZeusNumerixPvtLtd:ConfidentialDocument Possible Direction for RANS Simulations Unsteady problems & Separation Studies in CFD ▪ To accommodate boundary layer prismatic layers are required ▪ Instead of cutting cells along xy, yz and zx planes, divide the cells along diagonal 22 15-Jul-2019
  • 23. 23 ©ZeusNumerixPvtLtd:ConfidentialDocument Basic Validation: Is the Formulation true ALE? Unsteady problems & Separation Studies in CFD ▪ Both the sphere and free stream with the same velocity V=100 (i + j + k) 23 Solution after large number of iterations shows only 1% error in veloicity and pressure Solver is able to handle Arbitrary Lagrangean Eulerian simulations 15-Jul-2019
  • 24. 24 ©ZeusNumerixPvtLtd:ConfidentialDocument Dynamic Geometry Unsteady problems & Separation Studies in CFD Solution of one or more objects either stationary of moving with time does not pose any problems 24 15-Jul-2019
  • 25. 25 ©ZeusNumerixPvtLtd:ConfidentialDocument 15-Jul-2019 Unsteady problems & Separation Studies in CFD 25 Doability on a Complex Geometry with two Objects in Relative Motion
  • 26. 26 ©ZeusNumerixPvtLtd:ConfidentialDocument Unsteady problems & Separation Studies in CFD 26 Validation Case 15-Jul-2019
  • 27. 27 ©ZeusNumerixPvtLtd:ConfidentialDocument Rigid body dynamics with 6 Degrees of Freedom 27 Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 28. 28 ©ZeusNumerixPvtLtd:ConfidentialDocument 28 Formulation M dV/dt + V dM/dt = Fexternal (In inertial frame of reference) M dV/dt + M [Ω]BE [u v w] = = Fa,p + [T]BLMg - 2[Ω]EI [u v w] - [Ω]EI[Ω]EISBI (in body frame of reference) where Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 29. 29 ©ZeusNumerixPvtLtd:ConfidentialDocument 29 FormulationWritten explicitly After integration produces position for the c.g. of the body Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 30. 30 ©ZeusNumerixPvtLtd:ConfidentialDocument 30 Formulation ω dI/dt + I dω/dt = Ma,p (Inertial frame) I dω/dt + I [Ω] [p q r] = MBa,p (body frame) [dp/dt dq/dt dr/dt] = [I]-1 ( - [I] [Ω] [p q r] + Ma,p ) where Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 31. 31 ©ZeusNumerixPvtLtd:ConfidentialDocument 31 Formulation Integration of these equations produces Euler angles for the body Unsteady problems & Separation Studies in CFD15-Jul-2019
  • 32. 32 ©ZeusNumerixPvtLtd:ConfidentialDocument References Unsteady problems & Separation Studies in CFD 1) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Implicit Approaches for Moving Boundaries in a 3-D Cartesian Method” , AIAA-2003-1119 2) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Simulations of 6-DOF Motion with a Cartesian Method” , AIAA 2003-1246 3) Alex Cenko, “Experience in the use of computational aerodynamics to predict store release characteristics” Progress in Aerospace Sciences 37, 477–495, (2001) 4) Elias E. Panagiotopoulos, Spyridon D. Kyparissis, “CFD Transonic Store Separation Trajectory Predictions with Comparison to Wind Tunnel Investigations” 5) Scott M. Murman, Michael J. Aftosmis, Marsha J. Berger, “Simulations of Store Separation from an F/A-18 with a Cartesian Method”, journal of aircraft, August 2004 6) A. Cenko, “Store Separation Lessons Learned During the last 30 years”, ICAS, 2010 7) Lawrence E. Lijewski, Norman E. Suhst., “Time-Accurate Computational Fluid Dynamics Approach to Transonic Store Separation Trajectory Prediction”, Jounal of Aircraft, July-Aug. 1994 8) Alex Cenko, Frank Taverna., “The United States Navy‟s Integrated Approach to Store Separation Analysis”, 1998 9) Finney. Luke Patrick., “Investigation of Cavity Flow Effects on Store Separation Trajectories”,2010 10) Marsha J. Berger, “Cartesian grids for Moving Geometries”, 2006 11) Z.J. Wang, Ravishekar Kannan, “An Overset Adaptive Cartesian/Prism Grid Method for Moving Boundary Flow Problems” 12) H. ¨Ozg¨ur Demir, “Computational Fluid Dynamics Analysis Of Store Separation” 13) T Mahmood, M N Aizud, S Zahir., “Aerodynamic Effects of the Store Release on the Roll Attitude of a Wing Configuration in Transonic Flight”, 2011 32 15-Jul-2019
  • 33. 33 www.zeusnumerix.com +91 72760 31511 Abhishek Jain abhishek@zeusnumerix.com Thank You !