- #1
niko1983
- 1
- 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
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