CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

BuouyantBoussineqLES pressure problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2013, 13:55
Default BuouyantBoussineqLES pressure problem
  #1
New Member
 
Join Date: Mar 2013
Posts: 8
Rep Power: 13
large_eddy is on a distinguished road
Hello Foamies,

I'm trying to implement a turbulent flow field using the BuouyantBoussinesq solver.
My boundary conditions are at first as follows:

dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
left
{
type cyclic;
}
right
{
type cyclic;
}
top
{
type zeroGradient;
}
bottom
{
type fixedValue;
value uniform (0 0 0);
}
back
{
type cyclic;
}
front
{
type cyclic;
}
}


I'm using funkysetFields afterwards to write an initial wind- and pressure field.
Now the problem: After the first solver iteration the original pressure scales changes rapidly, even into negative scale. After a couple iterations this leads to singularities of unreal high numbers at the bottom corners of the flow domain. I attached two pictures for illustration purpose. The first shows the initial pressure field, second shows the build-up of the singularities.

Has anybody overcome similar problems with LES, or can give any advise on how to set the boundary conditions for the simulation of turbulent fields?

Thanks in advance,
edit
Attached Images
File Type: jpg pressure_time0.jpg (83.8 KB, 3 views)
File Type: jpg pressure_time10.jpg (90.4 KB, 4 views)
large_eddy is offline   Reply With Quote

Old   May 31, 2013, 04:55
Thumbs up Problem solved
  #2
New Member
 
Join Date: Mar 2013
Posts: 8
Rep Power: 13
large_eddy is on a distinguished road
The pressure singularities were eleminated by using funkySetFields to set the right pressure levels to the flow domain. Afterwards I decreased the timesteps to 0.25 sec to keep Courant numbers low. After a couple of minutes timesteps were increased up to 1.0 sec. The pressure field was stable throughout the simulation run.
large_eddy is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pressure inlet problem Laci FLUENT 2 October 5, 2010 04:51
Pressure calculation problem maolongliu OpenFOAM 1 August 15, 2010 08:05
pressure gradient term in low speed flow Atit Koonsrisuk Main CFD Forum 2 January 10, 2002 10:52
A problem on the pressure John Main CFD Forum 6 November 18, 2000 06:41
Hydrostatic pressure in 2-phase flow modeling (long) DS & HB Main CFD Forum 0 January 8, 2000 15:00


All times are GMT -4. The time now is 18:06.