|
[Sponsors] |
[ICEM] how to pick up geometries in ICEM cfd in batch mode? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 24, 2017, 00:28 |
how to pick up geometries in ICEM cfd in batch mode?
|
#1 |
New Member
Andrew
Join Date: Jul 2017
Posts: 4
Rep Power: 9 |
I‘m writing a code to process a parametric model,whose inlet counts may be 2~5.the geometry is imported from UG in *.x_t format,
since the inlet counts are varying, if I want to pick up all the inlets faces and sort them in different parts. Can anyone tell me how to do this in batch mode? all the points positions is known. I have tried the "ic_geo_pick_location" ,but it doesn't work well |
|
July 24, 2017, 05:06 |
|
#2 |
Senior Member
Sebastian Engel
Join Date: Jun 2011
Location: Germany
Posts: 567
Rep Power: 21 |
Hi Andrew,
i have used "ic_geo_find_nearest_srf_pnt" succesfully in the past. "ic_geo_find_nearest_srf_pnt srf.01 pnt.01" This should also work in batch mode. With regards, Sebastian |
|
July 24, 2017, 23:25 |
|
#3 |
New Member
Andrew
Join Date: Jul 2017
Posts: 4
Rep Power: 9 |
Hi Sebastian,
Thank you for reply, " ic_geo_find_nearest_crv_pnt" "ic_geo_find_nearest_srf_pnt " finds parameters of closest point on surface, the return is unitized uv/t coordinates. I want get the surface /curve name. Fortunately, I find "ic_geo_nearest_surface_list" RIGHT BELOW "ic_geo_find_nearest_crv_pnt crv pnt" in “Programmers Guide”. many thanks Andrew |
|
July 25, 2017, 13:36 |
|
#4 | |
Senior Member
Sebastian Engel
Join Date: Jun 2011
Location: Germany
Posts: 567
Rep Power: 21 |
Quote:
i guess i mixed this up in my notes and just copied it here... i'm glad it still helped somewhat =) with regards, Sebastian |
||
Tags |
batch mode |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import Mesh from ICEM CFD to CFX | Andre Almeida | CFX | 16 | April 19, 2016 04:42 |
[ICEM] ICEM CFD error when running in batch mode | bgp723 | ANSYS Meshing & Geometry | 0 | August 14, 2014 14:45 |
Learn ANSYS ICEM CFD | easy_astronaut | ANSYS | 2 | December 15, 2013 16:34 |
Scaling, Rotating-Translating in Icem Cfd | KhXeR | ANSYS | 1 | July 5, 2013 05:50 |
[ICEM] Export unstructured periodic mesh from ICEM CFD to Fluent | ivanddd | ANSYS Meshing & Geometry | 1 | February 3, 2011 01:51 |