|
[Sponsors] |
February 2, 2012, 12:09 |
cyclic conditions
|
#1 |
Senior Member
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 143
Rep Power: 16 |
Hi all
I just want a quick and dirty description of how to create cyclic conditions in openfoam Lets say I have 1/4 of a spray bomb What do I name the patches in blockMeshDict and what do I do in createPatchDict? Ive been looking around for a few explanations and it seems like this is a relevant issue to be more explained. Regards Rick |
|
February 3, 2012, 07:45 |
|
#2 |
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 149
Rep Power: 16 |
Just mesh your domain using patches in blockMesh.
Then use createPatch to generate cyclics. Just as you describe. Look in: $FOAM_APP/utilities/mesh/manipulation/createPatch For an example for rotational cyclics in the example createPatchDict. |
|
February 3, 2012, 08:02 |
|
#3 |
Senior Member
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 143
Rep Power: 16 |
Okay, so basically:
If I add two patches under the same name, then in createPatchDict I just specify this name and it understands that these two are connceted. I thought I had to name the patches with different names Regards R |
|
February 3, 2012, 09:06 |
|
#4 |
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 149
Rep Power: 16 |
No, use two names for your two patches in de blockMeshDict, and then for example:
Code:
patches (inlet outlet); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Face ordering problem for nonrectangular cyclic boundary conditions | cfdmarkus | OpenFOAM Meshing & Mesh Conversion | 3 | August 17, 2011 16:07 |
snnappyHexMesh with cyclic boundary conditions | longamon | OpenFOAM | 2 | May 9, 2011 13:28 |
Adaptive Mesh Refinement and Cyclic Boundary Conditions | adona058 | OpenFOAM Running, Solving & CFD | 6 | October 23, 2009 10:17 |
cyclic conditions | Laurent FERRY | Siemens | 0 | January 6, 2006 16:11 |
cyclic boundary conditions.. | Zerrin | Siemens | 0 | June 11, 2005 14:49 |