CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ICEM] Setting the Topo Tolerance (with a script)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 16, 2011, 11:35
Default Setting the Topo Tolerance (with a script)
  #1
New Member
 
Christian F
Join Date: Mar 2011
Posts: 8
Rep Power: 15
ChristianF is on a distinguished road
Hallo,

I am building a geomatry Model is ICEM. I start the Model with points, than i connect the points with lines an with the lines i create surfaces. I do the whole process with a script because i will use it to do Remeshing with CFX. The problem is sometimes when a surface is created the original name of the lines used to create the surface is renamed. So i get an error when i want to use the line again (it does not exist with the old name anymore). I figured out that when i change the "Topo Tolerance" in ICEM it works (so the Line names dont get renamed).
But how is the scripting command to set a certain "Topo Tolerance"? Using the Replay Control does not help because it shows only the Command to change the Triangulation Tolerance.

I realy appreciate any help.
ChristianF is offline   Reply With Quote

Old   August 18, 2011, 08:50
Default Answer in the quotes...
  #2
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
I have the benefit of knowing some very helpful ICEM CFD developers (all of them actually )

I asked one and he sent me this...

Quote:
He should add to his script

global geo_cad

set ::geo_cad(toptol_userset) 1 ;# use user tolerance
set ::geo_cad(toler) 0.00999123 ;# <--- his own topo tolerance

Maybe nice to know: the rules for topo tolerance:

Modes: auto [default] and user

Topo tolerance value: geo_cad(toler)
If geo_cad(toptol_userset) == 0: use default topo tolerance (auto mode)
If geo_cad(toptol_userset) == 1: use user defined topo tolerance (user mode)

If auto set mode: "ic_geo_default_topo_tolerance" will be called automatically to set the geo_cad(toler) value
geo_cad(toler) may be set by the user in "Settings->Model" and/or "Geometry->Repair->Tolerance"

Thanks
Jari
__________________
-----------------------------------------
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
PSYMN is offline   Reply With Quote

Old   August 18, 2011, 09:56
Default
  #3
New Member
 
Christian F
Join Date: Mar 2011
Posts: 8
Rep Power: 15
ChristianF is on a distinguished road
Thanks a lot,

I will try this tomorrow
ChristianF is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cells with t below lower limit Purushothama Siemens 2 May 31, 2010 21:58
stitchMesh for uncongruent patches (stitch tolerance) beugold OpenFOAM 0 June 18, 2009 07:38
ICEM: setting tolerance lost.identity ANSYS Meshing & Geometry 7 May 13, 2009 10:16
Ultra high temperature? bk Siemens 2 July 19, 2005 00:01
Warning 097- AB Siemens 6 November 15, 2004 04:41


All times are GMT -4. The time now is 12:43.