|
[Sponsors] |
[ICEM] let ICEM compute the number of nodes on an edge |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 15, 2012, 13:57 |
let ICEM compute the number of nodes on an edge
|
#1 |
New Member
motorbean
Join Date: Nov 2011
Posts: 17
Rep Power: 15 |
Hello, everyone!
I'm using ICEM for some time. But I have a problem: In Hexa meshing, is it possible to specify the bunching law (spacing 1, ratio1, spacing 2, ratio 2) and let ICEM to compute the number of nodes required on an edge? I'm using scripting to automatically generate hexa mesh for different geometry, and the edge length will change according to different geometry. Therefore, if I specify the constant number of nodes in the script file, it will produce very dense mesh for the short edges and sparse mesh for the long ones. This should be avoided in my case. Can anyone give some help for me? Any solutions, whether direct or indirect, as long as they shed some light on this problem, will be highly appreciated Thank you very much! Regards to all motorbean |
|
November 15, 2012, 18:33 |
|
#2 | |
Senior Member
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47 |
I usually deal with this problem by setting a size on the surface and then initialize the blocking sizes from that... if the edge length is greater, it will be over more surface and a larger number of nodes will be assigned automatically... Then I adjust the initial spacing, etc. in my script.
Anyway, assuming that is not enough, I asked around and found some workarounds... Basically, there is no way to float the number of nodes, but you can script to get the length of the edge and then use a calculation to work out how many nodes you need... Here are some snipits of the suggestions I got... Quote:
__________________
----------------------------------------- Please help guide development at ANSYS by filling in these surveys Public ANSYS ICEM CFD Users Survey This second one is more general (Gambit, TGrid and ANSYS Meshing users welcome)... CFD Online Users Survey |
||
November 15, 2012, 18:34 |
|
#3 |
Senior Member
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47 |
Or you could use these older commands...
set mparams [ic_hex_mesh_params 14 17] set edge_len [lindex $mparams 5]
__________________
----------------------------------------- Please help guide development at ANSYS by filling in these surveys Public ANSYS ICEM CFD Users Survey This second one is more general (Gambit, TGrid and ANSYS Meshing users welcome)... CFD Online Users Survey |
|
November 15, 2012, 18:36 |
|
#4 | |
Senior Member
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47 |
One of the Tech support guys (Matt M.) agreed with my initial suggestion. He also suggested this more advanced way of doing things...
Quote:
__________________
----------------------------------------- Please help guide development at ANSYS by filling in these surveys Public ANSYS ICEM CFD Users Survey This second one is more general (Gambit, TGrid and ANSYS Meshing users welcome)... CFD Online Users Survey |
||
November 16, 2012, 07:42 |
|
#5 |
New Member
motorbean
Join Date: Nov 2011
Posts: 17
Rep Power: 15 |
Thank you so much for such an detail answer. The solutions are very inspiring. I will give a try.
Regards, motorbean |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Calculate number of nodes | Rohit | ANSYS Meshing & Geometry | 0 | August 20, 2012 12:38 |
Number of Nodes or number of elements? | Jasmine | CFX | 1 | July 29, 2010 08:12 |
[ICEM] How to find number of elements, nodes for Tetras | Karatix | ANSYS Meshing & Geometry | 6 | March 31, 2010 10:40 |
number of nodes on an edge in ICEM CFD | strider | Main CFD Forum | 2 | July 24, 2006 16:31 |
Minimum number of nodes to run CFX in parallel | Rui | CFX | 3 | April 11, 2005 21:46 |