/* */ /* */ /* This program is free software, distributed under the terms */ /* of the GNU General Public License. See the file COPYING or */ /* http://www.fsf.org for more information. */ /* */ (c) Diane Neisius (diane_va@yahoo.com) This Package contains three C source files: - sigma_a+a.c calculates the monoenergetic sigma of the nuclear reaction 4He + 4He -> 8Be - sigma_a+Be.c calculates the monoenergetic sigma of the nuclear reaction 4He + 8Be -> 12C - fusor.c calculates what helium fusion can be expected in different shells of the focus of an amateur fusor for some input of grid voltage, discharge current, He pressure and focus diameter To install, you need a C compiler and lib files. After unpacking this tar.gz archive to some directory of your choice, start a shell and cd to that directory. A command like gcc sigma_a+a.c -lm -o sigma (same for the other source files) will then do the job for you. Have fun! Wuppertal/Germany, Aug. 2006 ~Diane