|
[Sponsors] |
January 21, 2019, 16:50 |
CentralFoam Temperature Singularity
|
#1 |
New Member
Nick Mangione
Join Date: Jan 2019
Location: USA
Posts: 1
Rep Power: 0 |
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; } } Code:
; boundaryField { Inlet { type fixedValue; value uniform 300; } LightOut { type zeroGradient; } HeavyOut { type zeroGradient; } walls { type slip; } } Code:
boundaryField { Inlet { type zeroGradient; } LightOut { type zeroGradient; } HeavyOut { type zeroGradient; } walls { type slip; } } |
|
|
|
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 |