Starfish

Overview

Starfish is a two-dimensional gas and plasma simulation code. It implements the Electrostatic Particle in Cell (ES-PIC) method to model plasmas, as well as several fluid solvers for continuum problems. Surface geometry is represented by linear and/or cubic spline segments. The computational domain is discretized into a rectilinear or body-fitted mesh. Multiple gas injection sources are available, and a detailed surface handler is also implemented. The species interact with each other via collisions (MCC or DSCM) or by chemical reactions.

There are two versions. The open source Starfish contains basic support for plasma modeling via the Electrostatic Particle In Cell (ES-PIC) method with MCC or DSMC. It also supports free molecular flow, and contains diffusion-advection fluid solver. It is available as a free download from this site. The source code is available on Github. The full version extends the basic version by including additional particle source models, detailed surface treatment, and Navier Stokes solver. It also contains special module for modeling electric propulsion devices. The full version is currently not available for general distribution and is used internally in support of our contracts. Sign up for the newsletter to receive code release updates.

Features

Do not hesitate to contact us if there are specific features of interest, or if you would like to collaborate by adding solvers.

Examples

plasma sheath near a rough wall
Plasma sheath near a rough wall. Figure from Laura Rose thesis.
.
dsmc temperature supersonic jet
DSMC simulation of an atmospheric jet expanding to a low pressure tank. This plot shows the gas temperature.
Electron axial velocity and temperature from a full-PIC ion beam neutralization simulation reported in DOI: 10.1109/TPS.2018.2801282
Example of using multiple meshes to simulate ion transport through a sectioned tube

Getting Started

Starfish is a Java program, and as such, you will need to have the Java Runtime Environment (JRE) installed. If you actually want to modify and rebuild the code, you will also need the Java Development Kit (JDK). Both JRE and JDK are provided by OpenJDK.

Next, you need to either download the pre-built binary starfish.jar. Alternatively, you can pull the source code from GitHub. The GitHub version is generally more up to date than what is available in the .jar but may be less stable.

We currently implemented a rudimentary GUI, but it’s not yet fully working. It also requires that you have VTK library available. As such, it may be the easiest to run from the command line. Navigate to the folder containing your input files and use the syntax below to launch the simulation.


> java -jar <path-to-file>/starfish.jar --gui=off

The simulation progresses according to commands specified in the starfish.xml located in the current directory. A GUI is on the short-list of things to work on in the near future.

Documentation

User’s guide: Starfish-UG.pdf
Tutorials: ion flow past a charged sphere, DSMC supersonic gas expansion
Class listing: Starfish Javadoc
Seminar slides: starfish-seminar-jan-2018.pdf

Seminar

The last Starfish seminar wast held Thursday January 25th, 2018. Information about upcoming seminars will be posted here.

Release notes:

Referencing

If you find the program useful, please cite one of the following:

  1. Brieda, L., “Starfish User’s Guide”, https://www.particleincell.com/starfish
  2. Brieda, L., “Model for Steady-State Fully Kinetic Ion Beam Neutralization Studies”, IEEE Trans. Plasma Sci., Vol. 46, No. 3, 2018, doi:10.1109/TPS.2018.2801282
  3. Brieda, L., and Keidar, M., “Development of the Starfish Plasma Simulation Code and Update on Multiscale Modeling of Hall Thrusters”, 48th AIAA Joint Propulsion Conference, Atlanta, GA, 2012, AIAA-2012-4015, doi:10.2514/6.2012-4015 (pdf)