|
[Sponsors] |
Problem about simulating large scale 3D Rayleigh–Bénard convection |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 1, 2023, 10:09 |
Problem about simulating large scale 3D Rayleigh–Bénard convection
|
#1 |
New Member
Lucas Liu
Join Date: Nov 2023
Posts: 4
Rep Power: 3 |
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" } |
|
Tags |
buoyantboussinesqpimple, buoyantboussinesqpisofoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Very simple natural convection problem | Naseem | FLUENT | 19 | December 17, 2020 17:00 |
Problem with Scale in Geometry | bejanyar | CFX | 4 | October 14, 2015 08:53 |
Is there a template for this problem (convection)? | massive_turbulence | OpenFOAM Programming & Development | 1 | May 25, 2013 04:55 |
how to solve large scale problem | send1000 | ANSYS | 0 | September 3, 2011 14:46 |
Natural Convection Problem - Helium | marzoa | STAR-CCM+ | 0 | April 18, 2011 15:12 |