CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Exit Profile BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 2, 2022, 09:09
Default Exit Profile BC
  #1
New Member
 
Jyoti Ranjan
Join Date: Oct 2020
Posts: 14
Rep Power: 5
jyotir is on a distinguished road
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
jyotir is offline   Reply With Quote

Old   July 7, 2022, 02:08
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 501
Rep Power: 17
bigfootedrockmidget is on a distinguished road
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.
bigfootedrockmidget is offline   Reply With Quote

Old   July 7, 2022, 23:26
Default
  #3
New Member
 
Jyoti Ranjan
Join Date: Oct 2020
Posts: 14
Rep Power: 5
jyotir is on a distinguished road
Quote:
Originally Posted by bigfootedrockmidget View Post
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.
Thank you for your kind response.
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
jyotir 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
Import .csv - velocity profile - error eSKa CFX 9 April 3, 2021 13:38
SU2 inlet profile error dwstevens SU2 1 June 8, 2020 16:08
OpenFoam restarting simulation, stops at first Time loop syntex OpenFOAM Running, Solving & CFD 4 April 5, 2019 11:20
Porosity profile, dividing a zone, or getting zone location from zone khoopes FLUENT 0 June 2, 2012 19:39
Help! how to give initial VOF Ray Main CFD Forum 3 November 11, 1999 10:13


All times are GMT -4. The time now is 07:47.