|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 133
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 143
Rep Power: 3 ![]() |
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. |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 133
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 143
Rep Power: 3 ![]() |
No, use two names for your two patches in de blockMeshDict, and then for example:
Code:
patches (inlet outlet); |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Face ordering problem for nonrectangular cyclic boundary conditions | cfdmarkus | OpenFOAM Other Meshers: ICEM, Star, Ansys, Pointwise, GridPro, Ansa, ... | 3 | August 17, 2011 15:07 |
| snnappyHexMesh with cyclic boundary conditions | longamon | OpenFOAM | 2 | May 9, 2011 12:28 |
| Adaptive Mesh Refinement and Cyclic Boundary Conditions | adona058 | OpenFOAM Running, Solving & CFD | 6 | October 23, 2009 09:17 |
| cyclic conditions | Laurent FERRY | CD-adapco | 0 | January 6, 2006 15:11 |
| cyclic boundary conditions.. | Zerrin | CD-adapco | 0 | June 11, 2005 13:49 |