|
[Sponsors] |
July 2, 2022, 10:09 |
Exit Profile BC
|
#1 |
New Member
Jyoti Ranjan
Join Date: Oct 2020
Posts: 14
Rep Power: 6 |
Hi,
I wish to apply a static pressure profile BC at the outlet (which I am having from experiment). Is there anything similar to the 'specified inlet profile' option? Thank you. Regards, Jyoti |
|
July 7, 2022, 03:08 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
No, at the moment you cannot specify a profile at the outlet.
If you are in for some small programming you can do this: In the function BC_Outlet in the file CIncEulerSolver for incompressible flow, it checks if you have a pressure outlet. You could replace the constant value of outlet pressure in the line Code:
P_Outlet = config->GetOutlet_Pressure(Marker_Tag)/config->GetPressure_Ref(); with some array with values that you define, or a function depending on the coordinates. |
|
July 8, 2022, 00:26 |
|
#3 | |
New Member
Jyoti Ranjan
Join Date: Oct 2020
Posts: 14
Rep Power: 6 |
Quote:
I was going through the CTurbSSTSolver and CTurbSASolver routines, as my problem is a viscous, compressible one. I was going through the inlet profile portion therein and found that a bit involved and was so wondering about the possibility of any pre-existing exit profile BC. Thanks again. Regards, Jyoti |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import .csv - velocity profile - error | eSKa | CFX | 9 | April 3, 2021 14:38 |
SU2 inlet profile error | dwstevens | SU2 | 1 | June 8, 2020 17:08 |
OpenFoam restarting simulation, stops at first Time loop | syntex | OpenFOAM Running, Solving & CFD | 4 | April 5, 2019 12:20 |
Porosity profile, dividing a zone, or getting zone location from zone | khoopes | FLUENT | 0 | June 2, 2012 20:39 |
Help! how to give initial VOF | Ray | Main CFD Forum | 3 | November 11, 1999 11:13 |