|
[Sponsors] |
Compressible model producing unknown "boundary" near patch interfaces |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 24, 2020, 15:19 |
Compressible model producing unknown "boundary" near patch interfaces
|
#1 |
New Member
Join Date: Mar 2020
Posts: 2
Rep Power: 0 |
Hi all,
I have been attempting to model high-speed compressible lubrication in a bearing but have been struggling to get viable results. The model is simplified to a wedge geometry where the inlet is twice the height of the outlet. I have been able to get an incompressible model working using icoFoam, and have attached an image of it to show the approximate results for pressure I am aiming to achieve with a compressible model. (Flow is from left to right) The problem comes when trying to model the case with a compressible solver. I chose rhoCentralFoam to use in my case. After running the simulation with boundary conditions that mimic the incompressible case, I arrived at results where the boundary conditions were not necessarily satisfied. I have attached 2 images showing the pressure solution for the compressible case. I am unsure as to why those pressure jumps are occurring near the patch boundaries (especially near the outlet) when the boundary condition for those patches is that they should be at a fixed value of the ambient pressure. Any insight as to why this is occurring would be much appreciated. Thanks! |
|
March 24, 2020, 15:32 |
Initial Conditions
|
#2 |
New Member
Join Date: Mar 2020
Posts: 2
Rep Power: 0 |
Here are the initial T, U, and p files for the compressible simulation:
T: Code:
internalField uniform 400; boundaryField { top { type fixedGradient; gradient uniform 100; } inlet { type fixedValue; value uniform 400; } outlet { type zeroGradient; } bottom { type fixedGradient; gradient uniform 100; } frontAndBack { type zeroGradient; } } Code:
internalField uniform (0 0 0); boundaryField { top { type noSlip; } inlet { type zeroGradient; } outlet { type zeroGradient; } bottom { type movingWallVelocity; value uniform (170 0 0); } frontAndBack { type zeroGradient; } } Code:
internalField uniform 100000; boundaryField { top { type zeroGradient; } inlet { type fixedValue; value uniform 100000; } outlet { type fixedValue; value uniform 100000; } bottom { type zeroGradient; } frontAndBack { type fixedValue; value uniform 100000; } } |
|
Tags |
boundaryconditions, rhocentralfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Wedge patch '*' is not planar | LilumDaru | OpenFOAM Meshing & Mesh Conversion | 7 | September 18, 2024 06:52 |
[Commercial meshers] Problems with ANSYS mesh conversion | tdog | OpenFOAM Meshing & Mesh Conversion | 1 | March 31, 2016 18:36 |
createPatch Segmentation Fault (CORE DUMPED) | sam.ho | OpenFOAM Pre-Processing | 2 | April 21, 2014 03:01 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |