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

Axisymmetric Thermal Jet using buoyantBoussinesqPimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 1, 2016, 12:45
Post Axisymmetric Thermal Jet using buoyantBoussinesqPimpleFoam
  #1
New Member
 
Sudheer Reddy B
Join Date: Oct 2015
Location: San Antonio, Texas
Posts: 9
Rep Power: 10
sudheer717 is on a distinguished road
Send a message via Skype™ to sudheer717
Dear Foamers,

I am trying to simulate an axisymmetric thermal jet and for that I am using buoyantBoussinesqPimpleFoam solver. I am having trouble with the boundary conditions.

I kept the temperature difference between inlet flow and surroundings as 20K so as to satisfy the Boussinesq condition. What solver is suggested if I were to use a larger temperature difference.

The case is running fine for few time steps and suddenly I am getting 'nan' values. Timestep is adjustable and max Co number is set to '0.5'. ddt scheme is 'CrankNicolson 1.0'; and 'Gauss linear' for div schemes

In post-processing I saw that my velocity has reached the sides when 'nan' starts coming.

Ay help is highly appreciated.

My case set-up is as follows:

1) I have 4 parts, Inlet,Walls,Outlet-Patch type and Base is of wall type. Generated msh file using ICEM and has around 1 million cells.

2) I am using k-e model as of now

3) My inlet velocity is around 1m/s

and details from 0/ directory:

Code:
p_rgh file: 

internalField   uniform 0;

boundaryField
{
    INLET
    {
        type            fixedFluxPressure;
        rho             rhok;
        value          uniform 0;
    }
    OUTLET
    {
        type            zeroGradient;
    }
    WALLS
    {   
        //type            fixedFluxPressure;
        //rho              rhok;
        //value           uniform 0;
        type            totalPressure;
        p0              uniform 0;
        gamma           1.4;
        value           uniform 0;
    }
    BASE
    {
        type           fixedFluxPressure;
        rho             rhok;
        value          uniform 0;
    }
}

p file:

internalField   uniform 0;

boundaryField
{
    INLET
    {
        type            calculated;
        value           $internalField;
    }
    OUTLET
    {
        type            calculated;
        value           $internalField;
    }
    WALLS
    {
        type            calculated;
        value           $internalField;
    }
    BASE
    {
        type            calculated;
        value           $internalField;
    }
}


U file:

internalField   uniform (0 0 0);

boundaryField
{
    INLET
    {
        type            fixedValue;
        value           uniform (0 0.98 0);
    }
    OUTLET
    {
        type            inletOutlet;
        inletValue      uniform (0 0 0);
        value           uniform (0 0 0);
    }
    WALLS
    {
        //type            inletOutlet;
        //inletValue      uniform (0 0 0);
        type            pressureInletOutletVelocity;
        value           uniform (0 0 0);
    }
    BASE
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

}

T file:

internalField   uniform 300;

boundaryField
{
    INLET
    {
        type            fixedValue;
        value           uniform 320;
    }
    OUTLET
    {
        type            inletOutlet;
        value           uniform 300;
        inletValue      uniform 0;
    }
    WALLS
    {
        type            inletOutlet;
        value           uniform 300;
        inletValue      uniform 0;
    }
    BASE
    {
        type            zeroGradient;
    }
}
Thank you
-Sudheer
sudheer717 is offline   Reply With Quote

Old   April 21, 2021, 07:11
Question Similiar problem
  #2
New Member
 
Join Date: Mar 2021
Posts: 11
Rep Power: 5
Rebeca is on a distinguished road
Hi! I'm trying to solve a similar problem. Could you finally solve your boundary conditions' problem?
Rebeca is offline   Reply With Quote

Reply


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
Simulation of Axisymmetric jet flow in openfoam gunvirs OpenFOAM 0 July 4, 2016 04:08
Virtual Origin. Axisymmetric Jet Christine Main CFD Forum 0 July 20, 2005 17:22
Virtual Origin. Axisymmetric Jet Christine Main CFD Forum 0 July 20, 2005 17:20
Axisymmetric Jet Abdul Basit FLUENT 3 April 7, 2005 12:32
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


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