PdnMesh: A Tutorial Introduction: (Finite Element Program) | ||
---|---|---|
Prev | Chapter 1. Installation and Running the Program | Next |
When you run the program, you will see the main window as in Figure 1-1. The menubar has 3 menus.
-> opens a new coordinate file. -> imports a CAD DXF file. For more information on this, please refer to
-> saves contour plot, mesh, gradient etc.
-> exits the program.
-> regenerates the mesh and solves the problem, using only one iteration.
-> solves the problem without generating the mesh again.
-> generates the mesh, and solves the problem iteratively, until iteration limit has reached. In each iteration, the mesh is refined.
Figure 1-5 for more detail.
-> dialog window for changing solution options. SeeThe options that can be changed using the above dialog are as follows:
Min. Area: Minimum area of a triangle of the mesh.
Max. Area: Maximum area of a triangle of the mesh.
Tri. Badness: Maximum badness of a triangle in the mesh. Badness is the ratio of the longest edge to the shortest edge of a triangle.
Equation Type: Poisson for Poisson and Laplace equations. Helmholtz for homogeneous Helmholtz equation (eigenvalue problems).
No. of Eigenmodes: Only for Helmholtz equation, the number of eigenmodes to find, starting from the dominant mode.
Contour Levels: No. of contour levels to plot
Iteration Limit: Maximum no of iterations in the iterative form of solution.
Note that the units used in all of the above parameters are normalised.
-> draws the mesh.
-> draws the contours.
-> draws the gradient.
-> draws the legend.
This is the menu you get from
clicking the mouse. It has following items.-> switch to default mode. Basically does nothing. Useful if you want to stop zooming etc.
Figure 1-6 and you can change the boundary of the triangle.
-> Switch to retrieving and changing properties of triangles. In this mode, once you left-click on a triangle, you get a dialog like-> In this mode, once you left-click on a triangle, it will be split. This is useful if you need to manually refine the generated mesh.
-> In this mode, you can select a rectangular area using the mouse button and zoom in.
-> Once you select this option, the display will zoom back to previous view.
-> Once you select this option, the display will zoom to global view.
Figure 1-2. In the 3D window, you can zoom and rotate using mouse buttons. Move the mouse with pressed for rotation. Move the mouse with pressed for zooming.
-> Once you select this option, a new window will be created to display the contour plot in 3D like-> This option is useful if you solve the Helmholtz equation for more than one eigenmode. By selecting this option, you can switch between each eigenmode.
-> Exits the program.