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

natural convection of sphere in a box - buoyantSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 26, 2021, 05:00
Post natural convection of sphere in a box - buoyantSimpleFoam
  #1
Member
 
saidc
Join Date: Feb 2020
Location: Türkiye
Posts: 61
Rep Power: 6
saidc. is on a distinguished road
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;
    }
}


// ************************************************************************* //
Best regards,
Said
Attached Images
File Type: jpg hotSphereSS1.jpg (84.8 KB, 15 views)
File Type: jpg hotSphereSS2.jpg (198.4 KB, 16 views)
Attached Files
File Type: zip hotSphereNatCon.zip (8.4 KB, 3 views)
File Type: zip logbuoyantSimpleFoam.zip (37.7 KB, 6 views)
saidc. is offline   Reply With Quote

Reply

Tags
buoyantsimplefoam, natural convectin


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
First layer height of turbulent natural convection case ? tahtawy Main CFD Forum 1 November 17, 2019 01:28
Transient natural convection, and immediately forced convection intied FLUENT 2 February 7, 2019 18:38
free convection around shallow sphere hamednoordoost@yahoo.com FLUENT 12 April 4, 2013 02:54
natural convection at high Rayleigh mauricio FLUENT 2 February 23, 2005 19:43
natural convection in a heated box Stefan FLUENT 2 January 27, 2003 02:27


All times are GMT -4. The time now is 21:38.