|
[Sponsors] |
July 21, 2022, 11:43 |
BC_inlet with NEMO
|
#1 |
New Member
Jesus Arias
Join Date: Nov 2021
Posts: 2
Rep Power: 0 |
Hello all.
I am relatively new to SU2 and I was hoping to find some info on the NEMO solver with a BC_inlet condition. I would like to solve a reacting flow where I define a fuel injector inlet condition using Code:
MARKER_INLET= (injector, 300, 19.988, 0.04362156, 0.9990481, 0.0 ) MARKER_INLET_SPECIES= (injector, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ) Code:
"BC_INLET: Not operational in NEMO." Thanks! |
|
July 21, 2022, 14:39 |
|
#2 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 123
Rep Power: 7 |
Hi Jarias,
Unfortunately the inlet conditions are not yet available in SU2-NEMO. The species inlet is only for incompressible flow (there are two-separate multi-species developments happening in SU2). That being said, your timing is impeccable. This topic recently came up and we do plan to add these capabilities into NEMO. Ill go ahead and start the development. |
|
July 22, 2022, 05:34 |
|
#3 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Hi,
Besides the NEMO project, which focusses on compressible flow, we are working on an incompressible reacting flow solver based on the flamelet approach (tabulated chemistry). We are currently trying to merge all our developments into the main version of SU2, much of the development is still in a feature branch (feature_flamelet). If you can tell a little bit more about the case you would like to simulate, we can tell you if the flamelet branch is something you could use (incompressible, premixed, partially premixed or nonpremixed, turbulent, heat losses, etc.) |
|
July 22, 2022, 11:17 |
|
#4 |
New Member
Jesus Arias
Join Date: Nov 2021
Posts: 2
Rep Power: 0 |
Hi bigfoot,
There were two cases we were interesting in looking at, that being a scramjet similar to the work by Peterson https://arc.aiaa.org/doi/10.2514/6.2020-0875, and then another case of a rocket nozzle with combustion products in the flow. I figured since the Mach > 1 that NEMO coupled to mutation++ would be our best bet. |
|
July 22, 2022, 15:10 |
|
#5 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Hi,
Yes, these testcases are better handled by NEMO, so that means you'll have to wait for the implementation of wallym, or maybe you can participate in the development over github (not sure how much work it is and how much time wallym has available). It would be interesting to see the results. |
|
August 21, 2022, 16:47 |
|
#6 |
New Member
Zaid Paloba
Join Date: Aug 2022
Posts: 1
Rep Power: 0 |
hello. Try using
MARKER_FAR= (injector) |
|
August 22, 2022, 14:12 |
|
#7 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 123
Rep Power: 7 |
Hi ZaidPaloba,
Unfortunately, MARKER_FAR will only initialize the flow to the freestream conditions, and not to the desired injector values. |
|
April 12, 2024, 04:49 |
|
#8 |
New Member
Virgile Charton
Join Date: Dec 2022
Posts: 1
Rep Power: 0 |
Hi,
I have the same issue. I would like to use INLET boundary conditions to simulation a nozzle flow. Does NEMO now include the MARKER_INLET ? Thank you very much! |
|
April 12, 2024, 18:28 |
|
#9 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Only supersonic inlet for now (MARKER_SUPERSONIC_INLET).
|
|
Tags |
bc_inlet, hypersonic flow, nemo, reacting |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
restart error in NEMO Solver | hk.narahari | SU2 | 0 | July 29, 2021 11:27 |
NEMO - SU2 NONEQ with 3D-grid (Euler or Navier Stokes) doesn't start | MBrandt | SU2 | 1 | June 28, 2021 15:09 |
Issue with invwedge case with NEMO Euler | hk.narahari | SU2 | 0 | March 12, 2021 07:44 |