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

Issue with specifying boundary conditions for supersonic retropropulsion

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 25, 2020, 01:29
Default Issue with specifying boundary conditions for supersonic retropropulsion
  #1
New Member
 
dinesh Choudhary
Join Date: May 2020
Posts: 2
Rep Power: 0
dc2869 is on a distinguished road
Hello,
I am simulating a supersonic bow shock on air jet from nozzle inlet thrusting into the oncoming supersonic freestream with rhoCentralFoam k-ω SST model. The problem is while running the case simulation crashes at very early stage, i suspect that my boundary condition are incorrect specifically the supersonic freestream boundary conditions. My setup for p, T and U are as below.
p:
Code:
internalField   uniform 9831120;
boundaryField
{
    inlet
    {
        type        totalPressure;
        value       uniform 9831120;
        p0          uniform 9831120;
        psi         thermo:psi;
        gamma       1.4;
    }
    freestream
    {
        type        waveTransmissive;
        value       uniform 13800;
        field       p;
        psi         thermo:psi;
        lInf        0.43815;
        fieldInf    13800;
        gamma       1.4;
    }
    walls
    {
        type        zeroGradient;
    }
    axis
    {
        type        empty;
    }
    wedge1 {type wedge;}
    wedge2 {type wedge;}
}
T:
Code:
internalField   uniform 294;
boundaryField
{
    inlet
    {
        type           totalTemperature;
        value          uniform 294;
        T0             uniform 294;
        psi            thermo:psi;
        gamma          1.4;
    }
    freestream
    {
        type          zeroGradient;
    }
    walls
    {
        type          zeroGradient;
    }
...
U:
Code:
internalField   uniform (-694.404 0 0);
boundaryField
{
    inlet
    {
        type           zeroGradient;        
    }
    freestream
    {
       type            fixedValue;
       value           uniform (-694.404 0 0);
    }
    walls
    {
        type          noSlip;
    }
...
totalpressure is set for the nozzle inlet, To complement this boundary condition i use the zeroGradient boundary conditions for velocity inlet, also i don't know the value for velocity at nozzle inlet. The problem is with freestream boundary condition it is having the velocity in negative x-direction opposing the nozzle inlet also the internal field for U is right or wrong, I have attached the image of the geometry .
can anyone please help me out to set proper boundary condition.
Attached Images
File Type: jpg IMG_20200925_103726.jpg (60.0 KB, 5 views)
dc2869 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
UDF for Automatic Solution Initialization for previous case data file gartz89 Fluent UDF and Scheme Programming 6 March 30, 2020 07:38
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
Wrong multiphase flow at rotating interface Sanyo CFX 14 February 7, 2017 17:19
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Radiation interface hinca CFX 15 January 26, 2014 17:11


All times are GMT -4. The time now is 15:02.