Gambit_slope - Can I Use Slope To Create Edges?

  • Thread starter Thread starter niko1983
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
niko1983
Messages
1
Reaction score
0
gambit_slope ->??

Hi All,

i am trying to simulate a turbulent flow arround a sphere...
before doings so i have to mesh the **** out of my model...
but before i can do this i got to complete the geometry.

Since i can not create Volumes directly out of Vertices (right?) i have to create edges first.

Here the questen:

can i use a slope for it??
something like:


for ( $ j = 0 ; j <= 20 ; j++)
{
edge create "edge.$j" straight vertices "vertex.20+$j" "vertex.21+$j" real
}

this would save a lot of time!

Thanks in advance!

niko
 
Physics news on Phys.org
I think it might be easier to import an array of vertices that you have pre calculated and saved in a text file.