Difference between revisions of "Garfield Installation"

From New IAC Wiki
Jump to navigation Jump to search
 
Line 9: Line 9:
 
build the geometry -> build a mesh -> ElmerSolver(output .result file)
 
build the geometry -> build a mesh -> ElmerSolver(output .result file)
  
An open source for building the desired geometry is Gmsh[http://geuz.org/gmsh/] which produce (.msh) file to be as an input file to Elmer which is responsible for the solving the electric field using the finite element method (FEM) and recording all the data in a (.ep) file.
+
An open source for building the desired geometry is Gmsh[http://geuz.org/gmsh/] which produce (.msh) file to be as an input file to Elmer which is responsible for the solving the electric field using the finite element method (FEM) and recording all the data in a (.ep and .result) files.
  
  

Latest revision as of 04:48, 5 January 2012

Garfield++259

Garfield is gaseous detector simulation package developed recently to be used with root interface (C++/C coding).[1]

Garfield++ is used to simulate GEM detector. [2]

Garfield++ has an input file (.result) that has all the information about the detector geometry and the electric field simulation. Steps to obtain the input file is summarized by the follow chart:

build the geometry -> build a mesh -> ElmerSolver(output .result file)

An open source for building the desired geometry is Gmsh[3] which produce (.msh) file to be as an input file to Elmer which is responsible for the solving the electric field using the finite element method (FEM) and recording all the data in a (.ep and .result) files.



List of Download files

Support files/Libraries

Installation Steps

Step 1

COMpile HEED

Step 2

Benchmarks to check installation

GMesh

Elmer