|
[Sponsors] |
August 10, 2015, 05:42 |
Problem with a pressure outlet BC
|
#1 |
New Member
Luca Pavan
Join Date: Apr 2015
Posts: 4
Rep Power: 11 |
Hello everyone,
i'm using OpenFOAM for an incompressible simulation of an external aerodynamic combined with the study of the intake system of a motorbike's fairing. I'm using PISO algorithm and i want to impose a BC of pressure outlet on a patch at the end of a channel connected to the fairing. I've used: p outlet1 { type fixedValue; value uniform 160.701; } U outlet1 { type inletOutlet; inletValue uniform (0 0 0); value $internalField; } With these BC i've got divergence problem after 400 iteration, anyone can suggest any BC to impose? Thanks in advance. |
|
August 10, 2015, 06:38 |
|
#2 |
Senior Member
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 13 |
You should also use inletOutlet for the pressure if you are using it for the velocity
|
|
August 10, 2015, 16:53 |
|
#3 |
New Member
Luca Pavan
Join Date: Apr 2015
Posts: 4
Rep Power: 11 |
I've imposted that BC, but it still got has divergence problem.
outlet1 p { type inletOutlet; inletValue uniform -160.701; value uniform -160.701; } outlet1 U { type inletOutlet; inletValue uniform (0 0 0); value $internalField; } |
|
August 11, 2015, 06:49 |
|
#4 |
Senior Member
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 13 |
Are you sure of the inletValue of U?
|
|
August 11, 2015, 06:54 |
|
#5 |
New Member
Luca Pavan
Join Date: Apr 2015
Posts: 4
Rep Power: 11 |
What i want to do is to set on that patch the pressure, a value that i know, and when the simulation is converging extract the volumetric flow rate.
|
|
August 11, 2015, 09:00 |
|
#6 |
New Member
Luca Pavan
Join Date: Apr 2015
Posts: 4
Rep Power: 11 |
I'm using a K-omega SST turbolence model, I've seen that the residual that firstly diverge is the k. I report tha BC that i've used for outlet1 for k, omega and nut.
outlet1 k { type inletOutlet; inletValue $internalField; value $internalField; } outlet1 nut { type calculated; value uniform 0; } outlet1 omega { type inletOutlet; inletValue $internalField; value $internalField; } Thanks in advance! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
which BC for getting outlet pressure in a channel flow | josephmp | Main CFD Forum | 3 | February 9, 2015 15:59 |
pressure outlet condition setup | halfblood@SYSU | Main CFD Forum | 0 | March 15, 2013 23:35 |
Pressure outlet BC help! | eishinsnsayshin | FLUENT | 7 | December 4, 2012 00:36 |
Pressure Outlet setting | CoG | STAR-CCM+ | 4 | June 9, 2010 22:47 |
Neumann pressure BC and velocity field | Antech | Main CFD Forum | 0 | April 25, 2006 03:15 |