CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   separating domain elements. (https://www.cfd-online.com/Forums/fluent/139486-separating-domain-elements.html)

shivakumar July 25, 2014 04:48

separating domain elements.
 
Hi all,

I need to find no. of elements on inlet, outlet and wall. How to separate total no of elements on each faces??..

thanks,
shivakumar

villager July 29, 2014 18:17

Use FLUENT commands:
1)
Code:

/mesh/mesh-info
You should get some output like that:
....
50216 triangular wall faces, zone 2
1227 triangular outflow faces, zone 3
....
(also, this information is displayed while reading the case file)
So, you could determine, how much elements does each zone contain.
2)
Code:

/mesh/modify-zones/list-zones
output like that:
....
2 my_wall wall aluminum face
3 my_outflow outflow face
....
From this you could determine, which zone number corresponds to each zone name.

shivakumar August 20, 2014 02:08

Thank you.........


All times are GMT -4. The time now is 19:17.