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

Subsonic Outlet Boundary Condition for Diffuser Simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 6, 2023, 08:29
Default HELP: Subsonic Outlet Boundary Condition
  #1
Member
 
K
Join Date: Jul 2017
Posts: 97
Rep Power: 8
mkhm is on a distinguished road
I have a diffuser where the flow is supersonic in the converging part and subsonic in the divergent part. I am using my own 1D solver built based on rhoCentralFoam, which has been verified and tested for supersonic nozzles, however this is time I'll use it for a diffuser (geometry the same, different inlet and outlet boundary conditions are required). For the supersonic inlet, I specify three boundary conditions: fixedValue for pressure (p), temperature (T), and velocity (U). However, for the subsonic outlet, I have encountered issues as the solver does not converge towards the correct solution. According to theory, at the subsonic outlet, only one boundary condition needs to be fixed. Therefore, I have tried various combinations for the subsonic outlet, such as:

1) did not work
U_outlet fixedValue
p_outlet zeroGradient;
T_outlet zeroGradient;

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

2) wrong solution
p_outlet fixedValue;
T_outlet zeroGradient;
U_outlet zeroGradient;

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

8) wrong solution
p_outlet & U_outlet zeroGradient;
T_outlet fixedValue;

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

37) U < 0
T_outlet zeroGradient
p_outlet fixedValue
U_outlet pressureInletOutletVelocity

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

38) U < 0
T_outlet zeroGradient
p_outlet freestream
U_outlet zeroGradient

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

39) crashed very early
T_outlet freestream
p_outlet freestream
U_outlet zeroGradient

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

40) crashed very early
T_outlet freestream
p_outlet freestream
U_outlet freestream

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

41) crashed very early
T_outlet zeroGradient
p_outlet freestream
U_outlet freestream

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue

41) converges towards supersonic and U <0
T_outlet inletOutlet
p_outlet zeroGradient
U_outlet inletOutlet

T_inlet fixedValue
p_inlet fixedValue
U_inlet fixedValue
etc.

Could someone please tell me what the appropriate subsonic outlet boundary condition to impose is?


P.S.: some of the combinations lead to negative values for velocity. I tried to use inletOutlet and freestream BCs, but it did not help.

Last edited by mkhm; September 6, 2023 at 21:02. Reason: typo
mkhm is offline   Reply With Quote

Old   September 7, 2023, 09:34
Default
  #2
Member
 
K
Join Date: Jul 2017
Posts: 97
Rep Power: 8
mkhm is on a distinguished road
I think the problem for OpenFOAM is how to go from a low pressure to high pressure. While I am expecting it to follow the isentropic relationship, the fact of having higher pressure at output than the one at input seems problematic for OpenFOAM. That is the reason why velocity becomes negative (flow goes from high pressure to low pressure).



Has anyone encountered this problem before?
mkhm is offline   Reply With Quote

Reply

Tags
boundary condition, diffuser, supersonic/subsonic flow


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
Outlet boundary condition in a curved flow AMR96 OpenFOAM Pre-Processing 0 August 18, 2023 08:56
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Boundary condition setting regarding turbine simulation using CFX Lacerlacer CFX 11 March 12, 2012 09:32


All times are GMT -4. The time now is 03:56.