Difference between revisions of "GetDP"
Line 8: | Line 8: | ||
# Uncompress the 2 archives (no installation necessary; you can move them to any directory). | # Uncompress the 2 archives (no installation necessary; you can move them to any directory). | ||
# Double-click on the Gmsh executable ('''gmsh.exe''' [[File:GmshIcon.png|GmshIcon.png]] on Windows); a graphic window and a command window will open. | # Double-click on the Gmsh executable ('''gmsh.exe''' [[File:GmshIcon.png|GmshIcon.png]] on Windows); a graphic window and a command window will open. | ||
− | # Load one of the geometries through the '''File/Open''' menu (e.g. the file '''magnet.geo''' for the | + | # Load one of the geometries through the '''File/Open''' menu (e.g. the file '''magnet.geo''' for the C-shaped magnetic core example below); the geometry will appear in the graphic window. |
# Go to the '''Solver''' module (by clicking on the '''Geometry''' button in the command window, then selecting '''Solver'''). | # Go to the '''Solver''' module (by clicking on the '''Geometry''' button in the command window, then selecting '''Solver'''). | ||
# Click on the '''GetDP''' button (the first time you you will need to specify the location of the GetDP executable, e.g. '''getdp.exe''' on Windows; this depends on where you uncompressed the archives in step 2). | # Click on the '''GetDP''' button (the first time you you will need to specify the location of the GetDP executable, e.g. '''getdp.exe''' on Windows; this depends on where you uncompressed the archives in step 2). |
Revision as of 14:13, 8 April 2012
GetDP is a rather general open source finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. GetDP is developed by the ACE group from the Montefiore Institute at the University of Liège, and is released under the GNU GPL.
Getting started
ONELAB allows to use GetDP as a black-box solver: you don't need to know anything about finite elements or de Rham complexes in order to run your first simulations:
- Download the latest nightly builds of Gmsh (for Windows, MacOS X or Linux) and GetDP (for Windows 32 bit/64 bit, MacOS X 32 bit/64 bit or Linux 32 bit/64 bit).
- Uncompress the 2 archives (no installation necessary; you can move them to any directory).
- Double-click on the Gmsh executable (gmsh.exe Error creating thumbnail: Unable to save thumbnail to destinationon Windows); a graphic window and a command window will open.
- Load one of the geometries through the File/Open menu (e.g. the file magnet.geo for the C-shaped magnetic core example below); the geometry will appear in the graphic window.
- Go to the Solver module (by clicking on the Geometry button in the command window, then selecting Solver).
- Click on the GetDP button (the first time you you will need to specify the location of the GetDP executable, e.g. getdp.exe on Windows; this depends on where you uncompressed the archives in step 2).
- Click on Compute.
- ... that's it!
Give it a try on the C-shaped magnetic core example (the underlying model is explained in more details in the Magnetostatics section).
- Magnet-2.png
Running Gmsh opens a graphic window (left) and a command window (right). Load magnet.geo with the File/Open menu.
- Magnet-3.png
With the magnet.geo geometry loaded, go to the Solver module.
- Magnet-4.png
Click on the GetDP button.
- Magnet-5.png
Click on Compute in the solver window: this will run GetDP and display the results. You can change any parameter and run Compute again.
Electromagnetics
- Electrostatics
- Capacitor, microstrip line, high-voltage isolator
- Electrokinetics
- Steady currents in conductors
- Magnetostatics
- Linear C-shaped magnetic core, Non-linear core
- Magnetodynamics
- Eddy currents in a plate, switched reluctance motor, synchronous and asynchronous machine
- Wave propagation
- Waveguide, parabolic reflector, dipole antenna, microstrip antenna
- Optics
Acoustics
- Time-harmonic scattering (Helmholtz equation)
- Multiple scattering with Sommerfeld ABC and with Perfectly Matched Layer (PML)
Heat transfer
Generic PDEs
The following examples explain the fundamental concepts used in GetDP '.pro' files
- Laplace equation
- Coupled problems