|
[Sponsors] |
July 15, 2013, 11:11 |
Flow past a cylinder. Help needed
|
#1 |
New Member
Luis
Join Date: Jul 2011
Posts: 8
Rep Power: 15 |
Hey guys,
I am dealing with the 2D incompressible flow past a cylinder problem. I am using FV on unstructured meshes with collocated variables (with Rhie-Chow interpolation) and I am employing the SIMPLE algorithm. The code works fine on the cavity flow problem and other benchmark problems. My problem comes with the BC (inlet and outlet). Anyone could help me? Thanks in advance |
|
August 18, 2013, 12:25 |
|
#2 |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Hi Lurapa,
Inlet is easy. Generally use U=1, V=0 for outlet many choices are available according the lenght of your domain and your Reynolds number. you can use dU/dx=0 dV/dx=0 or d²U/dx²=0 dV/dx=0 with mass flow rate correction for outflow velocity so that at the outlet the mass flow rate is ensured and the same as at the inlet. the most sophisticated outflow BC is the Orlansky BC dU/dt + Ubarre dU/dx=0 dV/dt + Ubarre dV/dx=0 where Ubarre is the mean velocity in the domain and computed from the mass flow rate. |
|
Tags |
cylinder, incompressible, simple collocated |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag Coefficient for flow past a Cylinder | o_mars_2010 | Main CFD Forum | 0 | April 18, 2013 07:17 |
CFD help: flow past cylinder | harsha00711 | Main CFD Forum | 1 | December 24, 2010 22:19 |
flow past a circular cylinder | Senthilkumar | Main CFD Forum | 2 | April 20, 2009 00:18 |
meshing for flow past a cylinder | karthik | FLUENT | 1 | July 15, 2005 07:17 |
flow past a circular cylinder | Polina | Main CFD Forum | 0 | June 29, 2005 04:22 |