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

CentralFoam Temperature Singularity

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2019, 16:50
Red face CentralFoam Temperature Singularity
  #1
New Member
 
Nick Mangione
Join Date: Jan 2019
Location: USA
Posts: 1
Rep Power: 0
nmangione is on a distinguished road
Hello. I tried searching for similar problems, but I don't think I can describe this well enough. I am relatively new to CFD, and this is my first OpenFOAM simulation.

I am attempting to simulate supersonic, pressure-driven flow through a curved de Laval nozzle, as is used for isotope separation. Solving with CentralFoam, supersonic flow develops, and then crashes. Looking at the results, there is an area with an impossible set of temperature values, very high and very low right next to each other (see attached picture). There is no shock here, the velocity and pressure fields are smooth and continuous.

Has anyone found this issue before? Otherwise, am I making any obvious errors? (Boundary conditions, choice of solver, etc.)

Thank you for whatever help you can give me!


Pressure, p

Code:
;
    }
    LightOut
    {
        type            zeroGradient;
    }
    HeavyOut
    {
        type            zeroGradient;
    }
    walls
    {
        type            slip;
    }
}
Temperature, T

Code:
;

boundaryField
{
    Inlet
    {
        type            fixedValue;
        value           uniform 300;
    }
    LightOut
    {
        type            zeroGradient;
    }
    HeavyOut
    {
        type            zeroGradient;
    }
    walls
    {
        type            slip;
    }
}
velocity, U
Code:
boundaryField
{
    Inlet
    {
        type            zeroGradient;
    }
    LightOut
    {
        type            zeroGradient;
    }
    HeavyOut
    {
        type            zeroGradient;
    }
    walls
    {
        type            slip;
    }
}
Attached Images
File Type: jpg Temperature.jpg (28.3 KB, 9 views)
nmangione 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
Shadow Wall and temperature norger FLUENT 10 September 28, 2019 12:43
Outlet temperature to temperature boundary condition of velocity inlet. (UDF) dillon Fluent UDF and Scheme Programming 3 March 25, 2018 12:06
Static temperature and Total temperature Jong-Yoon FLUENT 0 September 25, 2016 02:42
Free stream temperature saharesobh FLUENT 1 October 11, 2012 21:52
How to get free stream temperature in boundary condition saharesobh FLUENT 0 October 9, 2012 18:12


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