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

hotRoom tutorial with atmosphere boundary condition

Register Blogs Community New Posts Updated Threads Search

Like Tree7Likes
  • 6 Post By Toorop
  • 1 Post By Toorop

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 25, 2012, 09:51
Default hotRoom tutorial with atmosphere boundary condition
  #1
Member
 
Tibor Nyers
Join Date: Jul 2010
Location: Hungary
Posts: 91
Rep Power: 16
Toorop is on a distinguished road
Hi,

I would like to specify atmosphere boundary condition in the hootRoom tutorials. The default case uses walls on the sides and at the top, so the only modification is the change in boundary conditions.
Code:
alphat
{
        type            calculated;
        value           uniform 0;
}

epsilon
{
        type            inletOutlet;
        inletValue      uniform 0.01;
        value           uniform 0.01;
}

k
{
        type            inletOutlet;
        inletValue      uniform 0.1;
        value           uniform 0.1;
}

kappat
{
        type            calculated;
        value           uniform 0;
}

nut
{
        type            calculated;
        value           uniform 0;
}

p
{
        type            calculated;
        value           0;
}

p_rgh
{
        type           totalPressure;
        p0              uniform 0;
        U               U;
        phi             phi;
        rho             rhok;
        psi             none;
        gamma      1;
        value         uniform 0;
}

T
{
        type            inletOutlet;
        inletValue      uniform 300;
        value           uniform 300;
}

U
{
        type            pressureInletOutletVelocity;
        value           uniform (0 0 0);
}
Unfortunately, the BC that I set is not giving me the results I'm looking for. The air won't exit the domain in the upward direction as expected, it makes an U shape path (picture attached). The solvers were buoyantBoussinesqPimpleFoam and buoyantBoussinesqSimpleFoam.

It would be great if someone could share his setup to achieve correct behaviour at the boundary. Thanks!
Attached Images
File Type: png stream.png (50.9 KB, 344 views)
Attached Files
File Type: gz hotRoom_Simple_atm.tar.gz (3.2 KB, 67 views)
Toorop is offline   Reply With Quote

 

Tags
atmosphere, buoyantboussinesq, hotroom


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
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Setting outlet Pressure boundary condition using CAFFA code Mukund Pondkule Main CFD Forum 0 March 16, 2011 03:23
asking for Boundary condition in FLUENT Destry FLUENT 0 July 27, 2010 00:55
problem with boundary condition??? smn CFX 5 November 24, 2009 06:37
CFX Solver : Sudden crash Hervé CFX 2 June 16, 2008 06:40


All times are GMT -4. The time now is 05:37.