Statistiques
| Révision :

root / README.txt @ 2

Historique | Voir | Annoter | Télécharger (1019 octet)

1 1 rmalgat
Author : R. Malgat, F. Faure, A. Boudaoud.
2 1 rmalgat
3 1 rmalgat
This plugin works with the Software Open Framework Architecture (SOFA).
4 1 rmalgat
It is a simulated Atomic Force Microscope acting on a plane.
5 1 rmalgat
6 1 rmalgat
To get an idea of the scene, you can launch Sofa on the example examples/plane.py. The scene appearing should be like the image plane.png and gives you an overview of the scene described.
7 2 rmalgat
Then to use the AFM and trace curves, simply install the folder as a SOFA plugin under the name "AFM_plane" (*** the name is important ***). Go to the examples folder and launch the application called AFM which should be under "YourPathToSofa/build_release/bin/AFM". You should get a resulting curve called AFM-results.txt, where, for each line, the force and the corresponding depth is written.
8 1 rmalgat
Feel free to change the parameters : pressure, elastic modulus, poisson ratio...
9 1 rmalgat
10 1 rmalgat
If Sofa does not find the path to the plugin when you launch the AFM application, you may have to change the paths in the file AFM/AFM.cpp line 112 and eventually line 129.