SlideShare a Scribd company logo
1 of 33
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

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
 

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

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
 
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
 
GREDOR Presentation
GREDOR PresentationGREDOR Presentation
GREDOR Presentation
 
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
 
digit_twin.pptx
digit_twin.pptxdigit_twin.pptx
digit_twin.pptx
 

More from 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 (6/8): Solvers- Incompressible Flow
CFD Lecture (6/8): Solvers- Incompressible FlowCFD Lecture (6/8): Solvers- Incompressible Flow
CFD Lecture (6/8): Solvers- Incompressible Flow
 
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
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

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 !