|
[Sponsors] |
June 8, 2010, 08:19 |
Cyclic BCs using createPatch in OF 1.6.x
|
#1 | ||
New Member
Shogo Takeda
Join Date: Sep 2009
Location: London
Posts: 3
Rep Power: 17 |
I have been trying to implement cyclic boundary condition for a 22 blade turbomachine using createPatch in OF-1.6.x for simpleSRFFoam.
My createPatchDict is as follows; Quote:
When I execute createPatch, I get the error; Quote:
I have tried: 1. Change patch type from 'cyclic' to 'patch' in the polyMesh/boundary file - found in example file of createPatchDict under $FOAM_UTILITIES/mesh/manipulation/createPatch Although this succeeds in createPatch, the same error (as above) occurs when checkMesh is executed. 2. loosen match tolerance to get case to load Same as above, createPack OK but same error remains at checkMesh. I was wondering if anyone has encountered similar issues and was hoping to gain insight into the above issue. Any help is greatly appreciated. |
|||
June 9, 2010, 06:28 |
Update:
|
#2 |
New Member
Shogo Takeda
Join Date: Sep 2009
Location: London
Posts: 3
Rep Power: 17 |
I have been able to solve the problem by overwriting the whole <case>/constant/polymesh by <case>/<timestep>/polymesh folder created by running createPatch (where <timestep> directory is named as the timestep configured in controlDict).
Thanks |
|
August 6, 2010, 11:21 |
|
#3 |
Member
Sebastian Saegeler
Join Date: Nov 2009
Location: Munich
Posts: 70
Rep Power: 17 |
Hi!
I don't really understand how to use the createPatch utillity. Well it worked, but may anybody explain me please: I have created a rotational periodic mesh in ICEM. Then I have converted the meshfile with fluent3DMeshToFoam. The two periodic faces do have the type 'wall' in my file polymesh/boundary. Now I change them into 'patch'. Then I run my createPatch file: Code:
matchTolerance 1e-7; pointSync true; patches ( { name periodic; dictionary { type cyclic; transform rotational; rotationAxis (1 0 0); rotationCentre (1 0 0); } constructFrom patches; patches (periodic1 periodic2); set f0; } Now I dont really understand what to do. I have tried a few things to start a calculation, but without success. Maybe somebody who has already dealed with this application can give me a quick advice what to do next thanks!!! Sebastian |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to setup cyclic BCs in simpleFOAM | hhuang84 | OpenFOAM Running, Solving & CFD | 14 | December 8, 2016 12:39 |
[Commercial meshers] Cyclic BCs in PointwiseOpenFOAM export | cnsidero | OpenFOAM Meshing & Mesh Conversion | 18 | July 30, 2013 10:36 |
Problems with Cyclic & init. BCs for turbulent (k-eps) pipe flow | florian_krause | OpenFOAM | 3 | December 1, 2012 05:11 |
CreatePatch crashes segmentation violation in createPatch for cyclic boundaries | sek | OpenFOAM Bugs | 26 | February 10, 2010 12:41 |
cyclic BC - createPatch | AirS | OpenFOAM | 7 | November 12, 2009 11:04 |