CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Problem with 2D reacting compressible flows simulations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 25, 2023, 13:27
Default Problem with 2D reacting compressible flows simulations
  #1
New Member
 
Rodrigo
Join Date: Jan 2023
Posts: 2
Rep Power: 0
bananaliks is on a distinguished road
Hello,
I’m developing a finite volume code to solve 2D reacting compressible flows, but i’m getting some instabilities. The code compute the convective fluxes with a hybrid HLL-HLLC solver and diffusive fluxes with a second order scheme. The code uses a symmetric Strang splitting operator, so the solution in time t + dt is given by

U(t+dt) = C_x(t+dt/2) C_y(t+dt/2) D(t+dt/2) R(t+dt) D(t+dt/2) C_y(t+dt/2) C_x(t+dt/2) U(t)

Whre C_x and C_y are the convective operators in x and y, D is the diffuse operator and R is the reaction operator. The reaction step uses LSODA solver to solve the stiff ODE system and update temperature and mass fractions and the convection/diffusion steps uses a explicit third order Runge-Kutta method to uptdate conservative variables. To compute the convection fluxes, was implemented a fith order WENO reconstruction and a MLP5 MUSCL (Multi-dimensional Limiting Process) to get the faces values. I’m trying to simulate a flame propagation of hydrogen/air in a closed duct, but i’m getting oscillations in the interface of flame, as seen from the density plots in

Does anybody have idea why this is happening?
I'm thinking this problem is being caused by the interpolation schemes.
Thanks

bananaliks is offline   Reply With Quote

Old   March 26, 2023, 16:11
Default
  #2
Senior Member
 
Join Date: Oct 2011
Posts: 240
Rep Power: 16
naffrancois is on a distinguished road
Hello,

This looks like Richtmyer-Meshkov instabilities. There are shock waves which travel back and forth thoughout the contact discontinuity and this amplifies the instability.

The instability is initially triggered by your initial condition and mesh, you would not observe this if the flow velocity was perfectly orthogonal to the grid (like 1D flow configuration along the x-axis)

These instabilities can be dampened by numerical or physical diffusion. I guess here numerical diffusion is low because of your high order spatial scheme. You do not say what is your diffusion term.

So what you observe is not necessarily bad !
naffrancois is offline   Reply With Quote

Old   March 27, 2023, 18:00
Default
  #3
New Member
 
Rodrigo
Join Date: Jan 2023
Posts: 2
Rep Power: 0
bananaliks is on a distinguished road
Quote:
Originally Posted by naffrancois View Post
Hello,

This looks like Richtmyer-Meshkov instabilities. There are shock waves which travel back and forth thoughout the contact discontinuity and this amplifies the instability.

The instability is initially triggered by your initial condition and mesh, you would not observe this if the flow velocity was perfectly orthogonal to the grid (like 1D flow configuration along the x-axis)

These instabilities can be dampened by numerical or physical diffusion. I guess here numerical diffusion is low because of your high order spatial scheme. You do not say what is your diffusion term.

So what you observe is not necessarily bad !
Yes, this like Richtmyer-Meshkov instabilities! Thanks! I will try to add some artifial viscosity.
bananaliks is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem: Compressible Flow Segregated vs. Coupled raskolnikov STAR-CCM+ 3 September 29, 2023 07:26
AdjointShapeoptimizationFoam for compressible flows shinjanghosh OpenFOAM Programming & Development 0 June 7, 2018 22:48
Low Mach Number Compressible Multiphase Flows DarrenC CFX 10 May 26, 2014 08:52
SIMPLE pressure correction in compressible flows Maarten de Jong Main CFD Forum 7 April 30, 2012 02:23
Problems with convergence and initial guessed fields in compressible steady flows Pedro Gil Main CFD Forum 3 April 25, 2000 11:34


All times are GMT -4. The time now is 16:31.