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

Non-physical pressure at cyclicAMI patches

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2017, 17:35
Default Non-physical pressure at cyclicAMI patches
  #1
New Member
 
Join Date: Sep 2017
Posts: 12
Rep Power: 8
MNoCeZ is on a distinguished road
Hello,

before posting this thread i searched for solutions in this forum and the web general, but without success.

Before describing the problem same informations about my investigated case.

Case

the case is a jet stream with a cross-section expansion to ensure detached eddies. At the inlet it was used a farfield with a fixed pressure and a velocity set to zero. At the outlet it was used an averaged fixed pressure. The velocity gets calculated by fluxCorrectedVelocity.

Mesh

the mesh was created with numeca's autogrid and then also converted with autogrid to an openfoam mesh.

Solver

the solver is rhoSimpleFoam. Convergence plot:



Problem

The Mesh has non-conformal Blocks which i set to cyclicAMI in the boundary file. For example:

Code:
cyclicAMI_patch_1
{
        nFaces 1200;
        startFace 22194240;
        type cyclicAMI;
        inGroups 1(cyclicAMI);
        matchTolerance 0.0001;
        neighbourPatch cyclicAMI_patch_2;        
        transform noOrdering;
}


The initial solution of the
cyclicAMI_patch_1 for ervery needed quantitie was set to

Code:
cyclicAMI_patch_1   
{
     type            cyclicAMI;
     value           $internalField;
}

The problem is, that the pressure and the velocity has non-physical values at the cyclicAMI patches.

pressure:



velocity:




Is there an option to avoid these non-physical values at the cyclicAMI patches?
MNoCeZ 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
Pressure Outlet Guage pressure Mohsin FLUENT 36 April 29, 2016 17:16
CyclicAMI issues vabishek OpenFOAM Pre-Processing 1 December 6, 2015 16:37
problem with cyclicAMI and wall distance Maff OpenFOAM Bugs 5 August 14, 2014 14:41
Regarding periodic BC in ICEM generated grid Tarak OpenFOAM 32 April 30, 2013 14:46
Neumann pressure BC and velocity field Antech Main CFD Forum 0 April 25, 2006 02:15


All times are GMT -4. The time now is 19:18.