Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operation Toolpad > Geometry Command Button  Image Added> Vertex Command Button  Button Image Added> Create Vertex  Image Added

Create the following two vertices:

...

Operation Toolpad > Geometry Command Button  Button Image Added> Edge Command Button  Button Image Added> Create Edge 

Select vertex 1 by holding down the Shift button and clicking on it. Next, select vertex 2. Click Apply in the Create Straight Edge window.

...

This is the equation of the curved wall. Life would have been easier if GAMBIT allowed for this equation to be entered directly to create the curved edge. Instead, one has to create a file containing the coordinates of a series of points along the curved line and read in the file. The more number of points used along the curved edge, the smoother the resultant edge.

The file vert.dat contains the point definitions for the nozzle wall. Take a look at this file. The first line is

...

which says that there are 21 points along the edge and we are defining only 1 edge. This is followed by x,r and z coordinates for each point along the edge. The r-value for each x was generated from the above equation for r(error). The z-coordinate is 0 for all points since we have a 2D geometry.

Right-click on vert.dat and select Save As... to download the file to your working directory.

Main Menu > File > Import > ICEM Input ...

Next to File Name:, enter the path to the vert.dat file that you downloaded or browse to it by clicking on the Browse button.

...