Skip to content

Compute the induced electric field inside an inductively coupled plasma torch

Notifications You must be signed in to change notification settings

xavierdechamps/InductivelyCoupledPlasma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InductivelyCoupledPlasma

A Fortran program that solves the two-dimensional induction equation for the electric field inside an inductively coupled plasma (ICP) torch.

This program solves the induction equation with a first order Galerkin finite element method. The program uses the parallel direct solver MUMPS to solve the system of equations resulting from the discretization. Further information can be found in the documentation InductivelyCoupledPlasma.pdf. A walkthrough PDF is also included in order to help the user using the programs.

Organization

  • Doc: this folder contains the PDF file that explains the theory and shows the results from the program on several test cases. This folder also contains a walkthrough PDF that explains the differents steps to follow in order to use the programs.
  • SRC: this folder contains the source code

Get the code

You can get the latest code by cloning the master branch:

git clone https://github.com/xavierdechamps/InductivelyCoupledPlasma.git

Build the code

The code can be compiled by CMake as the necessary files (CMakeLists.txt and config.cmake) are provided. The user can modify the content of config.cmake to his/her own configuration. The user must have the library MUMPS compiled and linked at hand in order to link with the present code.

mkdir build
cd build
cmake ..
make

Run the code

The parameters of the computation are specified in an external file, see the file parameters for an example. A mesh must be built from the .geo geometry file. The mesh generator must be Gmsh. The name of the mesh is then specified in the parameter file. Run the computation through the command

EXE\icp.exe parameters

About

Compute the induced electric field inside an inductively coupled plasma torch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published