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

Surface Display Options in ICEM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 4, 2010, 05:34
Default Surface Display Options in ICEM
  #1
Member
 
W.N. Anderson
Join Date: Jul 2010
Location: Zürich, Switzerland
Posts: 46
Rep Power: 15
Will Anderson is on a distinguished road
In this case, a 2D planar mesh should be displayed without displaying the surface hatchings.
How can the default hatching in the surface display be suppressed?
This hatching also gets displayed on postscript outputs of ICEM, where it is even less desirable.

The lighter lines in this image are the meshing lines. The darker lines are the surface hatching lines. How can these hatching lines be eliminated?
Will Anderson is offline   Reply With Quote

Old   October 5, 2010, 17:20
Default Model Display Tree
  #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
In the display tree (left side of the ICEM CFD window), you can right click on surfaces to change its display between wireframe, solid, transparent, etc.

You could also just left click to turn off surfaces.

This sort of thing is covered by the basic training and pretty much every tutorial. If you are having trouble here, I really suggest you hit a few tutorials or you will run into bigger difficulties later.
PSYMN is offline   Reply With Quote

Old   October 5, 2010, 17:36
Default
  #3
Member
 
W.N. Anderson
Join Date: Jul 2010
Location: Zürich, Switzerland
Posts: 46
Rep Power: 15
Will Anderson is on a distinguished road
Thank you.
I do most of my ICEMing via scripts, (I am a Gambit refugee), and so was wondering how to accomplish just what you mentioned, though using script commands.
Also, is it possible to obtain postscript output while using ICEM in batch mode? Or are all display options ignored when running ICEM via its GUI?
Will Anderson is offline   Reply With Quote

Old   October 5, 2010, 17:39
Default tdv commands for display...
  #4
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
Yes, I think it can be done, although I have not done it myself.

I did an earlier post about tdv commands (as opposed to the ic_commands you may be used to). Do a search for it.
PSYMN is offline   Reply With Quote

Old   October 5, 2010, 17:54
Default
  #5
Member
 
W.N. Anderson
Join Date: Jul 2010
Location: Zürich, Switzerland
Posts: 46
Rep Power: 15
Will Anderson is on a distinguished road
Thank you.

I just did a search on your posts containing "tdv" but came up empty handed. However, I am quite curious as to what is possible with tdv commands.

Referring to the earlier reply, the tutorials are unavailable to me because these are only available on ANSYS's website with a login and password, not from within the program. I will ask my customer about whether he has the login and password requested there.
Will Anderson is offline   Reply With Quote

Old   October 5, 2010, 18:38
Default Found one...
  #6
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
http://www.cfd-online.com/Forums/ans...tml#post277980

I found this one. There may be others, but yes, the search on CFD-Online is pretty bad.

This is the kind of thing that support could help with. Perhaps email "techsupp@ansys.com", but they would also want a customer number.

Good luck with this and I hope you post what you learn.
PSYMN is offline   Reply With Quote

Old   October 6, 2010, 15:26
Default
  #7
Member
 
W.N. Anderson
Join Date: Jul 2010
Location: Zürich, Switzerland
Posts: 46
Rep Power: 15
Will Anderson is on a distinguished road
My solution was to meticulously capture all of the maneuvering/experimenting with the geometry in ICEM's tree using a series of replay command recordings (selecting the box "all commands" in the replay control window, which captures everything, even inadvertent flyovers of the mouse!). I then concatenated all of my attempts into a single script. Unfortunately it won't run in batch mode, so the GUI opens and closes. The result was the desired black lines on white background postscript, without the surface faceting, blocking, etc. This jpeg doesn't really do justice.

I attach here the entirety of the commands which I used to switch off the various views and visibilities. Trimming down this monster code segment to the essential is an exercise which I leave to the reader :-)
Quote:
ic_view home
ic_geo_update_visibility surface {GEOM ORFN} 0
ic_uns_update_family_type visible {OPENING_FRONT OPENING_SIDE OPENING_BACK INLET GEOM AXIS ORFN PIPE} {!NODE !LINE_2 QUAD_4} update 0
ic_geo_update_visibility curve {GEOM ORFN} 0
ic_hex_blocking_loaded
ic_hex_blocking_loaded
ic_hex_list_subsets
ic_hex_list_families dims
ic_hex_erase_edge_mesh
ic_hex_select_value erase
ic_hex_update_dladaptobj
ic_geo_is_loaded
ic_geo_is_loaded
ic_geo_list_families 0 1
ic_geo_update_visibility curve GEOM 0
ic_geo_update_visibility curve INLET 0
ic_geo_update_visibility curve PIPE 0
ic_geo_update_visibility curve OPENING_BACK 0
ic_geo_update_visibility curve OPENING_SIDE 0
ic_geo_update_visibility curve OPENING_FRONT 0
ic_geo_update_visibility curve AXIS 0
ic_geo_is_loaded
ic_geo_num_objects all
ic_geo_configure_objects curve 1 wire 0 0 0 0 0 0 0 {1 1 1 1} 0 0 0 0 {} 0 0 0 1 0 0 0 0
ic_geo_is_loaded
ic_geo_get_objects point {} 1
ic_geo_get_objects curve {} 1
ic_geo_num_objects surface
ic_geo_num_objects material
ic_geo_num_objects body
ic_geo_num_objects density
ic_geo_is_loaded
ic_geo_is_loaded
ic_geo_list_families 0 1
ic_geo_update_visibility surface GEOM 0
ic_geo_update_visibility surface INLET 0
ic_geo_update_visibility surface PIPE 0
ic_geo_update_visibility surface OPENING_BACK 0
ic_geo_update_visibility surface OPENING_SIDE 0
ic_geo_update_visibility surface OPENING_FRONT 0
ic_geo_update_visibility surface AXIS 0
ic_geo_is_loaded
ic_geo_num_objects all
ic_geo_configure_objects surface 1 wire 0 0 0 0 0 0 0 {} 0 0 0 0 {} 0 0 0 0 0 0 0 0
ic_get_geo_selected
ic_reset_geo_selected
ic_geo_is_loaded
ic_geo_num_objects all
ic_geo_configure_objects surface 1 wire 0 0 0 0 0 0 0 {} 0 0 0 0 {} 0 0 0 0 0 0 0 0
ic_set_geo_selected {} 1
ic_geo_is_loaded
ic_geo_get_objects point {} 1
ic_geo_get_objects curve {} 1
ic_geo_num_objects surface
ic_geo_num_objects material
ic_geo_num_objects body
ic_geo_num_objects density
ic_print format ps generate_new 1 invert 0 jpeg_quality 0 landscape 0 outfile points ps_color mono ps_direct 1 ps_frame 0 ps_label {} ps_title {} scale 0 send_to_printer 0
exit
Will Anderson 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
[Gmsh] Problem with Gmsh nishant_hull OpenFOAM Meshing & Mesh Conversion 23 August 5, 2015 02:09
surface flow lines in ICEM postprocessing Dimitri CFX 0 July 18, 2007 11:30
ICEM Surface from points cloud ? Guillaume CFX 1 June 13, 2007 14:42
ICEM CFD surface mesh Francesco CFX 1 May 31, 2006 11:09
How can I define a intersection surface with ICEM? BEN EZZEDDINE Anouar CFX 0 November 15, 2005 06:05


All times are GMT -4. The time now is 07:27.