|
[Sponsors] |
September 21, 2015, 17:37 |
|
#21 | ||
New Member
Join Date: Aug 2015
Posts: 17
Rep Power: 11 |
Hi Bruno,
Quote:
If I perform a translation the velocity profile would not be correct, hence a wrong solution will be obtained. So I tried rotating the outlet flow around the x-axis, and the thing I notice when createPatch is executed, is that I get the following message: Code:
Cannot find point in pts1 matching point 60 coord:(0.01212 0.00500556 0) in pts0 when using tolerance 5.00031e-08 Searching started from:149 in pts1 Compared coord: (0 0.00699167 0) at index 149 with difference to point 0.0122817 Cannot find point in pts1 matching point 61 coord:(0.01212 0.00501667 0) in pts0 when using tolerance 5.00031e-08 Searching started from:149 in pts1 Compared coord: (0 0.00699167 0) at index 149 with difference to point 0.0122799 Cannot find point in pts1 matching point 62 coord:(0.01212 0.00502778 0) in pts0 when using tolerance 5.00031e-08 Searching started from:149 in pts1 Compared coord: (0 0.00699167 0) at index 149 with difference to point 0.0122781 Cannot find point in pts1 matching point 63 coord:(0.01212 0.00503889 0) in pts0 when using tolerance 5.00031e-08 Searching started from:149 in pts1 Compared coord: (0 0.00699167 0) at index 149 with difference to point 0.0122763 Cannot find point in pts1 matching point 64 coord:(0.01212 0.00505 0) in pts0 when using tolerance 5.00031e-08 Searching started from:149 in pts1 Quote:
Code:
AMI: Creating addressing and weights between 150 source faces and 150 target faces --> FOAM Warning : From function AMIMethod<SourcePatch, TargetPatch>::checkPatches() in file lnInclude/AMIMethod.C at line 57 Source and target patch bounding boxes are not similar source box span : (0 0.002 0.001) target box span : (0 0.002 0.001) source box : (0 0 -0.0005) (0 0.002 0.0005) target box : (0.01212 0 -0.0005) (0.01212 0.002 0.0005) inflated target box : (0.0120082 -0.000111803 -0.000611803) (0.0122318 0.0021118 0.000611803) --> FOAM FATAL ERROR: Unable to find initial target face Best regards Admir |
|||
September 21, 2015, 18:26 |
|
#22 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Admir,
Quote:
Code:
rotationAxis (0 0 1); rotationCentre (6.06e-3 3.5e-3 0); If I understand your idea correctly, what you want is to rotate over X for switching over the geometrical perspective; but you will also need the translation that will move the position from one side to the other, so that the positions are transformed onto the same locations on the other patch. Problem is that such a two or more steps transformation is not possible with the current capabilities that OpenFOAM provides for cyclic patches. As far as I can figure out, there are at least three possible solutions that come to mind:
And I guess that the "cyclicAMI" is useless for your case, given that a 2 step transformation is needed, which isn't available. Best regards, Bruno |
||
Tags |
cyclic, cyclicami, rotate |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Low torque values on Screw Turbine | Shaun Waters | CFX | 34 | July 23, 2015 09:16 |
Waterwheel shaped turbine inside a pipe simulation problem | mshahed91 | CFX | 3 | January 10, 2015 12:19 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
cyclic boundary conditions for airfoil | A.Wendy | OpenFOAM Pre-Processing | 2 | October 8, 2012 07:36 |