|
[Sponsors] |
natural convection of sphere in a box - buoyantSimpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 26, 2021, 06:00 |
natural convection of sphere in a box - buoyantSimpleFoam
|
#1 |
Member
cal
Join Date: Feb 2020
Location: nowhere
Posts: 65
Rep Power: 6 |
Hi,
I want to simulate a simple natural convection heat transfer of a sphere in a box. Firstly, I created a blockMesh geometry and then I merged it with gmsh sphere. Sphere is 400K and y1,y2 is 290K, other BCs zeroGradient. When i'm run it there is no heat transfer between sphere and air. If something wrong with merging should i continue with chtMultiRegion? I'm open to any suggestions. I added the case in attachment. Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 290; boundaryField { frontAndBack { type zeroGradient; } topAndBottom { type zeroGradient; } y1 { type fixedValue; value uniform 290; } y2 { type fixedValue; value uniform 290; } kure //sphere { type fixedValue; value uniform 400; } } // ************************************************************************* // Said |
|
Tags |
buoyantsimplefoam, natural convectin |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
First layer height of turbulent natural convection case ? | tahtawy | Main CFD Forum | 1 | November 17, 2019 02:28 |
Transient natural convection, and immediately forced convection | intied | FLUENT | 2 | February 7, 2019 19:38 |
free convection around shallow sphere | hamednoordoost@yahoo.com | FLUENT | 12 | April 4, 2013 03:54 |
natural convection at high Rayleigh | mauricio | FLUENT | 2 | February 23, 2005 20:43 |
natural convection in a heated box | Stefan | FLUENT | 2 | January 27, 2003 03:27 |