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

Non-physical flow: omega is fixed at inlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 15, 2012, 11:18
Default Non-physical flow: omega is fixed at inlet
  #1
New Member
 
Abdulhaq
Join Date: Oct 2012
Posts: 27
Rep Power: 13
aljazari is on a distinguished road
Hi

This is driving me crazy!

I'm simulating a flow past a transonic aerofoil (RAE 2822), I wrote a small script to generate a blockMeshDict which would then generate a C-Mesh around the aerofoil. Everything except omega at the inlet is fine.

Here's my part of my entry for omega:
Code:
internalField   uniform 242315;

boundaryField
{

    INLET
    {
        type            fixedValue;
        value           $internalField;
    }
This is supposed to be an initial value, the thing is; omega stays as it is told: fixed at the inlet. Here's screenshot:



Something even more strange: I have a c-mesh for this same aerofoil converted from Fluent (originally from Numeca), and when I run the simulation using this mesh with the exact same conditions, omega is changing at the inlet, i.e. it is being solved!. Here's a screenshot:



This seems more 'physical'.

Am I correct to say the 1st screenshot doesn't look correct at all. If yes, what is wrong with the mesh/boundaries. Can someone help me?

I have also uploaded the two cases, the first one is using the mesh I generated, (blockMeshDict) is included as well. The second is using the converted Fluent mesh.

*I originally had the two meshes to have the same boundaries but then I decided to create a 'topAndBottom' boundary patch as well in the hope that it will change the behaviour of omega at the inlet.

Case1(block Mesh): http://www.mediafire.com/?bfemuyx2qofh4qh
Case2(fluent mesh): http://www.mediafire.com/?zvz2n15izzb0i1m
aljazari is offline   Reply With Quote

Reply

Tags
omega, rhocentralfoam


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
mass flow inlet and pressure outlet with target mass flow rate Zigainer FLUENT 13 October 26, 2018 05:58
steam flow in a pipe driven by a pressure gradient between inlet and outlet SalvoCalvo COMSOL 0 March 11, 2010 06:52
Problems modeling subsonic engine air inlet with flow separation TWaung CFX 2 March 29, 2009 18:42
mass flow inlet Mech FLUENT 2 July 7, 2006 07:37
modelling slug flow with pressure inlet Azman FLUENT 0 May 29, 2006 06:45


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