|
[Sponsors] |
Issue with specifying boundary conditions for supersonic retropropulsion |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 25, 2020, 02:29 |
Issue with specifying boundary conditions for supersonic retropropulsion
|
#1 |
New Member
dinesh Choudhary
Join Date: May 2020
Posts: 2
Rep Power: 0 |
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;} } 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; } ... Code:
internalField uniform (-694.404 0 0); boundaryField { inlet { type zeroGradient; } freestream { type fixedValue; value uniform (-694.404 0 0); } walls { type noSlip; } ... can anyone please help me out to set proper boundary condition. |
|
|
|
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 08:38 |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
Wrong multiphase flow at rotating interface | Sanyo | CFX | 14 | February 7, 2017 18:19 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |