|
[Sponsors] |
Inlet boundary condition with existed velocity profile |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 17, 2014, 12:32 |
Inlet boundary condition with existed velocity profile
|
#1 |
New Member
Indiana
Join Date: Dec 2013
Posts: 2
Rep Power: 0 |
Hi, I am new to the SU2. I want to perform a flow prediction with an already existed velocity profile as inlet. However, I found the inflow boundary condition only permit uniform inlet velocity.
Do you have other inlet conditions available to set specific velocity profile? Thanks a lot. |
|
June 24, 2014, 21:42 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
This is a feature that we have on our list of things to implement, but we have not found the time to add it yet. If you are interested in modifying the current code to suit your needs, you can find the current implementation of the subsonic inlet BC in void CEulerSolver::BC_Inlet(CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker) within solver_direct_mean.cpp. Please feel free to contact us if you are having issues while developing the code. It would be great to include your implementation back in the master version of the code in the open source! Cheers, Tom |
|
November 19, 2014, 02:15 |
|
#3 |
New Member
Chintan Patel
Join Date: Oct 2014
Location: USA
Posts: 19
Rep Power: 12 |
Hi,
I need to implement a velocity profile for inlet BC. I don't see this implemented in latest codes yet (on 6 November from github). Is there any development currently going on? |
|
January 16, 2015, 04:13 |
|
#4 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
This feature has been requested a number of times (so we're keeping an eye on it), but at the moment, there isn't a particular implementation underway. If this is something that you might be interested in helping to develop, please let us know. We would be happy to help! Cheers, Thomas D. Economon SU2 lead developer |
|
January 16, 2015, 19:36 |
|
#5 |
New Member
Chintan Patel
Join Date: Oct 2014
Location: USA
Posts: 19
Rep Power: 12 |
I would surely like to help develop this feature. Please let me know more details regarding this.
|
|
June 26, 2015, 12:59 |
|
#6 | |
New Member
qingxi
Join Date: Jun 2015
Posts: 2
Rep Power: 0 |
Quote:
|
||
July 14, 2015, 18:15 |
|
#7 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi chintan,
Thanks for your interest in developing this feature! I think that it should be a fairly straightforward implementation, if you're still interested. To get started, I would recommend forking the code on GitHub and getting familiar with the BC routines within solver_direct_mean.cpp. We essentially need to implement a way to specify either an individual state at each node or a way to read from a fit within the inlet BC. Please feel free to contact me if you have questions, Tom |
|
October 15, 2015, 00:31 |
|
#8 |
New Member
Keisuke Minami
Join Date: Nov 2014
Posts: 2
Rep Power: 0 |
Hi.
I want to perform a inflow problem with a velocity normal to the inlet boundary which have the curved surface. can anyone know the way? |
|
May 2, 2017, 03:38 |
|
#9 |
New Member
Ole Pfeifle
Join Date: Feb 2017
Posts: 2
Rep Power: 0 |
I know it has been requested a number of times. I am currently modelling an exit guide vane and need to use a radial total pressure and temperature distribution as well as a constant swirl angle as an inflow boundary condition.
Has this been added recently or is any current development going on? Otherwise I'll try adding it. Best regards, Ole |
|
May 10, 2017, 06:33 |
|
#10 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
A general implementation is not yet available. But you can have a look at this branch to see how to do it on your own: https://github.com/su2code/SU2/tree/...e_inletprofile
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
How to export velocity profile and load it as inlet condition | wangy16 | FLUENT | 38 | March 13, 2019 07:43 |
help with boundary profile in pressure inlet | quiqui | FLUENT | 21 | June 18, 2013 13:55 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
How to apply an outlet velocity profile to another inlet? | siw | FLUENT | 4 | April 10, 2013 12:19 |