danieljprice / splash

SPLASH is an interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations

Home Page:http://users.monash.edu.au/~dprice/splash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPLASH - an interactive visualisation tool for SPH data

About

SPLASH is a free and open source visualisation tool for Smoothed Particle Hydrodynamics (SPH) simulations in one, two and three dimensions, developed mainly for astrophysics. It uses a command-line menu but data can be manipulated interactively in the plotting window.

Data is read directly from the code dump format giving rapid access to results and the visualisation is advanced forwards and backwards through timesteps by single keystrokes.

SPLASH uses the SPH smoothing kernel to render plots of density and other physical quantities, giving a smooth representation of the data. The goal is to produce beautiful plots and visualisations from SPH codes, instead of simple particle plots.

SPLASH can also be used as a standalone plotting tool for any kind of tabulated or image data from ascii, csv or .fits files.

Status

build docs

Example

Accretion disc visualisation with SPLASH

Links

Install

For installation instructions see the userguide.

Usage

   splash mydata.txt

Command line mode (to screen):

    splash -r density dump_0*

Command line mode (to file):

    splash -r density -dev myplot.pdf dump_0*

See the userguide for more.

Contributing

We welcome contributions, including (but not limited to):

  1. Code, via pull request. Please read developer section of user guide for guidelines.
  2. Documentation, also by pull request. Docs can be edited in the docs/ directory of the main code.
  3. Suggestions for features or bug reports, via the issue tracker. Please file bugs via github rather than by email.
  4. Discussion via the mailing lists

Citation

Please cite Price (2007) when using SPLASH.

License

See LICENCE file for usage and distribution conditions

Copyright (c) 2004-2023 Daniel Price and contributors

About

SPLASH is an interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations

http://users.monash.edu.au/~dprice/splash

License:GNU General Public License v2.0


Languages

Language:Fortran 94.0%Language:C 2.9%Language:Makefile 1.0%Language:C++ 0.8%Language:Python 0.7%Language:Perl 0.3%Language:Shell 0.2%