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

Problem about simulating large scale 3D Rayleigh–Bénard convection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 1, 2023, 09:09
Post Problem about simulating large scale 3D Rayleigh–Bénard convection
  #1
New Member
 
Lucas Liu
Join Date: Nov 2023
Posts: 4
Rep Power: 2
1111a1333 is on a distinguished road
Hi,

I am attempting to simulate 3D Rayleigh–Bénard convection in OpenFOAM with a domain size of 100m x 100m x 500m and a grid resolution of 100 x 100 x 500 cells. The floor temperature is fixed at 333K, while the ceiling temperature is set to 285K, which corresponds to the temperature at a height of 500m in the US standard atmosphere. However, after 6000 seconds, I have observed that the temperature of the lowest grid cells remains unchanged, and turbulence has not been generated. Is this due to the grid size being too large, or is there a way to accelerate the heating of the lowest layer of grid cells? I am using the buoyantBoussinesqPimpleFoam solver.

Cheers

object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 1 0 0 0];

internalField uniform 295;

boundaryField
{
floor
{
type fixedValue;
value uniform 333.15;
}

ceiling
{
type fixedValue;
value uniform 284.9;
}

sideWalls
{
type zeroGradient;
}

#includeEtc "caseDicts/setConstraintTypes"
}
1111a1333 is offline   Reply With Quote

Reply

Tags
buoyantboussinesqpimple, buoyantboussinesqpisofoam


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
Very simple natural convection problem Naseem FLUENT 19 December 17, 2020 16:00
Problem with Scale in Geometry bejanyar CFX 4 October 14, 2015 07:53
Is there a template for this problem (convection)? massive_turbulence OpenFOAM Programming & Development 1 May 25, 2013 03:55
how to solve large scale problem send1000 ANSYS 0 September 3, 2011 13:46
Natural Convection Problem - Helium marzoa STAR-CCM+ 0 April 18, 2011 14:12


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