|
[Sponsors] |
February 24, 2014, 17:39 |
GAMBIT edge problem
|
#1 |
New Member
Sajjad
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
Hi all
I am new to GAMBIT and FLUENT I created vertices by using this journal code: $i = 0 $imax = 5 $inc = 0.0001 do para "$i" init 0 cond ($i .le. $imax) incr $inc vertex create coordinate $i (SQRT($i)) 0 enddo this code creates vertices of the y=sqrt(x) function (create 15974 vertices!!!) So, now I want to create an edge by fitting a smooth curve between all of these vertices( the most appropriate edge form these vertices). What is the most appropriate edge type for the best accuracy?? I tried to create edge with NURBS edge, first I selected all vertices and then I clicked on Apply, but when I zoom on the edge it seems that edge didn't pass between all vertices (the edge has a little distance from the vertices except the first one and the last)!!!! Why?? NURBS edge is useful for this case, isn't it?? what is my fault? |
|
February 25, 2014, 02:28 |
|
#2 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
I never used this funtionnality, but the help is mentioning 2 options: interpolate & approximate
Did you try both options? https://www.sharcnet.ca/Software/Gam...e_create_nurbs
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
February 25, 2014, 04:31 |
|
#3 | |
New Member
Sajjad
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
Quote:
yes I tried the both method (interpolate & approximate) but the result was same! but according to the help file interpolate should work!!! |
||
February 26, 2014, 01:45 |
|
#4 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
Mesh your edge. And re-check
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
February 26, 2014, 16:56 |
|
#5 |
New Member
Sajjad
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 08:06 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
Gambit error- the edge degenerates into a point | Jai | FLUENT | 1 | September 23, 2006 05:00 |
Gambit face meshing with a common edge | stella | FLUENT | 1 | October 28, 2005 06:09 |
Problem when I run old gambit jou file with new | xfshi | FLUENT | 0 | March 31, 2005 14:03 |