Difference between revisions of "Elmer"

From ONELAB
Jump to: navigation, search
(CRYO)
(Getting started)
 
(117 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Getting started ==
 +
 
[http://www.csc.fi/english/pages/elmer Elmer] is an open source (GPL) computational tool for multi-physics problems.  
 
[http://www.csc.fi/english/pages/elmer Elmer] is an open source (GPL) computational tool for multi-physics problems.  
 
It is developed by CSC in collaboration with Finnish universities, research laboratories and industry.
 
It is developed by CSC in collaboration with Finnish universities, research laboratories and industry.
 +
To test ONELAB models working with Elmer, you shall need a working installation of the code.
 +
The easiest way to do so, is to install the [[ONELAB virtual machine|ONELAB virtual machine]] on your system
 +
by following [[ONELAB virtual machine|these instructions]].
  
<!-- Do not delete
+
The ONELAB Virtual machine is distributed with Gmsh and Elmer preinstalled.
[[ONELAB metamodels with Elmer]]  
+
When done with the installation, log in (username: olvm, passwd: olvm)
[[Fluid Dynamics]]
+
and proceed by downloading benchmark ONELAB models. You have to be online.
-->
+
* Open a terminal from the left menu bar.
 +
* Issue the command <code>getElmerModels.sh -test</code> at the prompt. The model examples listed in the next section are then downloaded in the directory <code>ELMERMODELS</code>.  Always execute this command in a new terminal. This command overwrite an eventual already existing <code>ELMERMODELS</code> directory. Valuable data in the latter directory should therefore be copied elsewhere before executing the command.
 +
* The option <code>-test</code> asks for an automatic check on the downloaded models, which are solved immediately after being downloaded. The result the check is given in the file <code>ELMERMODELS/report.txt</code>.
 +
 
 +
Information about the individual models are given in the next section.
 +
For beginners, a detailed tutorial that leading through the successive steps of a first session with the ONELAB-laser model is available [http://onelab.info/files/laser/laser_tuto.pdf here].
 +
 
 +
== ONELAB models ==
  
Two complete metamodels using Elmer are available on the read-only svn distribution of gmsh, which can be downloaded from geuz.org/gmsh.
+
[[Cryotherapy|Cryotherapy]] : Thermal analysis of the cryogenic treatment of warts
You also need a working recent (nightly-build) version of gmsh to be executable on your system.
 
  
First take a look at  [[http://onelab.info/wiki/Tutorial]] to see how ONELAB can be installed.
+
[[Beam3D|Beam3D]] : Didactical model of a 3D cantilever elastic beam
  
== LASER ==
+
[[Laser|Laser]] : Thermal analysis of laser skin stimulation
  
The cryo-engineering metamodel "LASER" is launched as follows:
+
[[Patch|Drug patch]] : Analysis of drug diffusion from a patch into the skin
<code>
 
# export GMSH_DIR=/path/to/your/gmsh/directory
 
# cd <nowiki>$</nowiki>GMSH_DIR/projects/onelab/METAMODELS/CRYO
 
# gmsh circle.geo -s
 
</code>
 
  
The physical background is the laser stimulation of skin in order to measure the density [[http://en.wikipedia.org/wiki/Nociceptionreceptors|nociceptive]] receptors.
 
For a correct interpretation of the experimental data, an accurate nowledge of the temperature distribution in time and space is needed.
 
The metamodel offers various kind of stimulation (imposed flux, imposed temperature and controlled temperature)
 
and various lasers (Gaussian or flat-top).
 
Each simulation generates a Matlab or Gnuplot graphical output that is directly interpretable by clinicians.
 
Check in the "lab_peau.ol" file how the switch between Matlab and Gnuplot is done,
 
and modify the file if necessary according to your system settings.
 
  
== CRYO ==
+
<!--
 +
This metamodel illustrates the possibility of running clients on a '''remote host'''.
 +
Remote solving uses <code>ssh</code> and <code>rsync</code>, and is thus available on Linux and Mac-OS systems only.
  
The cryo-engineering metamodel "CRYO" is launched as follows:
+
After selecting the option ''remote'' of the parameter ''host'' and clicking on ''Check'', empty boxes will appear
<code>
+
to be filled in with information about a remote host (''user@remote''), a remote working directory,
# export GMSH_DIR=/path/to/your/gmsh/directory
+
and a remote bin directory where the executable of the remote client can be found.  
# cd <nowiki>$</nowiki>GMSH_DIR/projects/onelab/METAMODELS/CRYO
 
# gmsh circle.geo -s
 
</code>
 
  
The physical background is the cryogenic treatment of warts.
+
These pieces of information can be entered directly in the interactive box. They will be stored on the server and be available for the duration of the ONELAB session.
The wart tissue must be
+
Alternatively, if entered directly in the file <code>cryo.ol</code> in the definition of the variables ''HOST'', ''REMDIR'' and ''ELMERDIR'', they will be available for all ONELAB sessions.
 +
As long as ''HOST'' and ''REMDIR'' are empty, the client is solved on the local machine, whatever the value of the flag ''host''.
  
<!-- [[File:onelab_srm.png|thumb|250px|right|Switched reluctance motor]] -->
+
In order to automize the task, an automatic login from host A  to host B is needed so as to avoid entering constantly the password
 +
as explained here: http://linuxproblem.org/art_9.html
 +
-->

Latest revision as of 12:57, 23 January 2015

Getting started

Elmer is an open source (GPL) computational tool for multi-physics problems. It is developed by CSC in collaboration with Finnish universities, research laboratories and industry. To test ONELAB models working with Elmer, you shall need a working installation of the code. The easiest way to do so, is to install the ONELAB virtual machine on your system by following these instructions.

The ONELAB Virtual machine is distributed with Gmsh and Elmer preinstalled. When done with the installation, log in (username: olvm, passwd: olvm) and proceed by downloading benchmark ONELAB models. You have to be online.

  • Open a terminal from the left menu bar.
  • Issue the command getElmerModels.sh -test at the prompt. The model examples listed in the next section are then downloaded in the directory ELMERMODELS. Always execute this command in a new terminal. This command overwrite an eventual already existing ELMERMODELS directory. Valuable data in the latter directory should therefore be copied elsewhere before executing the command.
  • The option -test asks for an automatic check on the downloaded models, which are solved immediately after being downloaded. The result the check is given in the file ELMERMODELS/report.txt.

Information about the individual models are given in the next section. For beginners, a detailed tutorial that leading through the successive steps of a first session with the ONELAB-laser model is available here.

ONELAB models

Cryotherapy : Thermal analysis of the cryogenic treatment of warts

Beam3D : Didactical model of a 3D cantilever elastic beam

Laser : Thermal analysis of laser skin stimulation

Drug patch : Analysis of drug diffusion from a patch into the skin