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

[waves2Foam] cyclic boundary condition

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2014, 16:39
Default cyclic boundary condition
  #1
New Member
 
Join Date: Oct 2014
Posts: 2
Rep Power: 0
vahidshahabi is on a distinguished road
I want to simulate a channel flow in a periodically repeating geometry, themesh generator is Gambit, I define my boundary conditions in gambit using"wall" not "periodic" or something else, after i converted the mesh with fluentMeshToFoam, in constant/polymesh/boundaryi changed wall to cyclic for my periodic boundaries(inlet& outlet). Asshown in blow
boundaryField
{
outlet
{
type cyclic;
neighbourPatch inlet;
}
inlet
{
type cyclic;
neighbourPatch outlet;
}
wall-h
{
type fixedValue;
value uniform 300;
}
wall-c
{
type fixedValue;
value uniform 200;
}
frontAndBackPlanes
{
type empty;
}
}


its ok, but after some times, I havefollowing error message
FOAM FATAL ERROR, attemo to casttype patch to type LduInterface
FOAM aborting, foam::error:rint stack
Can you tell me how i solve this issue.

Thank you for your help.
vahidshahabi is offline   Reply With Quote

Reply

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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 08:38
cyclic patchType with inletOutlet boundary condition mikeP OpenFOAM Running, Solving & CFD 3 August 4, 2021 15:29
createPatch cyclic boundary condition KateEisenhower OpenFOAM Pre-Processing 3 September 4, 2018 15:30
Cyclic Boundary Condition Errors? nyflyer OpenFOAM Running, Solving & CFD 2 April 26, 2016 15:14
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 09:44


All times are GMT -4. The time now is 03:45.