|
[Sponsors] |
October 23, 2013, 00:40 |
Moving wall in SU2 v2.0.8
|
#1 |
New Member
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Hi everyone,
I am trying to solve the lid-driven cavity problem for incompressible flows. In the current version, it seems only the compressible flows of this kind of problem can be solved. In the codes for applying the moving wall boundary condition, only the terms for energy conservation equation in the convective and viscous residuals are corrected with the wall velocity. However, there is not such a equation for incompressible flow. In the older versions of SU2, the wall velocity is applied as Dirichlet boundary condition, so can we still use this method for incompressible flows? Can anyone give some comments on that? Thanks in advance. Last edited by mistuning; October 23, 2013 at 10:17. |
|
November 5, 2013, 17:55 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
Indeed, the current implementation of moving walls was written with compressible flow in mind. However, we also apply a Dirichlet boundary condition for the momentum equations in compressible flow as well (along with a weak flux for the energy equation). Please see the no-slip boundary condition in the subroutine here: void CNSSolver::BC_HeatFlux_Wall(CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker) Perhaps this might give you some ideas on implementation for incompressible flow (I suspect that a similar Dirichlet condition would be appropriate for the velocity). Hope this helps, Tom |
|
Tags |
incompressible, moving boundry |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2 suite has moved to GitHub! | fpalacios | SU2 News & Announcements | 0 | August 12, 2013 03:07 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |
New SU2 Forum Opened at CFD Online | pete | Site News & Announcements | 0 | January 5, 2013 18:59 |
[snappyHexMesh] jagged, ragged edges... | ziemowitzima | OpenFOAM Meshing & Mesh Conversion | 138 | July 24, 2012 00:41 |
[Other] How to set up a dynamic mesh for a piston moving through a tube of variable diameter? | karkar | OpenFOAM Meshing & Mesh Conversion | 0 | July 4, 2012 07:54 |