|
[Sponsors] |
October 29, 2014, 16:39 |
cyclic boundary condition
|
#1 |
New Member
Join Date: Oct 2014
Posts: 2
Rep Power: 0 |
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. |
|
|
|
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 |