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

Indexing in Gambit

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 1999, 12:15
Default Indexing in Gambit
  #1
Elias Castro
Guest
 
Posts: n/a

We're working with Gambit 1.1.0 and that's our problem: When we change the prefix for the labels of geometric entities the counter is not set to 1. That is, if we have 1000 edges created and we change the prefix from 'edge' to 'line' we don't need the next edge to be named 'line.1001'; instead we'd prefer 'line.1', because our jounal file has several IF sentences and depending on the actions you did before the counter can have different values.

Is there any way to reset these counters?

Thanks in advance.
  Reply With Quote

Old   December 28, 1999, 17:15
Default Re: Indexing in Gambit
  #2
shyam kishor
Guest
 
Posts: n/a
Gambit does not support reseting of this index counter.

However, you can control the labels of geometric entities by specifying it during creation e.g

face create "myface" wireframe "edge.3" "edge.4" "edge.1" "edge.2" real

similiarly to create an edge named "line.1"

$EID = "line."

edge create ($EID + "1") straight "vertex.1" "vertex.2"

Gambit also allows you to modify the labels of existing entities(automatically numbered)by means of LASTID function. You should contact your local Fluent support engineer for details.
  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
Gambit help: Cube inside cube Jack Martinez FLUENT 13 August 11, 2010 06:29
Gambit 2.3.16, Xming or Exceed...HELP! bambam3417 FLUENT 10 May 7, 2010 12:39
gambit crashed mbgnfrx2 FLUENT 1 August 13, 2009 03:31
gambit for i j k indexing mesh Ahmed FLUENT 0 October 22, 2008 17:24
Gambit -dev X11 doesn't work Ervin Amet FLUENT 0 October 28, 2007 08:33


All times are GMT -4. The time now is 20:10.