|
[Sponsors] |
September 16, 2013, 12:38 |
Non-uniform inlet conditions?
|
#1 |
New Member
Magnus W
Join Date: Jul 2013
Location: Munich - Germany
Posts: 5
Rep Power: 13 |
Hi everyone!
I was interested in validating SU2's incompressible solver to the Pitz Daily (backward facing step) experiment. To conduct the simulations it would be beneficial to use a profile for the velocity and the turbulence quantities (k and omega), as the entrance length is quite long. I haven't, so far, found that SU2 is capable to use profiled inlet conditions. Has anybody found a way to use non-uniform inlet conditions in SU2? |
|
October 3, 2013, 15:18 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
Thanks a lot for your interest in SU2. Most of the work in SU2 has been done for external flows, and so far we don't have a method to introduce an inlet profile. However, it is not complicate to add this capability, and we are looking forward for contributions. A good starting point would be to modify. void CEulerSolver::BC_Inlet(CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker) in solver_direct_mean.cpp and instead of using the velocity at the Infinity (GetVelocity_Inf) create a function that reads the velocity profile from a file and interpolate the solution given a (X,YZ) coordinate geometry->node[iPoint]->GetCoord(). As you can see, SU2 use the weak formulation, so a numerical flux will be computed between the value that you provide and the actual value at the node, and then the result will be added to the total residual at the point. Our recommendation is to fork the SU2 repository in https://github.com/su2code and contact us if you need further support. Thanks again for your interest, Francisco |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Channel flow using InterFOAM | DanM | OpenFOAM Running, Solving & CFD | 49 | July 31, 2020 12:43 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
Initial conditions for uniform flow | andreas | OpenFOAM | 5 | November 16, 2012 16:00 |
[swak4Foam] Trouble setting groovyBC interFoam Inlet BC | mgdenno | OpenFOAM Community Contributions | 4 | July 1, 2012 09:16 |
chtMultiRegionSimpleFoam | javad814 | OpenFOAM | 1 | September 26, 2011 14:30 |