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

issues with implementing cyclicAMI boundary

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2019, 09:17
Default issues with implementing cyclicAMI boundary
  #1
New Member
 
Jan
Join Date: Sep 2019
Posts: 2
Rep Power: 0
HandsomePotato is on a distinguished road
hi FOAMERS,
im quite new to OPENfoam. Currently i am trying to do a RANS simulation of a flow over a wavy(sinesoidal) surface. this is quite similar to the tutorial periodic hill. however the inlet and outlet of my mesh (made in HEXpress) do not allign exactly. thus i want to implement the cyclicAMI boundary instead of a cyclic boundary.

i changed the type of all the 0-directory files to: cyclicAMI;

and i changed my boundary to cyclicAMI.

when running (parallel) i recieve the error code when when using decomposePar:
--> FOAM FATAL ERROR:
Unable to find initial target face

Im stuck with this for a couple of days now, does anyone know what i am doing wrong or is there any literature or examples applicable for this case.


/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


dimensions [0 2 -2 0 0 0 0];

internalField uniform 0.375;


boundaryField
{
// In
// {
// type turbulentIntensityKineticEnergyInlet;
// intensity 0.05;
// value $internalField;
// type inletOutlet;
// inletValue $internalField;
// value $internalField;
// }

"(Bottom|Top)"
{
type kqRWallFunction;
value $internalField;
}

"(Right|Left)"
{
type zeroGradient;
}

"(In|Out)"
{
type cyclicAMI;
}
}

// ************************************************** *********************** //


/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


6
(
In
{
type cyclicAMI;
nFaces 8742;
startFace 17262784;
matchTolerance 0.1;
transform translational;
separationVector (0 0.2032 0);
neighbourPatch Out;
}

Out
{
type cyclicAMI;
nFaces 8742;
startFace 17284810;
matchTolerance 0.1;
transform translational;
separationVector (0 -0.2032 0);
neighbourPatch In;
}

Top
{
type wall;
nFaces 13284;
startFace 17271526;
}

Bottom
{
type wall;
nFaces 286580;
startFace 17293552;
}

Right
{
type patch;
nFaces 23322;
startFace 17580132;
}

Left
{
type patch;
nFaces 23322;
startFace 17603454;
}

)
HandsomePotato is offline   Reply With Quote

Reply

Tags
cyclic bcs, cyclicami, cyclicami bcs, periodic

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
My radial inflow turbine Abo Anas CFX 27 May 11, 2018 01:44
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Problem in setting Boundary Condition Madhatter92 CFX 12 January 12, 2016 04:39
Low torque values on Screw Turbine Shaun Waters CFX 34 July 23, 2015 08:16


All times are GMT -4. The time now is 11:58.