|
[Sponsors] |
August 7, 2015, 06:00 |
loop over nodes / Function Collect_faces_to_nodes
|
#1 |
New Member
Antoine
Join Date: Jun 2015
Posts: 12
Rep Power: 11 |
Hi !
I work on a program that needs to know the face2 that share node1 and node2 with the face1 For that the program uses the function collect_faces_to_nodes but it creates a segmentation fault. extract of the UDF : collect_faces_to_nodes(domain,thread,TRUE,FALSE); node1=F_NODE(face,thread,n); (n is the number of the node 1) list=NODE_LIST(node1); I do not know the usefulness of the function collect_faces_to_nodes. I think I need it to use the function NODE_LIST but not sur. I try to find a way to not use "collect_faces_to_nodes" and but I do not know if it is possible to loop over all the nodes of a face thread and I do not see this type of loop in the UDF manual. thank you for your help ! Zal Last edited by Zal; August 7, 2015 at 09:51. |
|
Tags |
collect_faces_to_nodes, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lets talk about relaxation factor optimization | chriss85 | OpenFOAM Running, Solving & CFD | 35 | June 21, 2019 10:54 |
compressible flow in turbocharger | riesotto | OpenFOAM | 50 | May 26, 2014 02:47 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
Problem with compile the setParabolicInlet | ivanyao | OpenFOAM Running, Solving & CFD | 6 | September 5, 2008 21:50 |