CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   Inlet boundary condition with existed velocity profile (https://www.cfd-online.com/Forums/su2/137490-inlet-boundary-condition-existed-velocity-profile.html)

wanjia June 17, 2014 11:32

Inlet boundary condition with existed velocity profile
 
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.

economon June 24, 2014 20:42

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

chintan November 19, 2014 01:15

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?

economon January 16, 2015 03:13

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

chintan January 16, 2015 18:36

I would surely like to help develop this feature. Please let me know more details regarding this.

lqxymds June 26, 2015 11:59

Quote:

Originally Posted by economon (Post 527775)
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

I am also looking forward to this implementation. What is the latest news about it please?

economon July 14, 2015 17:15

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

kei714 October 14, 2015 23:31

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?

Apollinaris May 2, 2017 02:38

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

talbring May 10, 2017 05:33

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


All times are GMT -4. The time now is 20:39.