|
[Sponsors] |
January 17, 2020, 09:01 |
Nodes at the corner
|
#1 |
Member
Andrea
Join Date: Mar 2018
Posts: 62
Rep Power: 8 |
Hello,
I'm trying redefine nodes value at a specific location in the domain, i.e. intersection of 2 boundary condition. Suppose the domain is a box, i want to redefine the solution of the nodes at one of the edges. For c_face_loop MACRO there are other 2 MACRO (C_FACE, C_FACE_THREAD) that allow me to access at the global face number and its thread. In f_node_loop MACRO there is just one MACRO (F_NODE) that allow me to access to global nodes number but none for its thread. Does anyone know if there is a symilar MACRO as C_FACE_THREAD for nodes? like (F_NODE_THREAD) |
|
January 19, 2020, 22:26 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
macro F_NODE(f,t,n) has t inside
so you already know thread
__________________
best regards ****************************** press LIKE if this message was helpful |
|
January 20, 2020, 03:00 |
|
#3 |
Member
Andrea
Join Date: Mar 2018
Posts: 62
Rep Power: 8 |
T thread inside F_NODE is the thread of the face group, not the node one
|
|
January 20, 2020, 04:55 |
|
#4 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
as far as I know, all threads (cells, faces,nodes) are the same
__________________
best regards ****************************** press LIKE if this message was helpful |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding compute nodes - new nodes faster than existing ones? | SLC | Hardware | 3 | November 14, 2019 16:35 |
32 Cores Mini-Cluster, 2 Nodes vs. 4 Nodes performance | Courageous | Hardware | 3 | July 7, 2016 12:37 |
Corner nodes and neumann bc | Neazen | Main CFD Forum | 2 | March 31, 2008 08:21 |
meshing F1 front wing | Steve | FLUENT | 0 | April 17, 2003 13:37 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |