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

Gambit-how to create a wireframe face from so many edges?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2011, 07:22
Default Gambit-how to create a wireframe face from so many edges?
  #1
Member
 
Join Date: Mar 2009
Posts: 43
Rep Power: 17
gholamghar is on a distinguished road
Hello
I need to create a Wireframe face from 6000 edges! these edges are named in a sequense i mean the name of the first edge is edge.1 and the name of the last edge is edge.6000
for creating this face i am writing a journal file but i wonder how in the journal file i can create a wireframe face without writing name of all the edges by hand i mean i do not want to write a journal file like this:

face create wireframe "edge.1" "edge.2" ... "edge.6000" real

it takes a lot of time to write all of the 6000 edges by hand in the journal file. is there anyway like a loop or something else that i can write and make a sequence for creating this face from 6000 edges?
when i wanted to create these 6000 edges from vortices i wrote in the journal file:

do para "$i" init 1 cond ($i .le. $imax)
$indice1 = "vertex."+NTOS(($i))
$indice2 = "vertex."+NTOS(($i-1))
edge create straight $indice1 $indice2
enddo

so as you see i was not forced to write all the vertices one by one by hand and a loop did it for me, now i return to the question i asked above, is it possible to create faces like the way i created my edges?
thanks in advance
gholamghar 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
Gambit error creating face Haridas Attur Main CFD Forum 1 February 17, 2009 03:31
Gambit: face mesh starts at edge, not boundary lr Chris Bailey FLUENT 0 December 5, 2005 13:50
Gambit face meshing with a common edge stella FLUENT 1 October 28, 2005 05:09
gambit coincident face error philip FLUENT 1 July 18, 2005 15:12
GAMBIT and Turbomachinery tom Main CFD Forum 6 October 21, 1999 09:50


All times are GMT -4. The time now is 11:17.