|
[Sponsors] |
July 6, 2020, 02:58 |
Supersonic compressible channel flow
|
#1 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
Hello,
I am trying to reproduce the results of Coleman on a compressible channel flow with Mach number M=1.5. To do so, I am using rhoPimpleFoam on a channel flow configuration, using the same domain size than the authors. I triggered the turbulent state thanks to the utilities of wyldcat with that purpose. In order to set the Mach number, I followed the instructions of the forward facing step from the OF tutorials. I am fixing the velocity using the meanVelocityForce fvOption. I am searchg for any option to fix the mass flux (as the authors) rather than the velocity, but for the moment it suits for me. However, comparing with the results of Coleman (check attached Figure 1) I observe that my temperature and density fields are inversed: temperature should increase at the centreline, while the density should do the opposite. Have you ever faced this channel flow before? My BC are: U Code:
boundaryField { ".*Wall" { type noSlip; } ".*Periodic" { type $thirdDim; // cyclic for 3D simulation } ".*Cyclic" { type cyclic; } } p Code:
boundaryField { ".*Wall" { type zeroGradient; } ".*Periodic" { type $thirdDim; } ".*Cyclic" { type cyclic; } } T Code:
boundaryField { ".*Wall" { type fixedValue; value uniform $Tw; // equal to 1 } ".*Periodic" { type $thirdDim; } ".*Cyclic" { type cyclic; } } rho Code:
boundaryField { ".*Wall" { type zeroGradient; } ".*Periodic" { type $thirdDim; } ".*Cyclic" { type cyclic; } } Am I missing something? Thanks in advance! |
|
July 6, 2020, 12:55 |
|
#2 |
Senior Member
|
I will be happy to try the same case by replacing the cyclic boundary conditions with inlet and outlet boundary conditions as in tutorials of rhoSimpleFoam and rhoPimpleFoam.
What are dimension of the channel and velocity at the inlet? Best, Domenico. |
|
July 6, 2020, 14:47 |
|
#3 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
You can check the reference I'm following:
A numerical study of turbulent supersonic isothermal-wall channel flow |
|
September 9, 2022, 08:23 |
|
#4 |
New Member
Alessio Piccolo
Join Date: May 2022
Location: Italy
Posts: 9
Rep Power: 4 |
Hi Agustin, I know it's been a while since you wrote it, but I'm trying to replicate Coleman results with my own solver. Is it possible to have the case or at least give me some info in order to understand where start? Thank you in advance.
Kind regard, Alessio |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Constant mass flow rate in channel flow LES | vishwesh | OpenFOAM Running, Solving & CFD | 4 | May 10, 2018 10:10 |
supersonic flow in vane channel | Red Ember | CFX | 7 | February 13, 2017 12:40 |
Enabling Open Channel Flow Sub-Model in Mixture model | cod213 | FLUENT | 0 | January 10, 2017 14:40 |
Simulating a Laminar Isothermal Flow in a 2D rectangular Channel | HectorRedal | Main CFD Forum | 1 | December 18, 2016 12:41 |
compressible channel flow.. | R.D.Prabhu | Main CFD Forum | 0 | July 17, 1998 18:23 |