Princeton Fusion Systems MATLAB Toolboxes
MATLAB toolboxes for fusion energy analysis
Getting Started

The Fusion Energy Toolbox contains functions for:

  • Reaction rates for all major fusion reactions.
  • Power computations for all major fusion reactions.
  • Bremsstrahlung and synchrotron radiation functions.
  • Numerous plasma physics tools.
  • Magnet modeling tools including single loop, pancake wound magnets and flux conservation calculations
  • Heat transfer calculations
  • Balance of plant mass calculations.
  • Economic analysis of electricity generation.

Each module is self-documenting using Contents.m files - simply type help Module for help on that module. For example:

>> help FusionEngine
PSS Toolbox Folder FusionEngine
Version 2023.1 25-May-2023
Directories:
Cryo
Data
Demos
Demos/Cryo
Demos/FRC
Demos/HeatTransfer
Demos/PlasmaPhysics
Demos/RFSystem
Demos/Reactor
Demos/Shielding
Demos/Tokamak
Economics
FRC
HeatTransfer
Magnets
PlasmaPhysics
RFSystem
Reactor
Shielding
Tokamak
Transport

Then use the same help function to obtain a listing of each folder and the help for each function or demo therein. Demos are also available as published html.

>> help PlasmaPhysics
FusionEngine/Demos/PlasmaPhysics
C
CrossSectionDemo - Compare fusion cross-section methods
T
TripleProduct - Compute the triple product for plasma parameters (script)
FusionEngine/PlasmaPhysics
A
AlfvenSpeed - Computes the Alfven speed.
AtomicNumber - Returns the atomic number.
B
BremsstrahlungFrequency - Computes the bremsstrahlung radiation as a function of wavelength.
BremsstrahlungWavelength - Computes the bremsstrahlung radiation as a function of wavelength.
BurnupTime - Reactant burnup time
...

Functions have a standard help format that includes a description and a listing of the inputs and outputs of the function. This information is available in this API and through command-line and Matlab help. Demos list the functions used and provide a link to the published output.

>> help CrossSectionDemo
Compare fusion cross-section methods
--------------------------------------------------------------------------
See also MaxwellianV, SigmaV
--------------------------------------------------------------------------
Published output in the Help browser
showdemo CrossSectionDemo

Most functions have built-in demos, so that you can run the function with no inputs and get a printout or plot demonstrating the function's capability. To search for particular functions, use the lookfor command with a keyword; this will search the first line of all the function and demo headers and return a list.

>> lookfor reaction
SigmaVPlot - Plot collision crosssections for D-D, D-T and D-He3 reactions.
DHe3Reaction - Computes the fraction of D going to each reaction.
FusionReaction - Finds products of fusion reactions.
FusionReactionDD - Finds products of D+D fusion reactions. Reactions are specified below:
MaxwellianV - Computes Maxwellian thermonuclear reaction rates.
ReactionString - Create a string with a reaction.
SigmaV - Computes thermonuclear reaction reaction rates.
PointFusionReaction - Computes the net power from a fusion reaction.