Skip to content

tikoh-station/loss-fraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

::loss-fraction::

============

- Compute the loss-fraction of particles in stellarators -

App based on ::gyronimo:: object-oriented library on GitHub

Licensing and terms of use:

loss-fraction is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

loss-fraction is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Compiling and installing, a minimal and very optimistic howto:

The app requires an mpi compiler supporting the c++20 standard (e.g., gcc-10.1.0 or later).

Basic build procedure:

  1. Update gyronimo_dir and gyronimo_build path variables in the CMakeLists.txt file to the paths in your system;
  2. Run cmake [options] path/to/loss-fraction/repository on an build folder (outside the repository) to configure the installation;
  3. Run cmake --build . [options] to generate the executable loss-fraction;

External dependencies and other nightmares:

  • gyronimo, an object-oriented library for gyromotion applications in plasma physics;
  • open-mpi, a high-performance message passing library;
  • boost, a broad spectrum c++ library;
  • GSL, the GNU scientific library;
  • netcdf-cxx4, a c++ extension to NetCDF-4;

About

Compute the lost-fraction of particles in stellarators

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published