CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] TopoSet Warning

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 1, 2015, 13:21
Default TopoSet Warning
  #1
New Member
 
Francesco
Join Date: Jul 2014
Posts: 26
Rep Power: 11
Zephiro88 is on a distinguished road
Hi,
i can't understand were i'm wrong... I can't define the master and slave in cyclicFaces.
This is the error:
One of owner or neighbour of internal face xxx should be in cellSet cyclic FacesSlave Cells to be able to determine orientation.

the topoSetDict is that
Code:
actions
(
{
name Fan0;
type cellSet;
action new;
source cylinderToCell;
sourceInfo
{
p1 (0 0 0);
p2 (0.5 0 0);
radius 0.5;
}
}

{
name cyclicFaces;
type faceSet;
action new;
source cellToFace;
sourceInfo
{
set Fan0;
option both;
}
}

{
name cyclicFacesSlaveCells;
type cellSet;
action new;
source cylinderToCell;
sourceInfo
{
p1 (0.1 0 0);
p2 (0.5 0 0);
radius 0.5;
}
}

{
name cyclicFaces;
type faceZoneSet;
action new;
source setsToFaceZone;
sourceInfo
{
faceSet cyclicFaces;
cellSet cyclicFacesSlaveCells;
}
}
Zephiro88 is offline   Reply With Quote

Old   October 14, 2016, 13:24
Default
  #2
New Member
 
AW
Join Date: Mar 2016
Posts: 17
Rep Power: 10
Andy_Wang is on a distinguished road
Hi Francesco,

i'm facing the same problem like you, have you found any solutions?
Andy_Wang is offline   Reply With Quote

Old   December 9, 2017, 05:57
Default
  #3
New Member
 
Matt Houchin
Join Date: Mar 2017
Location: London
Posts: 11
Rep Power: 9
HouchinM is on a distinguished road
I am having the same issue. Does anyone have an answer?
HouchinM is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Caffa 3D code Waliur Rahman Main CFD Forum 0 May 29, 2018 00:53
[swak4Foam] installation problem with version 0.2.3 Claudio87 OpenFOAM Community Contributions 9 May 8, 2013 10:20
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 06:59
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 20:59.