CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Supersonic compressible channel flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 6, 2020, 01:58
Default Supersonic compressible channel flow
  #1
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 15
agustinvo is on a distinguished road
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!
Attached Images
File Type: png Figure_1.png (20.1 KB, 24 views)
File Type: png UMean.png (14.7 KB, 26 views)
File Type: png TMean.png (18.0 KB, 21 views)
File Type: png rhoMean.png (18.8 KB, 22 views)
agustinvo is offline   Reply With Quote

Old   July 6, 2020, 11:55
Default
  #2
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 735
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
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.
dlahaye is offline   Reply With Quote

Old   July 6, 2020, 13:47
Default
  #3
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 15
agustinvo is on a distinguished road
You can check the reference I'm following:
A numerical study of turbulent supersonic isothermal-wall channel flow
agustinvo is offline   Reply With Quote

Old   September 9, 2022, 07:23
Default
  #4
New Member
 
Alessio Piccolo
Join Date: May 2022
Location: Italy
Posts: 9
Rep Power: 3
Ale22pic is on a distinguished road
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
Ale22pic 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
Constant mass flow rate in channel flow LES vishwesh OpenFOAM Running, Solving & CFD 4 May 10, 2018 09:10
supersonic flow in vane channel Red Ember CFX 7 February 13, 2017 11:40
Enabling Open Channel Flow Sub-Model in Mixture model cod213 FLUENT 0 January 10, 2017 13:40
Simulating a Laminar Isothermal Flow in a 2D rectangular Channel HectorRedal Main CFD Forum 1 December 18, 2016 11:41
compressible channel flow.. R.D.Prabhu Main CFD Forum 0 July 17, 1998 17:23


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