|
[Sponsors] |
August 16, 2015, 23:39 |
Zero pressure gradient boundary condition
|
#1 |
New Member
Arun Govind Neelan
Join Date: Sep 2012
Posts: 1
Rep Power: 0 |
Hi,
I want to run one SU2 simulation where I want to use zero pressure gradient boundary condition at outlet. Can somebody please help me out |
|
September 15, 2015, 17:22 |
|
#2 | |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 |
Quote:
In order to apply a pressure gradient rather than the static pressure at an outlet, you will need to modify the code. Fortunately this should be relatively simple - you will need to modify SU2/SU2_CFD/src/solver_direct_mean.cpp : CEulerSolver::BC_Outlet In this function, you can for example replace the outlet pressure specified in the config file with the pressure from the first interior point to apply a zero gradient. More formally, you would need to add an additional config file option and make sure not to interfere with existing behavior, but if you want the fastest solution you can overwrite existing functionality on your local copy of the code. |
||
Tags |
boundary condtion |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
how to replace a shock tube high pressure port by a boundary condition? | immortality | OpenFOAM Pre-Processing | 0 | May 2, 2013 14:43 |
replacing of shock tube high pressure part with a boundary condition for low pressure | immortality | Main CFD Forum | 0 | May 2, 2013 14:30 |
Pressure Boundary Condition | Matt Umbel | Main CFD Forum | 0 | January 11, 2002 11:06 |